HomeSort by relevance Sort by last modified time
    Searched defs:getDefReg (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/ARM/
MLxExpansionPass.cpp 64 unsigned getDefReg(MachineInstr *MI) const;
117 unsigned MLxExpansion::getDefReg(MachineInstr *MI) const {
262 if (i <= Limit2 && hasRAWHazard(getDefReg(MI), NextMI))
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
MLxExpansionPass.cpp 62 unsigned getDefReg(MachineInstr *MI) const;
114 unsigned MLxExpansion::getDefReg(MachineInstr *MI) const {
196 if (i <= Limit2 && hasRAWHazard(getDefReg(MI), NextMI))

Completed in 286 milliseconds