/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
H A D | Attributes.h | 390 FirstArgIndex = 1, 469 return addAttribute(C, ArgNo + FirstArgIndex, Kind); 477 return addAttribute(C, ArgNo + FirstArgIndex, Kind, Value); 491 return addAttributes(C, ArgNo + FirstArgIndex, B); 518 return removeAttribute(C, ArgNo + FirstArgIndex, Kind); 526 return removeAttribute(C, ArgNo + FirstArgIndex, Kind); 533 return removeAttributes(C, ArgNo + FirstArgIndex, AttrsToRemove); 546 return removeAttributes(C, ArgNo + FirstArgIndex); 570 return addDereferenceableAttr(C, ArgNo + FirstArgIndex, Bytes); 583 return addDereferenceableOrNullAttr(C, ArgNo + FirstArgIndex, Bytes); [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
H A D | Attributes.cpp | 1444 unsigned MaxIndex = attrIdxToArrayIdx(ArgNos.back() + FirstArgIndex); in addParamAttribute() 1449 unsigned Index = attrIdxToArrayIdx(ArgNo + FirstArgIndex); in addParamAttribute() 1556 return getAttributes(ArgNo + FirstArgIndex); in getParamAttributes() 1590 return hasAttribute(ArgNo + FirstArgIndex, Kind); in hasParamAttribute() 1612 return getAttributes(ArgNo + FirstArgIndex).getAlignment(); in getParamAlignment() 1616 return getAttributes(ArgNo + FirstArgIndex).getStackAlignment(); in getParamStackAlignment() 1620 return getAttributes(Index+FirstArgIndex).getByValType(); in getParamByValType() 1624 return getAttributes(Index + FirstArgIndex).getStructRetType(); in getParamStructRetType() 1628 return getAttributes(Index + FirstArgIndex).getByRefType(); in getParamByRefType() 1632 return getAttributes(Index + FirstArgIndex).getPreallocatedType(); in getParamPreallocatedType() [all …]
|
H A D | Instructions.cpp | 329 return getArgOperand(Index - AttributeList::FirstArgIndex); in getReturnedArgOperand() 333 return getArgOperand(Index - AttributeList::FirstArgIndex); in getReturnedArgOperand()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/ |
H A D | CallLowering.cpp | 119 setArgFlags(OrigArg, i + AttributeList::FirstArgIndex, DL, CB); in lowerCall() 161 assert(OpIdx >= AttributeList::FirstArgIndex); in setArgFlags() 170 FuncInfo.getParamStackAlign(OpIdx - AttributeList::FirstArgIndex)) in setArgFlags() 173 FuncInfo.getParamAlign(OpIdx - AttributeList::FirstArgIndex))) in setArgFlags() 177 } else if (OpIdx >= AttributeList::FirstArgIndex) { in setArgFlags() 179 FuncInfo.getParamStackAlign(OpIdx - AttributeList::FirstArgIndex)) in setArgFlags()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
H A D | X86CallLowering.cpp | 266 setArgFlags(OrigArg, Idx + AttributeList::FirstArgIndex, DL, F); in lowerFormalArguments()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
H A D | ARMCallLowering.cpp | 400 setArgFlags(OrigArgInfo, Idx + AttributeList::FirstArgIndex, DL, F); in lowerFormalArguments()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
H A D | AssumeBundleBuilder.cpp | 207 for (unsigned Idx = AttributeList::FirstArgIndex; in addCall()
|
H A D | SimplifyLibCalls.cpp | 146 ArgNo + AttributeList::FirstArgIndex), in annotateDereferenceableBytes() 149 if (CI->getDereferenceableBytes(ArgNo + AttributeList::FirstArgIndex) < in annotateDereferenceableBytes()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/ |
H A D | MipsCallLowering.cpp | 440 setArgFlags(AInfo, i + AttributeList::FirstArgIndex, DL, F); in lowerFormalArguments()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/ |
H A D | AArch64CallLowering.cpp | 539 setArgFlags(OrigArg, i + AttributeList::FirstArgIndex, DL, F); in lowerFormalArguments()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
H A D | RewriteStatepointsForGC.cpp | 2630 A.getArgNo() + AttributeList::FirstArgIndex); in stripNonValidAttributesFromPrototype() 2705 i + AttributeList::FirstArgIndex); in stripNonValidDataFromBody()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CGCall.cpp | 1407 unsigned FirstArgIndex; member 1411 : PaddingArgIndex(InvalidIndex), FirstArgIndex(InvalidIndex), in IRArgs() 1452 return std::make_pair(ArgInfo[ArgNo].FirstArgIndex, in getIRArgs() 1516 IRArgs.FirstArgIndex = IRArgNo; in construct()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/ |
H A D | MemorySanitizer.cpp | 819 AttributeList::FirstArgIndex, Attribute::get(*C, Attribute::ZExt))); in createUserspaceApi() 821 AttributeList::FirstArgIndex + 1, Attribute::get(*C, Attribute::ZExt))); in createUserspaceApi() 829 AttributeList::FirstArgIndex, Attribute::get(*C, Attribute::ZExt))); in createUserspaceApi() 831 AttributeList::FirstArgIndex + 2, Attribute::get(*C, Attribute::ZExt))); in createUserspaceApi()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUCallLowering.cpp | 653 const unsigned OrigArgIdx = Idx + AttributeList::FirstArgIndex; in lowerFormalArguments()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/ |
H A D | Attributor.h | 456 return getCallSiteArgNo() + AttributeList::FirstArgIndex; in getAttrIdx()
|