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

  /external/llvm/lib/CodeGen/
TwoAddressInstructionPass.cpp     [all...]
RegisterCoalescer.cpp 686 unsigned NewDstIdx = TargetInstrInfo::CommuteAnyOperandIndex;
687 if (!TII->findCommutedOpIndices(*DefMI, UseOpIdx, NewDstIdx))
690 MachineOperand &NewDstMO = DefMI->getOperand(NewDstIdx);
721 TII->commuteInstruction(*DefMI, false, UseOpIdx, NewDstIdx);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
TwoAddressInstructionPass.cpp     [all...]
RegisterCoalescer.cpp 664 unsigned Op1, Op2, NewDstIdx;
668 NewDstIdx = Op2;
670 NewDstIdx = Op1;
674 MachineOperand &NewDstMO = DefMI->getOperand(NewDstIdx);
    [all...]

Completed in 270 milliseconds