Lines Matching refs:SystemZPostRewrite
31 class SystemZPostRewrite : public MachineFunctionPass { class
34 SystemZPostRewrite() : MachineFunctionPass(ID) { in SystemZPostRewrite() function in __anon91f0fb5b0111::SystemZPostRewrite
61 char SystemZPostRewrite::ID = 0;
65 INITIALIZE_PASS(SystemZPostRewrite, "systemz-post-rewrite",
70 return new SystemZPostRewrite(); in createSystemZPostRewritePass()
77 void SystemZPostRewrite::selectLOCRMux(MachineBasicBlock &MBB, in selectLOCRMux()
98 void SystemZPostRewrite::selectSELRMux(MachineBasicBlock &MBB, in selectSELRMux()
150 bool SystemZPostRewrite::expandCondMove(MachineBasicBlock &MBB, in expandCondMove()
205 bool SystemZPostRewrite::selectMI(MachineBasicBlock &MBB, in selectMI()
243 bool SystemZPostRewrite::selectMBB(MachineBasicBlock &MBB) { in selectMBB()
256 bool SystemZPostRewrite::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()