Home
last modified time | relevance | path

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/
DGCOVProfiling.cpp898 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()
DSanitizerCoverage.cpp390 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()
DDataFlowSanitizer.cpp743 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()
DInstrProfiling.cpp559 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/
DAttributes.h413 LLVM_NODISCARD AttributeList addParamAttribute(
421 addParamAttribute(LLVMContext &C, unsigned ArgNo, StringRef Kind,
428 LLVM_NODISCARD AttributeList addParamAttribute(LLVMContext &C,
DInstrTypes.h1418 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/
DCoroSplit.cpp698 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/
DFunction.cpp419 PAL = PAL.addParamAttribute(getContext(), ArgNo, Kind); in addParamAttr()
425 PAL = PAL.addParamAttribute(getContext(), ArgNo, Attr); in addParamAttr()
DAttributes.cpp1184 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/
DCorrelatedValuePropagation.cpp601 AS = AS.addParamAttribute(Ctx, ArgNos, in processCallSite()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp4425 AS = AS.addParamAttribute(Ctx, ArgNos, in visitCallBase()