Searched refs:removeParamAttr (Results 1 – 12 of 12) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | SCCP.cpp | 332 F->removeParamAttr(A.getArgNo(), Attribute::Returned); in runIPSCCP() 346 CB->removeParamAttr(CB->getArgOperandNo(&Arg), Attribute::Returned); in runIPSCCP()
|
H A D | ArgumentPromotion.cpp | 826 F->removeParamAttr(ArgNo, Attribute::StructRet); in promoteArguments() 830 CB.removeParamAttr(ArgNo, Attribute::StructRet); in promoteArguments()
|
H A D | Attributor.cpp | 2474 CB->removeParamAttr(Idx, Attribute::NoUndef); in cleanupIR() 2477 Callee->removeParamAttr(Idx, Attribute::NoUndef); in cleanupIR()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | Function.h | 413 void removeParamAttr(unsigned ArgNo, Attribute::AttrKind Kind); 416 void removeParamAttr(unsigned ArgNo, StringRef Kind);
|
H A D | IntrinsicInst.h | 1004 removeParamAttr(ARG_DEST, Attribute::Alignment); in setDestAlignment() 1010 removeParamAttr(ARG_DEST, Attribute::Alignment); in setDestAlignment() 1067 BaseCL::removeParamAttr(ARG_SOURCE, Attribute::Alignment); in setSourceAlignment() 1074 BaseCL::removeParamAttr(ARG_SOURCE, Attribute::Alignment); in setSourceAlignment()
|
H A D | InstrTypes.h | 1641 void removeParamAttr(unsigned ArgNo, Attribute::AttrKind Kind) { 1647 void removeParamAttr(unsigned ArgNo, StringRef Kind) {
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | CallSiteSplitting.cpp | 102 CB.removeParamAttr(ArgNo, Attribute::NonNull); in setConstantInArgument()
|
H A D | TailRecursionElimination.cpp | 694 F.removeParamAttr(I, Attribute::ReadOnly); in eliminateCall()
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | Function.cpp | 337 getParent()->removeParamAttr(getArgNo(), Kind); in removeAttr() 701 void Function::removeParamAttr(unsigned ArgNo, Attribute::AttrKind Kind) { in removeParamAttr() function in Function 705 void Function::removeParamAttr(unsigned ArgNo, StringRef Kind) { in removeParamAttr() function in Function
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | SimplifyLibCalls.cpp | 280 CI->removeParamAttr(ArgNo, Attribute::Dereferenceable); in annotateDereferenceableBytes() 283 CI->removeParamAttr(ArgNo, Attribute::DereferenceableOrNull); in annotateDereferenceableBytes()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
H A D | CoroFrame.cpp | 1827 Arg->getParent()->removeParamAttr(Arg->getArgNo(), Attribute::NoCapture); in insertSpills()
|
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
H A D | BitcodeReader.cpp | 4186 Func->removeParamAttr(i, Kind); in parseFunctionRecord()
|