Home
last modified time | relevance | path

Searched refs:SystemZExpandPseudo (Results 1 – 4 of 4) sorted by relevance

/dports/devel/llvm90/llvm-9.0.1.src/lib/Target/SystemZ/
H A DSystemZExpandPseudo.cpp31 class SystemZExpandPseudo : public MachineFunctionPass { class
34 SystemZExpandPseudo() : MachineFunctionPass(ID) { in SystemZExpandPseudo() function in __anon51be6ec90111::SystemZExpandPseudo
51 char SystemZExpandPseudo::ID = 0;
54 INITIALIZE_PASS(SystemZExpandPseudo, "systemz-expand-pseudo",
59 return new SystemZExpandPseudo(); in createSystemZExpandPseudoPass()
64 bool SystemZExpandPseudo::expandLOCRMux(MachineBasicBlock &MBB, in expandLOCRMux()
116 bool SystemZExpandPseudo::expandMI(MachineBasicBlock &MBB, in expandMI()
131 bool SystemZExpandPseudo::expandMBB(MachineBasicBlock &MBB) { in expandMBB()
144 bool SystemZExpandPseudo::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()
/dports/devel/llvm80/llvm-8.0.1.src/lib/Target/SystemZ/
H A DSystemZExpandPseudo.cpp32 class SystemZExpandPseudo : public MachineFunctionPass { class
35 SystemZExpandPseudo() : MachineFunctionPass(ID) { in SystemZExpandPseudo() function in __anondd44b9070111::SystemZExpandPseudo
52 char SystemZExpandPseudo::ID = 0;
55 INITIALIZE_PASS(SystemZExpandPseudo, "systemz-expand-pseudo",
60 return new SystemZExpandPseudo(); in createSystemZExpandPseudoPass()
65 bool SystemZExpandPseudo::expandLOCRMux(MachineBasicBlock &MBB, in expandLOCRMux()
117 bool SystemZExpandPseudo::expandMI(MachineBasicBlock &MBB, in expandMI()
132 bool SystemZExpandPseudo::expandMBB(MachineBasicBlock &MBB) { in expandMBB()
145 bool SystemZExpandPseudo::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()
/dports/devel/llvm70/llvm-7.0.1.src/lib/Target/SystemZ/
H A DSystemZExpandPseudo.cpp32 class SystemZExpandPseudo : public MachineFunctionPass { class
35 SystemZExpandPseudo() : MachineFunctionPass(ID) { in SystemZExpandPseudo() function in __anon68cb03450111::SystemZExpandPseudo
52 char SystemZExpandPseudo::ID = 0;
55 INITIALIZE_PASS(SystemZExpandPseudo, "systemz-expand-pseudo",
60 return new SystemZExpandPseudo(); in createSystemZExpandPseudoPass()
65 bool SystemZExpandPseudo::expandLOCRMux(MachineBasicBlock &MBB, in expandLOCRMux()
117 bool SystemZExpandPseudo::expandMI(MachineBasicBlock &MBB, in expandMI()
132 bool SystemZExpandPseudo::expandMBB(MachineBasicBlock &MBB) { in expandMBB()
145 bool SystemZExpandPseudo::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()
/dports/devel/llvm90/llvm-9.0.1.src/utils/gn/secondary/llvm/lib/Target/SystemZ/
H A DBUILD.gn38 "SystemZExpandPseudo.cpp",