Searched refs:removeParamAttrs (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/DirectX/ |
| H A D | DXILPrepare.cpp | 116 F.removeParamAttrs(Idx, AttrMask); in runOnModule()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/IPO/ |
| H A D | DeadArgumentElimination.cpp | 301 F.removeParamAttrs(Arg.getArgNo(), UBImplyingAttributes); in removeDeadArgumentsFromCallers() 320 CB->removeParamAttrs(ArgNo, UBImplyingAttributes); in removeDeadArgumentsFromCallers()
|
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | Function.h | 383 void removeParamAttrs(unsigned ArgNo, const AttributeMask &Attrs);
|
| H A D | InstrTypes.h | 1580 void removeParamAttrs(unsigned ArgNo, const AttributeMask &AttrsToRemove) {
|
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | Instruction.cpp | 191 CB->removeParamAttrs(ArgNo, UBImplyingAttributes); in dropUndefImplyingAttrsAndUnknownMetadata()
|
| H A D | Function.cpp | 618 void Function::removeParamAttrs(unsigned ArgNo, const AttributeMask &Attrs) { in removeParamAttrs() function in Function
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Scalar/ |
| H A D | RewriteStatepointsForGC.cpp | 2813 F.removeParamAttrs(A.getArgNo(), R); in stripNonValidAttributesFromPrototype() 2888 Call->removeParamAttrs(i, R); in stripNonValidDataFromBody()
|
| /llvm-project-15.0.7/llvm/lib/Bitcode/Reader/ |
| H A D | BitcodeReader.cpp | 6493 CI->removeParamAttrs(ArgNo, AttributeFuncs::typeIncompatible( in materialize()
|