Home
last modified time | relevance | path

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

/external/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);
/external/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()
/external/llvm-project/llvm/include/llvm/IR/
DAttributes.h444 LLVM_NODISCARD AttributeList addParamAttribute(
452 addParamAttribute(LLVMContext &C, unsigned ArgNo, StringRef Kind,
459 LLVM_NODISCARD AttributeList addParamAttribute(LLVMContext &C,
DInstrTypes.h1492 PAL = PAL.addParamAttribute(getContext(), ArgNo, Kind);
1500 PAL = PAL.addParamAttribute(getContext(), ArgNo, Attr);
/external/llvm-project/llvm/lib/Transforms/Instrumentation/
DGCOVProfiling.cpp1068 AL = AL.addParamAttribute(*Ctx, 2, AK); in getStartFileFunc()
1082 AL = AL.addParamAttribute(*Ctx, 0, AK); in getEmitFunctionFunc()
1083 AL = AL.addParamAttribute(*Ctx, 1, AK); in getEmitFunctionFunc()
1084 AL = AL.addParamAttribute(*Ctx, 2, AK); in getEmitFunctionFunc()
1097 AL = AL.addParamAttribute(*Ctx, 0, AK); in getEmitArcsFunc()
DSanitizerCoverage.cpp422 SanCovTraceCmpZeroExtAL.addParamAttribute(*C, 0, Attribute::ZExt); in instrumentModule()
424 SanCovTraceCmpZeroExtAL.addParamAttribute(*C, 1, Attribute::ZExt); in instrumentModule()
449 AL = AL.addParamAttribute(*C, 0, Attribute::ZExt); in instrumentModule()
DDataFlowSanitizer.cpp786 AL = AL.addParamAttribute(M.getContext(), 0, Attribute::ZExt); in initializeRuntimeFunctions()
787 AL = AL.addParamAttribute(M.getContext(), 1, Attribute::ZExt); in initializeRuntimeFunctions()
799 AL = AL.addParamAttribute(M.getContext(), 0, Attribute::ZExt); in initializeRuntimeFunctions()
800 AL = AL.addParamAttribute(M.getContext(), 1, Attribute::ZExt); in initializeRuntimeFunctions()
830 AL = AL.addParamAttribute(M.getContext(), 0, Attribute::ZExt); in initializeRuntimeFunctions()
DInstrProfiling.cpp598 AL = AL.addParamAttribute(M.getContext(), 2, AK); in getOrInsertValueProfilingCall()
/external/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()
/external/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
/external/llvm-project/llvm/lib/IR/
DFunction.cpp504 PAL = PAL.addParamAttribute(getContext(), ArgNo, Kind); in addParamAttr()
510 PAL = PAL.addParamAttribute(getContext(), ArgNo, Attr); in addParamAttr()
DAttributes.cpp1320 AttributeList AttributeList::addParamAttribute(LLVMContext &C, in addParamAttribute() function in AttributeList
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DCorrelatedValuePropagation.cpp601 AS = AS.addParamAttribute(Ctx, ArgNos, in processCallSite()
/external/llvm-project/llvm/lib/Transforms/Scalar/
DCorrelatedValuePropagation.cpp589 AS = AS.addParamAttribute(Ctx, ArgNos, in processCallSite()
/external/llvm-project/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp2000 AS = AS.addParamAttribute(Ctx, ArgNos, in visitCallBase()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp4425 AS = AS.addParamAttribute(Ctx, ArgNos, in visitCallBase()