Searched refs:removeParamAttrs (Results 1 – 11 of 11) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/ |
| H A D | DXILPrepare.cpp | 241 F.removeParamAttrs(Idx, AttrMask); in runOnModule() 288 CB->removeParamAttrs(Idx, AttrMask); in runOnModule()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | DeadArgumentElimination.cpp | 303 F.removeParamAttrs(Arg.getArgNo(), UBImplyingAttributes); in removeDeadArgumentsFromCallers() 320 CB->removeParamAttrs(ArgNo, UBImplyingAttributes); in removeDeadArgumentsFromCallers()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Function.h | 421 void removeParamAttrs(unsigned ArgNo, const AttributeMask &Attrs);
|
| H A D | InstrTypes.h | 1571 void removeParamAttrs(unsigned ArgNo, const AttributeMask &AttrsToRemove) {
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Function.cpp | 717 void Function::removeParamAttrs(unsigned ArgNo, const AttributeMask &Attrs) { in removeParamAttrs() function in Function
|
| H A D | Instruction.cpp | 542 CB->removeParamAttrs(ArgNo, UBImplyingAttributes); in dropUBImplyingAttrsAndUnknownMetadata()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | RewriteStatepointsForGC.cpp | 2913 F.removeParamAttrs(A.getArgNo(), R); in stripNonValidAttributesFromPrototype() 2988 Call->removeParamAttrs(i, R); in stripNonValidDataFromBody()
|
| H A D | DeadStoreElimination.cpp | 616 Intrinsic->removeParamAttrs(ArgNo, AttrsToRemove); in adjustArgAttributes()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPULibCalls.cpp | 786 Call->removeParamAttrs( in fold()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | SimplifyLibCalls.cpp | 350 NewCI->removeParamAttrs( in mergeAttributesAndFlags()
|
| /freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
| H A D | BitcodeReader.cpp | 7069 CI->removeParamAttrs(ArgNo, AttributeFuncs::typeIncompatible( in materialize()
|