HomeSort by relevance Sort by last modified time
    Searched defs:getDefReg (Results 1 - 3 of 3) 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))
  /external/swiftshader/third_party/llvm-7.0/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))

Completed in 216 milliseconds