Searched refs:addParamAttribute (Results 1 – 7 of 7) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | Attributes.h | 397 AttributeList addParamAttribute(LLVMContext &C, unsigned ArgNo, 404 AttributeList addParamAttribute(LLVMContext &C, unsigned ArgNo, 412 AttributeList addParamAttribute(LLVMContext &C, ArrayRef<unsigned> ArgNos,
|
D | Instructions.h | 1570 PAL = PAL.addParamAttribute(getContext(), ArgNo, Kind); 1578 PAL = PAL.addParamAttribute(getContext(), ArgNo, Attr);
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/ObjCARC/ |
D | ARCRuntimeEntryPoints.h | 176 Attr = Attr.addParamAttribute(C, 0, Attribute::NoCapture); in getI8XRetI8XXI8XEntryPoint()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | Function.cpp | 375 PAL = PAL.addParamAttribute(getContext(), ArgNo, Kind); in addParamAttr() 381 PAL = PAL.addParamAttribute(getContext(), ArgNo, Attr); in addParamAttr()
|
D | Attributes.cpp | 1083 AttributeList AttributeList::addParamAttribute(LLVMContext &C, in addParamAttribute() function in AttributeList
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | CorrelatedValuePropagation.cpp | 491 AS = AS.addParamAttribute(Ctx, ArgNos, in processCallSite()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCalls.cpp | 4003 AS = AS.addParamAttribute(Ctx, ArgNos, in visitCallSite()
|