Home
last modified time | relevance | path

Searched refs:addParamAttribute (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DAttributes.h397 AttributeList addParamAttribute(LLVMContext &C, unsigned ArgNo,
404 AttributeList addParamAttribute(LLVMContext &C, unsigned ArgNo,
412 AttributeList addParamAttribute(LLVMContext &C, ArrayRef<unsigned> ArgNos,
DInstructions.h1570 PAL = PAL.addParamAttribute(getContext(), ArgNo, Kind);
1578 PAL = PAL.addParamAttribute(getContext(), ArgNo, Attr);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/ObjCARC/
DARCRuntimeEntryPoints.h176 Attr = Attr.addParamAttribute(C, 0, Attribute::NoCapture); in getI8XRetI8XXI8XEntryPoint()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DFunction.cpp375 PAL = PAL.addParamAttribute(getContext(), ArgNo, Kind); in addParamAttr()
381 PAL = PAL.addParamAttribute(getContext(), ArgNo, Attr); in addParamAttr()
DAttributes.cpp1083 AttributeList AttributeList::addParamAttribute(LLVMContext &C, in addParamAttribute() function in AttributeList
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DCorrelatedValuePropagation.cpp491 AS = AS.addParamAttribute(Ctx, ArgNos, in processCallSite()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp4003 AS = AS.addParamAttribute(Ctx, ArgNos, in visitCallSite()