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

  /external/swiftshader/third_party/LLVM/lib/CodeGen/
RegisterCoalescer.cpp 661 unsigned UseOpIdx;
662 if (!DefMI->isRegTiedToUseOperand(DefIdx, &UseOpIdx))
667 if (Op1 == UseOpIdx)
669 else if (Op2 == UseOpIdx)
    [all...]
  /external/llvm/lib/CodeGen/
RegisterCoalescer.cpp 673 unsigned UseOpIdx;
674 if (!DefMI->isRegTiedToUseOperand(DefIdx, &UseOpIdx))
677 // FIXME: The code below tries to commute 'UseOpIdx' operand with some other
687 if (!TII->findCommutedOpIndices(*DefMI, UseOpIdx, NewDstIdx))
721 TII->commuteInstruction(*DefMI, false, UseOpIdx, NewDstIdx);
    [all...]

Completed in 228 milliseconds