Searched refs:removeParamAttrs (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/ |
H A D | DXILPrepare.cpp | 187 F.removeParamAttrs(Idx, AttrMask); in runOnModule() 235 CB->removeParamAttrs(Idx, AttrMask); in runOnModule()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | DeadArgumentElimination.cpp | 308 F.removeParamAttrs(Arg.getArgNo(), UBImplyingAttributes); in removeDeadArgumentsFromCallers() 325 CB->removeParamAttrs(ArgNo, UBImplyingAttributes); in removeDeadArgumentsFromCallers()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | Function.h | 419 void removeParamAttrs(unsigned ArgNo, const AttributeMask &Attrs);
|
H A D | InstrTypes.h | 1653 void removeParamAttrs(unsigned ArgNo, const AttributeMask &AttrsToRemove) {
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | Instruction.cpp | 502 CB->removeParamAttrs(ArgNo, UBImplyingAttributes); in dropUBImplyingAttrsAndUnknownMetadata()
|
H A D | Function.cpp | 709 void Function::removeParamAttrs(unsigned ArgNo, const AttributeMask &Attrs) { in removeParamAttrs() function in Function
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | RewriteStatepointsForGC.cpp | 2906 F.removeParamAttrs(A.getArgNo(), R); in stripNonValidAttributesFromPrototype() 2981 Call->removeParamAttrs(i, R); in stripNonValidDataFromBody()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPULibCalls.cpp | 790 Call->removeParamAttrs( in fold()
|
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
H A D | BitcodeReader.cpp | 7008 CI->removeParamAttrs(ArgNo, AttributeFuncs::typeIncompatible( in materialize()
|