Home
last modified time | relevance | path

Searched refs:removeParamAttrs (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILPrepare.cpp241 F.removeParamAttrs(Idx, AttrMask); in runOnModule()
288 CB->removeParamAttrs(Idx, AttrMask); in runOnModule()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DDeadArgumentElimination.cpp303 F.removeParamAttrs(Arg.getArgNo(), UBImplyingAttributes); in removeDeadArgumentsFromCallers()
320 CB->removeParamAttrs(ArgNo, UBImplyingAttributes); in removeDeadArgumentsFromCallers()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DFunction.h421 void removeParamAttrs(unsigned ArgNo, const AttributeMask &Attrs);
H A DInstrTypes.h1571 void removeParamAttrs(unsigned ArgNo, const AttributeMask &AttrsToRemove) {
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DFunction.cpp717 void Function::removeParamAttrs(unsigned ArgNo, const AttributeMask &Attrs) { in removeParamAttrs() function in Function
H A DInstruction.cpp542 CB->removeParamAttrs(ArgNo, UBImplyingAttributes); in dropUBImplyingAttrsAndUnknownMetadata()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp2913 F.removeParamAttrs(A.getArgNo(), R); in stripNonValidAttributesFromPrototype()
2988 Call->removeParamAttrs(i, R); in stripNonValidDataFromBody()
H A DDeadStoreElimination.cpp616 Intrinsic->removeParamAttrs(ArgNo, AttrsToRemove); in adjustArgAttributes()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULibCalls.cpp786 Call->removeParamAttrs( in fold()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp350 NewCI->removeParamAttrs( in mergeAttributesAndFlags()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp7069 CI->removeParamAttrs(ArgNo, AttributeFuncs::typeIncompatible( in materialize()