/openbsd/gnu/llvm/clang/include/clang/AST/ |
H A D | TemplateBase.h | 459 TemplateArgument Argument; 465 TemplateArgumentLoc(const TemplateArgument &Argument, 467 : Argument(Argument), LocInfo(Opaque) {} 470 : Argument(Argument), LocInfo(TInfo) { 471 assert(Argument.getKind() == TemplateArgument::Type); 475 : Argument(Argument), LocInfo(E) { 489 : Argument(Argument), 497 if (Argument.getKind() == TemplateArgument::Template || 508 return Argument; 516 if (Argument.getKind() != TemplateArgument::Type) [all …]
|
/openbsd/gnu/llvm/llvm/lib/IR/ |
H A D | DiagnosticInfo.cpp | 164 DiagnosticInfoOptimizationBase::Argument::Argument(StringRef Key, in Argument() function in DiagnosticInfoOptimizationBase::Argument 191 DiagnosticInfoOptimizationBase::Argument::Argument(StringRef Key, StringRef S) in Argument() function in DiagnosticInfoOptimizationBase::Argument 194 DiagnosticInfoOptimizationBase::Argument::Argument(StringRef Key, int N) in Argument() function in DiagnosticInfoOptimizationBase::Argument 197 DiagnosticInfoOptimizationBase::Argument::Argument(StringRef Key, float N) in Argument() function in DiagnosticInfoOptimizationBase::Argument 200 DiagnosticInfoOptimizationBase::Argument::Argument(StringRef Key, long N) in Argument() function in DiagnosticInfoOptimizationBase::Argument 203 DiagnosticInfoOptimizationBase::Argument::Argument(StringRef Key, long long N) in Argument() function in DiagnosticInfoOptimizationBase::Argument 206 DiagnosticInfoOptimizationBase::Argument::Argument(StringRef Key, unsigned N) in Argument() function in DiagnosticInfoOptimizationBase::Argument 209 DiagnosticInfoOptimizationBase::Argument::Argument(StringRef Key, in Argument() function in DiagnosticInfoOptimizationBase::Argument 213 DiagnosticInfoOptimizationBase::Argument::Argument(StringRef Key, in Argument() function in DiagnosticInfoOptimizationBase::Argument 217 DiagnosticInfoOptimizationBase::Argument::Argument(StringRef Key, in Argument() function in DiagnosticInfoOptimizationBase::Argument [all …]
|
H A D | Function.cpp | 87 Argument::Argument(Type *Ty, const Twine &Name, Function *Par, unsigned ArgNo) in Argument() function in Argument 109 bool Argument::hasByValAttr() const { in hasByValAttr() 114 bool Argument::hasByRefAttr() const { in hasByRefAttr() 232 bool Argument::hasNestAttr() const { in hasNestAttr() 257 bool Argument::hasInRegAttr() const { in hasInRegAttr() 265 bool Argument::hasZExtAttr() const { in hasZExtAttr() 269 bool Argument::hasSExtAttr() const { in hasSExtAttr() 454 static MutableArrayRef<Argument> makeArgArray(Argument *Args, size_t Count) { in makeArgArray() 473 A.~Argument(); in clearArguments() 1400 case IITDescriptor::Argument: in DecodeFixedType() [all …]
|
/openbsd/gnu/llvm/llvm/include/llvm/Remarks/ |
H A D | Remark.h | 42 struct Argument { struct 51 DEFINE_SIMPLE_CONVERSION_FUNCTIONS(Argument, LLVMRemarkArgRef) argument 90 SmallVector<Argument, 5> Args; 143 inline bool operator==(const Argument &LHS, const Argument &RHS) { 147 inline bool operator!=(const Argument &LHS, const Argument &RHS) { 151 inline bool operator<(const Argument &LHS, const Argument &RHS) {
|
H A D | BitstreamRemarkParser.h | 66 struct Argument { struct 73 std::optional<ArrayRef<Argument>> Args; 75 SmallVector<Argument, 8> TmpArgs;
|
/openbsd/gnu/llvm/clang/lib/Basic/ |
H A D | Diagnostic.cpp | 617 const char *ArgumentEnd = Argument+ArgumentLen; in HandleSelectModifier() 624 Argument = NextVal+1; // Skip this string. in HandleSelectModifier() 632 DInfo.FormatDiagnostic(Argument, EndPtr, OutStr); in HandleSelectModifier() 758 const char *ArgumentEnd = Argument + ArgumentLen; in HandlePluralModifier() 761 const char *ExprEnd = Argument; in HandlePluralModifier() 766 if (EvalPluralExpr(ValNo, Argument, ExprEnd)) { in HandlePluralModifier() 767 Argument = ExprEnd + 1; in HandlePluralModifier() 775 Argument = ScanFormat(Argument, ArgumentEnd - 1, '|') + 1; in HandlePluralModifier() 915 Argument = DiagStr; in FormatDiagnostic() 919 ArgumentLen = DiagStr-Argument; in FormatDiagnostic() [all …]
|
/openbsd/gnu/llvm/llvm/include/llvm/IR/ |
H A D | DiagnosticInfo.h | 426 struct Argument { struct 435 Argument(StringRef Key, StringRef S); 436 Argument(StringRef Key, const char *S) : Argument(Key, StringRef(S)) {}; in Argument() function 437 Argument(StringRef Key, int N); 438 Argument(StringRef Key, float N); 439 Argument(StringRef Key, long N); 440 Argument(StringRef Key, long long N); 441 Argument(StringRef Key, unsigned N); 446 Argument(StringRef Key, DebugLoc dl); 465 void insert(Argument A); [all …]
|
H A D | AbstractCallSite.h | 25 class Argument; variable 163 int getCallArgOperandNo(Argument &Arg) const { in getCallArgOperandNo() 177 Value *getCallArgOperand(Argument &Arg) const { in getCallArgOperand()
|
H A D | Intrinsics.h | 126 Argument, enumerator 162 assert(Kind == Argument || Kind == ExtendArgument || in getArgumentNumber() 171 assert(Kind == Argument || Kind == ExtendArgument || in getArgumentKind()
|
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPURewriteOutArguments.cpp | 87 Type *getOutArgumentType(Argument &Arg) const; 152 Type *AMDGPURewriteOutArguments::getOutArgumentType(Argument &Arg) const { in getOutArgumentType() 199 SmallVector<std::pair<Argument *, Type *>, 4> OutArgs; in runOnFunction() 200 for (Argument &Arg : F.args()) { in runOnFunction() 211 using ReplacementVec = SmallVector<std::pair<Argument *, Value *>, 4>; in runOnFunction() 240 Argument *OutArg = Pair.first; in runOnFunction() 280 [OutArg](const std::pair<Argument *, Value *> &Entry) { in runOnFunction() argument 349 for (std::pair<Argument *, Value *> ReturnPoint : Replacement.second) in runOnFunction() 361 for (Argument &Arg : F.args()) { in runOnFunction() 376 for (Argument &Arg : F.args()) { in runOnFunction()
|
H A D | R600OpenCLImageTypeLoweringPass.cpp | 149 bool replaceImageUses(Argument &ImageArg, uint32_t ResourceID, in replaceImageUses() 150 Argument &ImageSizeArg, in replaceImageUses() 151 Argument &ImageFormatArg) { in replaceImageUses() 184 bool replaceSamplerUses(Argument &SamplerArg, uint32_t ResourceID) { in replaceSamplerUses() 221 Argument &Arg = *ArgI; in replaceImageAndSamplerUses() 236 Argument &SizeArg = *(++ArgI); in replaceImageAndSamplerUses() 237 Argument &FormatArg = *(++ArgI); in replaceImageAndSamplerUses()
|
H A D | AMDGPUInstrInfo.cpp | 44 if (const Argument *Arg = dyn_cast<Argument>(Ptr)) in isUniformMMO()
|
/openbsd/gnu/llvm/llvm/lib/Remarks/ |
H A D | Remark.cpp | 24 for (const Argument &Arg : Args) in getArgsAsMsg() 112 ArrayRef<Argument> Args = unwrap(Remark)->Args; in LLVMRemarkEntryGetFirstArg() 117 const_cast<Argument *>(Args.begin())); in LLVMRemarkEntryGetFirstArg() 126 auto It = (ArrayRef<Argument>::const_iterator)ArgIt; in LLVMRemarkEntryGetNextArg() 131 return reinterpret_cast<LLVMRemarkArgRef>(const_cast<Argument *>(Next)); in LLVMRemarkEntryGetNextArg()
|
H A D | YAMLRemarkSerializer.cpp | 28 ArrayRef<Argument> Args) { in mapRemarkHeader() 127 static Argument &element(IO &io, ArrayRef<T> &seq, size_t index) { in element() 135 template <> struct MappingTraits<Argument> { 136 static void mapping(IO &io, Argument &A) { in mapping() 158 LLVM_YAML_IS_SEQUENCE_VECTOR(Argument) in LLVM_YAML_IS_SEQUENCE_VECTOR() argument
|
/openbsd/gnu/llvm/llvm/lib/Target/NVPTX/ |
H A D | NVPTXLowerArgs.cpp | 120 void handleByValParam(Argument *Arg); 235 static void adjustByValArgAlignment(Argument *Arg, Value *ArgInParamAS, in adjustByValArgAlignment() 313 void NVPTXLowerArgs::handleByValParam(Argument *Arg) { in handleByValParam() 398 if (Argument *Arg = dyn_cast<Argument>(Ptr)) { in markPointerAsGlobal() 431 if (Argument *Arg = dyn_cast<Argument>(UO)) { in runOnKernelFunction() 444 for (Argument &Arg : F.args()) { in runOnKernelFunction() 458 for (Argument &Arg : F.args()) in runOnDeviceFunction()
|
H A D | NVPTXUtilities.cpp | 176 if (const Argument *arg = dyn_cast<Argument>(&val)) { in isSampler() 188 if (const Argument *arg = dyn_cast<Argument>(&val)) { in isImageReadOnly() 200 if (const Argument *arg = dyn_cast<Argument>(&val)) { in isImageWriteOnly() 212 if (const Argument *arg = dyn_cast<Argument>(&val)) { in isImageReadWrite()
|
/openbsd/gnu/llvm/llvm/lib/Transforms/IPO/ |
H A D | FunctionAttrs.cpp | 149 if (isa<Argument>(UO)) { in checkFunctionMemoryAccess() 461 Argument *Definition; 546 SmallVector<Argument *, 4> Uses; 750 auto *A = cast<Argument>(RetArg); in addArgumentReturnedAttrs() 847 for (Argument &A : F->args()) { in addArgumentAttrs() 857 for (Argument &A : F->args()) { in addArgumentAttrs() 949 Argument *A = Use->Definition; in addArgumentAttrs() 962 Argument *A = N->Definition; in addArgumentAttrs() 991 Argument *A = N->Definition; in addArgumentAttrs() 1000 Argument *A = N->Definition; in addArgumentAttrs() [all …]
|
H A D | ArgumentPromotion.cpp | 150 const DenseMap<Argument *, SmallVector<OffsetAndArgPart, 4>> in doPromotion() argument 312 for (Argument &Arg : F->args()) { in doPromotion() 346 Argument *NewArg = I2++; in doPromotion() 426 static bool allCallersPassValidPointerForArgument(Argument *Arg, in allCallersPassValidPointerForArgument() 448 static bool findArgParts(Argument *Arg, const DataLayout &DL, AAResults &AAR, in findArgParts() 731 SmallVector<Argument *, 16> PointerArgs; in promoteArguments() 732 for (Argument &I : F->args()) in promoteArguments() 768 DenseMap<Argument *, SmallVector<OffsetAndArgPart, 4>> ArgsToPromote; in promoteArguments() 769 for (Argument *PtrArg : PointerArgs) { in promoteArguments()
|
/openbsd/gnu/usr.bin/perl/t/lib/warnings/ |
H A D | sv | 236 Argument "def" isn't numeric in addition (+) at - line 6. 244 Argument "def" isn't numeric in addition (+) at - line 3. 253 Argument "def" isn't numeric in addition (+) at - line 4. 262 Argument "def" isn't numeric in integer addition (+) at - line 4. 270 Argument "def" isn't numeric in bitwise and (&) at - line 3. 278 Argument "def" isn't numeric in pack at - line 3. 287 Argument "d\0f" isn't numeric in addition (+) at - line 4. 428 Argument "a_c" isn't numeric in preincrement (++) at - line 5. 429 Argument "(?^:abc)" isn't numeric in preincrement (++) at - line 6. 430 Argument "123x" isn't numeric in preincrement (++) at - line 7. [all …]
|
/openbsd/gnu/llvm/llvm/tools/llvm-reduce/deltas/ |
H A D | ReduceOperandsSkip.cpp | 72 if (isa<Argument>(V)) in classifyReductivePower() 131 auto *LHSArg = dyn_cast<Argument>(LHS); in opportunities() 132 auto *RHSArg = dyn_cast<Argument>(RHS); in opportunities() 153 for (Argument &Arg : F.args()) in opportunities()
|
H A D | ReduceOperandsToArgs.cpp | 43 if (isa<Argument>(Val)) in canReduceUse() 138 Argument &OldArg = std::get<0>(Z); in substituteOperandWithArgument() 139 Argument &NewArg = std::get<1>(Z); in substituteOperandWithArgument() 149 Argument &NewArg = std::get<1>(Z); in substituteOperandWithArgument()
|
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/ |
H A D | FunctionLoweringInfo.h | 35 class Argument; variable 131 DenseMap<const Argument*, int> ByValArgFrameIndexMap; 274 void setArgumentFrameIndex(const Argument *A, int FI); 277 int getArgumentFrameIndex(const Argument *A);
|
/openbsd/gnu/usr.bin/gcc/gcc/config/d30v/ |
H A D | abi | 109 | Argument word #20 | 111 | Argument word #19 | 113 | Argument word #18 | 115 | Argument word #17 | 122 | Argument word #20 | 124 | Argument word #19 | 126 | Argument word #18 | 128 | Argument word #17 |
|
/openbsd/gnu/llvm/llvm/include/llvm/Transforms/Utils/ |
H A D | SCCPSolver.h | 25 class Argument; variable 52 Argument *Formal; // The Formal argument being analysed. 55 ArgInfo(Argument *F, Constant *A) : Formal(F), Actual(A) {} in ArgInfo()
|
/openbsd/gnu/llvm/llvm/lib/Target/SPIRV/ |
H A D | SPIRVDuplicatesTracker.h | 201 std::is_same<Argument, 246 SPIRVDuplicatesTracker<Argument> AT; 281 void add(const Argument *Arg, const MachineFunction *MF, Register R) { 306 Register find(const Argument *Arg, const MachineFunction *MF) { 307 return AT.find(const_cast<Argument *>(Arg), MF);
|