Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZLDCleanup.cpp29 class SystemZLDCleanup : public MachineFunctionPass { class
32 SystemZLDCleanup(const SystemZTargetMachine &tm) in SystemZLDCleanup() function in __anonf5a137d60111::SystemZLDCleanup
51 char SystemZLDCleanup::ID = 0;
56 return new SystemZLDCleanup(TM); in createSystemZLDCleanupPass()
59 void SystemZLDCleanup::getAnalysisUsage(AnalysisUsage &AU) const { in getAnalysisUsage()
65 bool SystemZLDCleanup::runOnMachineFunction(MachineFunction &F) { in runOnMachineFunction()
87 bool SystemZLDCleanup::VisitNode(MachineDomTreeNode *Node, in VisitNode()
116 MachineInstr *SystemZLDCleanup::ReplaceTLSCall(MachineInstr *I, in ReplaceTLSCall()
131 MachineInstr *SystemZLDCleanup::SetRegister(MachineInstr *I, in SetRegister()
H A DCMakeLists.txt28 SystemZLDCleanup.cpp
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/lib/Target/SystemZ/
H A DBUILD.gn44 "SystemZLDCleanup.cpp",