Home
last modified time | relevance | path

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

/external/llvm/lib/Target/ARM/
DMLxExpansionPass.cpp40 struct MLxExpansion : public MachineFunctionPass { struct
42 MLxExpansion() : MachineFunctionPass(ID) {} in MLxExpansion() function
73 char MLxExpansion::ID = 0;
76 void MLxExpansion::clearStack() { in clearStack()
81 void MLxExpansion::pushStack(MachineInstr *MI) { in pushStack()
87 MachineInstr *MLxExpansion::getAccDefMI(MachineInstr *MI) const { in getAccDefMI()
117 unsigned MLxExpansion::getDefReg(MachineInstr *MI) const { in getDefReg()
143 bool MLxExpansion::hasLoopHazard(MachineInstr *MI) const { in hasLoopHazard()
185 bool MLxExpansion::hasRAWHazard(unsigned Reg, MachineInstr *MI) const { in hasRAWHazard()
213 bool MLxExpansion::FindMLxHazard(MachineInstr *MI) { in FindMLxHazard()
[all …]