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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelDAGToDAG.cpp526 int BaseOpIdx; local
541 BaseOpIdx = 0;
550 BaseOpIdx = 1;
558 SDValue Base = N->getOperand(BaseOpIdx);
609 if (BaseOpIdx == 0) // Load
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DTwoAddressInstructionPass.cpp153 unsigned BaseOpIdx,
1039 /// Tries to commute the operand 'BaseOpIdx' and some other operand in the
1044 /// 'BaseOpKilled' specifies if the register associated with 'BaseOpIdx'
1053 unsigned BaseOpIdx,
1061 Register BaseOpReg = MI->getOperand(BaseOpIdx).getReg();
1065 // The call of findCommutedOpIndices below only checks if BaseOpIdx
1069 if (OtherOpIdx == BaseOpIdx || !MI->getOperand(OtherOpIdx).isReg() ||
1070 !TII->findCommutedOpIndices(*MI, BaseOpIdx, OtherOpIdx))
1088 if (DoCommute && commuteInstruction(MI, DstOpIdx, BaseOpIdx, OtherOpIdx,
1051 tryInstructionCommute(MachineInstr *MI, unsigned DstOpIdx, unsigned BaseOpIdx, bool BaseOpKilled, unsigned Dist) argument

Completed in 110 milliseconds