Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSCCP.cpp302 F->removeParamAttr(A.getArgNo(), Attribute::Returned); in runIPSCCP()
315 CB->removeParamAttr(CB->getArgOperandNo(&Arg), Attribute::Returned); in runIPSCCP()
H A DArgumentPromotion.cpp864 F->removeParamAttr(ArgNo, Attribute::StructRet); in promoteArguments()
868 CB.removeParamAttr(ArgNo, Attribute::StructRet); in promoteArguments()
H A DAttributor.cpp2466 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 DFunction.h415 void removeParamAttr(unsigned ArgNo, Attribute::AttrKind Kind);
418 void removeParamAttr(unsigned ArgNo, StringRef Kind);
H A DIntrinsicInst.h1017 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 DInstrTypes.h1559 void removeParamAttr(unsigned ArgNo, Attribute::AttrKind Kind) {
1565 void removeParamAttr(unsigned ArgNo, StringRef Kind) {
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DFunction.cpp330 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 DCallSiteSplitting.cpp102 CB.removeParamAttr(ArgNo, Attribute::NonNull); in setConstantInArgument()
H A DTailRecursionElimination.cpp712 F.removeParamAttr(I, Attribute::ReadOnly); in eliminateCall()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DSpillUtils.cpp594 Arg->getParent()->removeParamAttr(Arg->getArgNo(), Attribute::Captures); in getSpillInsertionPt()
H A DCoroFrame.cpp1067 Arg->getParent()->removeParamAttr(Arg->getArgNo(), Attribute::Captures); in insertSpills()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp283 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 DBitcodeReader.cpp4276 Func->removeParamAttr(i, Kind); in parseFunctionRecord()