Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSCCP.cpp332 F->removeParamAttr(A.getArgNo(), Attribute::Returned); in runIPSCCP()
346 CB->removeParamAttr(CB->getArgOperandNo(&Arg), Attribute::Returned); in runIPSCCP()
H A DArgumentPromotion.cpp826 F->removeParamAttr(ArgNo, Attribute::StructRet); in promoteArguments()
830 CB.removeParamAttr(ArgNo, Attribute::StructRet); in promoteArguments()
H A DAttributor.cpp2474 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 DFunction.h413 void removeParamAttr(unsigned ArgNo, Attribute::AttrKind Kind);
416 void removeParamAttr(unsigned ArgNo, StringRef Kind);
H A DIntrinsicInst.h1004 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 DInstrTypes.h1641 void removeParamAttr(unsigned ArgNo, Attribute::AttrKind Kind) {
1647 void removeParamAttr(unsigned ArgNo, StringRef Kind) {
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DCallSiteSplitting.cpp102 CB.removeParamAttr(ArgNo, Attribute::NonNull); in setConstantInArgument()
H A DTailRecursionElimination.cpp694 F.removeParamAttr(I, Attribute::ReadOnly); in eliminateCall()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DFunction.cpp337 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 DSimplifyLibCalls.cpp280 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 DCoroFrame.cpp1827 Arg->getParent()->removeParamAttr(Arg->getArgNo(), Attribute::NoCapture); in insertSpills()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp4186 Func->removeParamAttr(i, Kind); in parseFunctionRecord()