Searched refs:removeParamAttr (Results 1 – 13 of 13) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | SCCP.cpp | 302 F->removeParamAttr(A.getArgNo(), Attribute::Returned); in runIPSCCP() 315 CB->removeParamAttr(CB->getArgOperandNo(&Arg), Attribute::Returned); in runIPSCCP()
|
| H A D | ArgumentPromotion.cpp | 864 F->removeParamAttr(ArgNo, Attribute::StructRet); in promoteArguments() 868 CB.removeParamAttr(ArgNo, Attribute::StructRet); in promoteArguments()
|
| H A D | Attributor.cpp | 2466 CB->removeParamAttr(Idx, Attribute::NoUndef); in cleanupIR() 2469 Callee->removeParamAttr(Idx, Attribute::NoUndef); in cleanupIR()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Function.h | 415 void removeParamAttr(unsigned ArgNo, Attribute::AttrKind Kind); 418 void removeParamAttr(unsigned ArgNo, StringRef Kind);
|
| H A D | IntrinsicInst.h | 1017 removeParamAttr(ARG_DEST, Attribute::Alignment); in setDestAlignment() 1023 removeParamAttr(ARG_DEST, Attribute::Alignment); in setDestAlignment() 1080 BaseCL::removeParamAttr(ARG_SOURCE, Attribute::Alignment); in setSourceAlignment() 1087 BaseCL::removeParamAttr(ARG_SOURCE, Attribute::Alignment); in setSourceAlignment()
|
| H A D | InstrTypes.h | 1559 void removeParamAttr(unsigned ArgNo, Attribute::AttrKind Kind) { 1565 void removeParamAttr(unsigned ArgNo, StringRef Kind) {
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Function.cpp | 330 getParent()->removeParamAttr(getArgNo(), Kind); in removeAttr() 709 void Function::removeParamAttr(unsigned ArgNo, Attribute::AttrKind Kind) { in removeParamAttr() function in Function 713 void Function::removeParamAttr(unsigned ArgNo, StringRef Kind) { in removeParamAttr() function in Function
|
| /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 | 712 F.removeParamAttr(I, Attribute::ReadOnly); in eliminateCall()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
| H A D | SpillUtils.cpp | 594 Arg->getParent()->removeParamAttr(Arg->getArgNo(), Attribute::Captures); in getSpillInsertionPt()
|
| H A D | CoroFrame.cpp | 1067 Arg->getParent()->removeParamAttr(Arg->getArgNo(), Attribute::Captures); in insertSpills()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | SimplifyLibCalls.cpp | 283 CI->removeParamAttr(ArgNo, Attribute::Dereferenceable); in annotateDereferenceableBytes() 286 CI->removeParamAttr(ArgNo, Attribute::DereferenceableOrNull); in annotateDereferenceableBytes()
|
| /freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
| H A D | BitcodeReader.cpp | 4276 Func->removeParamAttr(i, Kind); in parseFunctionRecord()
|