Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZLDCleanup.cpp30 class SystemZLDCleanup : public MachineFunctionPass { class
33 SystemZLDCleanup(const SystemZTargetMachine &tm) in SystemZLDCleanup() function in __anon68c4f4c50111::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.txt26 SystemZLDCleanup.cpp
/external/llvm/lib/Target/SystemZ/
DSystemZLDCleanup.cpp30 class SystemZLDCleanup : public MachineFunctionPass { class
33 SystemZLDCleanup(const SystemZTargetMachine &tm) in SystemZLDCleanup() function in __anon6d1c258d0111::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