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

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
TwoAddressInstructionPass.cpp 1071 unsigned OtherOpIdx = MI->getDesc().getNumDefs();
1072 for (; OtherOpIdx < OpsNum; OtherOpIdx++) {
1074 // and OtherOpIdx are commutable, it does not really search for
1077 if (OtherOpIdx == BaseOpIdx || !MI->getOperand(OtherOpIdx).isReg() ||
1078 !TII->findCommutedOpIndices(*MI, BaseOpIdx, OtherOpIdx))
1081 Register OtherOpReg = MI->getOperand(OtherOpIdx).getReg();
1096 if (DoCommute && commuteInstruction(MI, DstOpIdx, BaseOpIdx, OtherOpIdx,
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
InstructionSelectorImpl.h 803 int64_t OtherOpIdx = MatchTable[CurrentIdx++];
807 << OtherInsnID << "][" << OtherOpIdx << "])\n");
811 State.MIs[OtherInsnID]->getOperand(OtherOpIdx))) {

Completed in 25 milliseconds