Home
last modified time | relevance | path

Searched refs:createSystemZCopyPhysRegsPass (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZCopyPhysRegs.cpp56 FunctionPass *llvm::createSystemZCopyPhysRegsPass(SystemZTargetMachine &TM) { in createSystemZCopyPhysRegsPass() function in llvm
H A DSystemZ.h197 FunctionPass *createSystemZCopyPhysRegsPass(SystemZTargetMachine &TM);
H A DSystemZTargetMachine.cpp276 addPass(createSystemZCopyPhysRegsPass(getSystemZTargetMachine())); in addPreRegAlloc()