Home
last modified time | relevance | path

Searched refs:SystemZLDCleanup (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Target/SystemZ/
DSystemZLDCleanup.cpp30 class SystemZLDCleanup : public MachineFunctionPass { class
33 SystemZLDCleanup(const SystemZTargetMachine &tm) in SystemZLDCleanup() function in __anon58c146ec0111::SystemZLDCleanup
52 char SystemZLDCleanup::ID = 0;
57 return new SystemZLDCleanup(TM); in createSystemZLDCleanupPass()
60 void SystemZLDCleanup::getAnalysisUsage(AnalysisUsage &AU) const { in getAnalysisUsage()
66 bool SystemZLDCleanup::runOnMachineFunction(MachineFunction &F) { in runOnMachineFunction()
88 bool SystemZLDCleanup::VisitNode(MachineDomTreeNode *Node, in VisitNode()
117 MachineInstr *SystemZLDCleanup::ReplaceTLSCall(MachineInstr *I, in ReplaceTLSCall()
132 MachineInstr *SystemZLDCleanup::SetRegister(MachineInstr *I, in SetRegister()
DCMakeLists.txt23 SystemZLDCleanup.cpp