Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Target/SystemZ/
DSystemZCopyPhysRegs.cpp36 class SystemZCopyPhysRegs : public MachineFunctionPass { class
39 SystemZCopyPhysRegs() in SystemZCopyPhysRegs() function in __anona16626fa0111::SystemZCopyPhysRegs
57 char SystemZCopyPhysRegs::ID = 0;
61 INITIALIZE_PASS(SystemZCopyPhysRegs, "systemz-copy-physregs",
65 return new SystemZCopyPhysRegs(); in createSystemZCopyPhysRegsPass()
68 void SystemZCopyPhysRegs::getAnalysisUsage(AnalysisUsage &AU) const { in getAnalysisUsage()
73 bool SystemZCopyPhysRegs::visitMBB(MachineBasicBlock &MBB) { in visitMBB()
110 bool SystemZCopyPhysRegs::runOnMachineFunction(MachineFunction &F) { in runOnMachineFunction()
DCMakeLists.txt21 SystemZCopyPhysRegs.cpp
/external/llvm-project/llvm/utils/gn/secondary/llvm/lib/Target/SystemZ/
DBUILD.gn37 "SystemZCopyPhysRegs.cpp",