Searched refs:BaseOpIdx (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelDAGToDAG.cpp213 int BaseOpIdx; local
228 BaseOpIdx = 0;
237 BaseOpIdx = 1;
248 SDValue Base = N->getOperand(BaseOpIdx);
274 if (BaseOpIdx == 0) // Load
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DTwoAddressInstructionPass.cpp161 unsigned BaseOpIdx,
1188 /// Tries to commute the operand 'BaseOpIdx' and some other operand in the
1193 /// 'BaseOpKilled' specifies if the register associated with 'BaseOpIdx'
1202 unsigned BaseOpIdx,
1210 Register BaseOpReg = MI->getOperand(BaseOpIdx).getReg();
1214 // The call of findCommutedOpIndices below only checks if BaseOpIdx
1218 if (OtherOpIdx == BaseOpIdx || !MI->getOperand(OtherOpIdx).isReg() ||
1219 !TII->findCommutedOpIndices(*MI, BaseOpIdx, OtherOpIdx))
1237 if (DoCommute && commuteInstruction(MI, DstOpIdx, BaseOpIdx, OtherOpIdx,
1200 tryInstructionCommute(MachineInstr *MI, unsigned DstOpIdx, unsigned BaseOpIdx, bool BaseOpKilled, unsigned Dist) argument

Completed in 162 milliseconds