Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp1357 AL = AL.addParamAttribute(M.getContext(), 0, Attribute::ZExt); in initializeRuntimeFunctions()
1358 AL = AL.addParamAttribute(M.getContext(), 1, Attribute::ZExt); in initializeRuntimeFunctions()
1368 AL = AL.addParamAttribute(M.getContext(), 0, Attribute::ZExt); in initializeRuntimeFunctions()
1375 AL = AL.addParamAttribute(M.getContext(), 0, Attribute::ZExt); in initializeRuntimeFunctions()
1376 AL = AL.addParamAttribute(M.getContext(), 1, Attribute::ZExt); in initializeRuntimeFunctions()
1393 AL = AL.addParamAttribute(M.getContext(), 0, Attribute::ZExt); in initializeRuntimeFunctions()
1394 AL = AL.addParamAttribute(M.getContext(), 3, Attribute::ZExt); in initializeRuntimeFunctions()
1448 AL = AL.addParamAttribute(M.getContext(), 0, Attribute::ZExt); in initializeCallbackFunctions()
1454 AL = AL.addParamAttribute(M.getContext(), 0, Attribute::ZExt); in initializeCallbackFunctions()
1462 AL = AL.addParamAttribute(M.getContext(), 0, Attribute::ZExt); in initializeCallbackFunctions()
[all …]
H A DSanitizerCoverage.cpp438 SanCovTraceCmpZeroExtAL.addParamAttribute(*C, 0, Attribute::ZExt); in instrumentModule()
440 SanCovTraceCmpZeroExtAL.addParamAttribute(*C, 1, Attribute::ZExt); in instrumentModule()
478 AL = AL.addParamAttribute(*C, 0, Attribute::ZExt); in instrumentModule()
H A DAddressSanitizer.cpp2865 AL2 = AL2.addParamAttribute(*C, 2, AK); in initializeCallbacks()
2866 AL1 = AL1.addParamAttribute(*C, 1, AK); in initializeCallbacks()
H A DInstrProfiling.cpp1019 AL = AL.addParamAttribute(M.getContext(), 2, AK); in getOrInsertValueProfilingCall()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DAttributes.h644 addParamAttribute(LLVMContext &C, unsigned ArgNo,
652 addParamAttribute(LLVMContext &C, unsigned ArgNo, StringRef Kind,
659 [[nodiscard]] LLVM_ABI AttributeList addParamAttribute(
H A DInstrTypes.h1508 Attrs = Attrs.addParamAttribute(getContext(), ArgNo, Kind);
1514 Attrs = Attrs.addParamAttribute(getContext(), ArgNo, Attr);
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DFunction.cpp666 AttributeSets = AttributeSets.addParamAttribute(getContext(), ArgNo, Kind); in addParamAttr()
670 AttributeSets = AttributeSets.addParamAttribute(getContext(), ArgNo, Attr); in addParamAttr()
H A DAttributes.cpp1737 AttributeList AttributeList::addParamAttribute(LLVMContext &C, in addParamAttribute() function in AttributeList
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetLibraryInfo.h562 AL = AL.addParamAttribute(*C, ArgNo, AK);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DCorrelatedValuePropagation.cpp749 AS = AS.addParamAttribute(Ctx, ArgNos, in processCallSite()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp1500 AL = AL.addParamAttribute(Context, I, Attribute::ReadNone); in AddParamAndFnBasicAttributes()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp4838 Attrs = Attrs.addParamAttribute(Context, i, NewAttr); in propagateAttributeTypes()
4853 Attrs = Attrs.addParamAttribute( in propagateAttributeTypes()
4890 Attrs = Attrs.addParamAttribute(Context, ArgNo, NewAttr); in propagateAttributeTypes()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp4136 AS = AS.addParamAttribute(Ctx, ArgNos, in visitCallBase()