Home
last modified time | relevance | path

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

/src/contrib/llvm-project/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.cpp261 addPass(createSystemZCopyPhysRegsPass(getSystemZTargetMachine())); in addPreRegAlloc()