Searched refs:addParamAttribute (Results 1 - 10 of 10) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DAttributes.h430 LLVM_NODISCARD AttributeList addParamAttribute( function in class:llvm::AttributeList
438 addParamAttribute(LLVMContext &C, unsigned ArgNo, StringRef Kind, function in class:llvm::AttributeList
445 LLVM_NODISCARD AttributeList addParamAttribute(LLVMContext &C,
H A DInstrTypes.h1424 PAL = PAL.addParamAttribute(getContext(), ArgNo, Kind);
1432 PAL = PAL.addParamAttribute(getContext(), ArgNo, Attr);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp956 AL = AL.addParamAttribute(*Ctx, 2, AK);
970 AL = AL.addParamAttribute(*Ctx, 0, AK);
971 AL = AL.addParamAttribute(*Ctx, 1, AK);
972 AL = AL.addParamAttribute(*Ctx, 2, AK);
985 AL = AL.addParamAttribute(*Ctx, 0, AK);
H A DSanitizerCoverage.cpp434 SanCovTraceCmpZeroExtAL.addParamAttribute(*C, 0, Attribute::ZExt);
436 SanCovTraceCmpZeroExtAL.addParamAttribute(*C, 1, Attribute::ZExt);
463 AL = AL.addParamAttribute(*C, 0, Attribute::ZExt);
H A DDataFlowSanitizer.cpp755 AL = AL.addParamAttribute(M.getContext(), 0, Attribute::ZExt);
756 AL = AL.addParamAttribute(M.getContext(), 1, Attribute::ZExt);
768 AL = AL.addParamAttribute(M.getContext(), 0, Attribute::ZExt);
769 AL = AL.addParamAttribute(M.getContext(), 1, Attribute::ZExt);
788 AL = AL.addParamAttribute(M.getContext(), 0, Attribute::ZExt);
H A DInstrProfiling.cpp590 AL = AL.addParamAttribute(M.getContext(), 2, AK);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DFunction.cpp460 PAL = PAL.addParamAttribute(getContext(), ArgNo, Kind);
466 PAL = PAL.addParamAttribute(getContext(), ArgNo, Attr);
H A DAttributes.cpp1288 AttributeList AttributeList::addParamAttribute(LLVMContext &C, function in class:AttributeList
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DCorrelatedValuePropagation.cpp597 AS = AS.addParamAttribute(Ctx, ArgNos,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp4605 AS = AS.addParamAttribute(Ctx, ArgNos,

Completed in 115 milliseconds