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

  /external/llvm/lib/CodeGen/
RegAllocFast.cpp 180 void usePhysReg(MachineOperand&);
344 /// usePhysReg - Handle the direct use of a physical register.
348 void RAFast::usePhysReg(MachineOperand &MO) {
351 "Bad usePhysReg operand");
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
RegAllocFast.cpp 159 void usePhysReg(MachineOperand&);
320 /// usePhysReg - Handle the direct use of a physical register.
324 void RAFast::usePhysReg(MachineOperand &MO) {
327 "Bad usePhysReg operand");
    [all...]

Completed in 97 milliseconds