Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DMLxExpansionPass.cpp39 struct MLxExpansion : public MachineFunctionPass { struct
41 MLxExpansion() : MachineFunctionPass(ID) {} in MLxExpansion() argument
70 char MLxExpansion::ID = 0;
73 void MLxExpansion::clearStack() { in clearStack()
78 void MLxExpansion::pushStack(MachineInstr *MI) { in pushStack()
84 MachineInstr *MLxExpansion::getAccDefMI(MachineInstr *MI) const { in getAccDefMI()
114 unsigned MLxExpansion::getDefReg(MachineInstr *MI) const { in getDefReg()
138 bool MLxExpansion::hasRAWHazard(unsigned Reg, MachineInstr *MI) const { in hasRAWHazard()
153 bool MLxExpansion::FindMLxHazard(MachineInstr *MI) { in FindMLxHazard()
206 MLxExpansion::ExpandFPMLxInstruction(MachineBasicBlock &MBB, MachineInstr *MI, in ExpandFPMLxInstruction()
[all …]
/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 …]