Searched refs:addParamAttribute (Results 1 – 11 of 11) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
D | GCOVProfiling.cpp | 898 AL = AL.addParamAttribute(*Ctx, 2, AK); in getStartFileFunc() 914 AL = AL.addParamAttribute(*Ctx, 0, AK); in getEmitFunctionFunc() 915 AL = AL.addParamAttribute(*Ctx, 2, AK); in getEmitFunctionFunc() 916 AL = AL.addParamAttribute(*Ctx, 3, AK); in getEmitFunctionFunc() 917 AL = AL.addParamAttribute(*Ctx, 4, AK); in getEmitFunctionFunc() 930 AL = AL.addParamAttribute(*Ctx, 0, AK); in getEmitArcsFunc()
|
D | SanitizerCoverage.cpp | 390 SanCovTraceCmpZeroExtAL.addParamAttribute(*C, 0, Attribute::ZExt); in instrumentModule() 392 SanCovTraceCmpZeroExtAL.addParamAttribute(*C, 1, Attribute::ZExt); in instrumentModule() 419 AL = AL.addParamAttribute(*C, 0, Attribute::ZExt); in instrumentModule()
|
D | DataFlowSanitizer.cpp | 743 AL = AL.addParamAttribute(M.getContext(), 0, Attribute::ZExt); in runOnModule() 744 AL = AL.addParamAttribute(M.getContext(), 1, Attribute::ZExt); in runOnModule() 757 AL = AL.addParamAttribute(M.getContext(), 0, Attribute::ZExt); in runOnModule() 758 AL = AL.addParamAttribute(M.getContext(), 1, Attribute::ZExt); in runOnModule() 777 AL = AL.addParamAttribute(M.getContext(), 0, Attribute::ZExt); in runOnModule()
|
D | InstrProfiling.cpp | 559 AL = AL.addParamAttribute(M.getContext(), 2, AK); in getOrInsertValueProfilingCall()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | Attributes.h | 413 LLVM_NODISCARD AttributeList addParamAttribute( 421 addParamAttribute(LLVMContext &C, unsigned ArgNo, StringRef Kind, 428 LLVM_NODISCARD AttributeList addParamAttribute(LLVMContext &C,
|
D | InstrTypes.h | 1418 PAL = PAL.addParamAttribute(getContext(), ArgNo, Kind); 1426 PAL = PAL.addParamAttribute(getContext(), ArgNo, Attr);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/ |
D | CoroSplit.cpp | 698 NewAttrs = NewAttrs.addParamAttribute(Context, 0, Attribute::NonNull); in create() 699 NewAttrs = NewAttrs.addParamAttribute(Context, 0, Attribute::NoAlias); in create()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Function.cpp | 419 PAL = PAL.addParamAttribute(getContext(), ArgNo, Kind); in addParamAttr() 425 PAL = PAL.addParamAttribute(getContext(), ArgNo, Attr); in addParamAttr()
|
D | Attributes.cpp | 1184 AttributeList AttributeList::addParamAttribute(LLVMContext &C, in addParamAttribute() function in AttributeList
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | CorrelatedValuePropagation.cpp | 601 AS = AS.addParamAttribute(Ctx, ArgNos, in processCallSite()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCalls.cpp | 4425 AS = AS.addParamAttribute(Ctx, ArgNos, in visitCallBase()
|