HomeSort by: relevance | last modified time | path
    Searched refs:CommuteOpIdx1 (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
SystemZInstrInfo.h 205 /// The arguments 'CommuteOpIdx1' and 'CommuteOpIdx2' specify the operands
213 unsigned CommuteOpIdx1,
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86InstrInfo.h 569 /// The arguments 'CommuteOpIdx1' and 'CommuteOpIdx2' specify the operands
577 unsigned CommuteOpIdx1,
X86InstrInfo.cpp 5629 unsigned CommuteOpIdx1 = OpNum, CommuteOpIdx2 = CommuteAnyOperandIndex;
5630 if (findCommutedOpIndices(MI, CommuteOpIdx1, CommuteOpIdx2)) {
5633 Register Reg1 = MI.getOperand(CommuteOpIdx1).getReg();
5636 0 == MI.getDesc().getOperandConstraint(CommuteOpIdx1, MCOI::TIED_TO);
5647 commuteInstruction(MI, false, CommuteOpIdx1, CommuteOpIdx2);
5666 commuteInstruction(MI, false, CommuteOpIdx1, CommuteOpIdx2);

Completed in 23 milliseconds