Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZCopyPhysRegs.cpp30 class SystemZCopyPhysRegs : public MachineFunctionPass { class
33 SystemZCopyPhysRegs() in SystemZCopyPhysRegs() function in __anon9a674df30111::SystemZCopyPhysRegs
49 char SystemZCopyPhysRegs::ID = 0;
53 INITIALIZE_PASS(SystemZCopyPhysRegs, "systemz-copy-physregs",
57 return new SystemZCopyPhysRegs(); in createSystemZCopyPhysRegsPass()
60 void SystemZCopyPhysRegs::getAnalysisUsage(AnalysisUsage &AU) const { in getAnalysisUsage()
65 bool SystemZCopyPhysRegs::visitMBB(MachineBasicBlock &MBB) { in visitMBB()
102 bool SystemZCopyPhysRegs::runOnMachineFunction(MachineFunction &F) { in runOnMachineFunction()
H A DCMakeLists.txt21 SystemZCopyPhysRegs.cpp
/llvm-project-15.0.7/llvm/utils/gn/secondary/llvm/lib/Target/SystemZ/
H A DBUILD.gn37 "SystemZCopyPhysRegs.cpp",