Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/lib/Target/DirectX/
HDDXILPrepare.cpp187 F.removeParamAttrs(Idx, AttrMask); in runOnModule()
235 CB->removeParamAttrs(Idx, AttrMask); in runOnModule()
/freebsd-head/contrib/llvm-project/llvm/lib/Transforms/IPO/
HDDeadArgumentElimination.cpp308 F.removeParamAttrs(Arg.getArgNo(), UBImplyingAttributes); in removeDeadArgumentsFromCallers()
325 CB->removeParamAttrs(ArgNo, UBImplyingAttributes); in removeDeadArgumentsFromCallers()
/freebsd-head/contrib/llvm-project/llvm/include/llvm/IR/
HDFunction.h419 void removeParamAttrs(unsigned ArgNo, const AttributeMask &Attrs);
HDInstrTypes.h1653 void removeParamAttrs(unsigned ArgNo, const AttributeMask &AttrsToRemove) {
/freebsd-head/contrib/llvm-project/llvm/lib/IR/
HDInstruction.cpp502 CB->removeParamAttrs(ArgNo, UBImplyingAttributes); in dropUBImplyingAttrsAndUnknownMetadata()
HDFunction.cpp709 void Function::removeParamAttrs(unsigned ArgNo, const AttributeMask &Attrs) { in removeParamAttrs() function in Function
/freebsd-head/contrib/llvm-project/llvm/lib/Transforms/Scalar/
HDRewriteStatepointsForGC.cpp2906 F.removeParamAttrs(A.getArgNo(), R); in stripNonValidAttributesFromPrototype()
2981 Call->removeParamAttrs(i, R); in stripNonValidDataFromBody()
/freebsd-head/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDAMDGPULibCalls.cpp790 Call->removeParamAttrs( in fold()
/freebsd-head/contrib/llvm-project/llvm/lib/Bitcode/Reader/
HDBitcodeReader.cpp7008 CI->removeParamAttrs(ArgNo, AttributeFuncs::typeIncompatible( in materialize()