Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZPostRewrite.cpp31 class SystemZPostRewrite : public MachineFunctionPass { class
34 SystemZPostRewrite() : MachineFunctionPass(ID) { in SystemZPostRewrite() function in __anon50adb88b0111::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()
[all …]
H A DCMakeLists.txt33 SystemZPostRewrite.cpp
/llvm-project-15.0.7/llvm/utils/gn/secondary/llvm/lib/Target/SystemZ/
H A DBUILD.gn49 "SystemZPostRewrite.cpp",