Home
last modified time | relevance | path

Searched refs:BaseOpIdx (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/RISCV/
DRISCVISelDAGToDAG.cpp145 int BaseOpIdx; in doPeepholeLoadStoreADDI() local
160 BaseOpIdx = 0; in doPeepholeLoadStoreADDI()
169 BaseOpIdx = 1; in doPeepholeLoadStoreADDI()
180 SDValue Base = N->getOperand(BaseOpIdx); in doPeepholeLoadStoreADDI()
206 if (BaseOpIdx == 0) // Load in doPeepholeLoadStoreADDI()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DTwoAddressInstructionPass.cpp162 unsigned BaseOpIdx,
1202 unsigned BaseOpIdx, in tryInstructionCommute() argument
1210 unsigned BaseOpReg = MI->getOperand(BaseOpIdx).getReg(); in tryInstructionCommute()
1218 if (OtherOpIdx == BaseOpIdx || !MI->getOperand(OtherOpIdx).isReg() || in tryInstructionCommute()
1219 !TII->findCommutedOpIndices(*MI, BaseOpIdx, OtherOpIdx)) in tryInstructionCommute()
1237 if (DoCommute && commuteInstruction(MI, DstOpIdx, BaseOpIdx, OtherOpIdx, in tryInstructionCommute()
/external/llvm/lib/CodeGen/
DTwoAddressInstructionPass.cpp137 unsigned BaseOpIdx,
1160 unsigned BaseOpIdx, in tryInstructionCommute() argument
1164 unsigned BaseOpReg = MI->getOperand(BaseOpIdx).getReg(); in tryInstructionCommute()
1172 if (OtherOpIdx == BaseOpIdx || in tryInstructionCommute()
1173 !TII->findCommutedOpIndices(*MI, BaseOpIdx, OtherOpIdx)) in tryInstructionCommute()
1191 if (DoCommute && commuteInstruction(MI, BaseOpIdx, OtherOpIdx, Dist)) { in tryInstructionCommute()