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

  /external/llvm/lib/CodeGen/
MachineInstr.cpp     [all...]
RegisterCoalescer.cpp 537 unsigned UseOpIdx;
538 if (!DefMI->isRegTiedToUseOperand(DefIdx, &UseOpIdx))
543 if (Op1 == UseOpIdx)
545 else if (Op2 == UseOpIdx)
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineInstr.h 399 /// first tied use operand index by reference is UseOpIdx is not null.
400 bool isRegTiedToUseOperand(unsigned DefOpIdx, unsigned *UseOpIdx = 0) const;
405 bool isRegTiedToDefOperand(unsigned UseOpIdx, unsigned *DefOpIdx = 0) const;

Completed in 24 milliseconds