Searched refs:OpIndices (Results 1 – 7 of 7) sorted by relevance
54 ArrayRef<unsigned> OpIndices) const;64 ArrayRef<unsigned> OpIndices) const;
179 Register findUsedSGPR(const MachineInstr &MI, int OpIndices[3]) const;
987 MachineRegisterInfo &MRI, ArrayRef<unsigned> OpIndices) const { in collectWaterfallOperands()988 for (unsigned Op : OpIndices) { in collectWaterfallOperands()1001 MachineIRBuilder &B, MachineInstr &MI, ArrayRef<unsigned> OpIndices) const { in executeInWaterfallLoop()1006 if (!collectWaterfallOperands(SGPROperandRegs, MI, *B.getMRI(), OpIndices)) in executeInWaterfallLoop()
8493 int OpIndices[3]) const { in findUsedSGPR()8513 int Idx = OpIndices[i]; in findUsedSGPR()
355 std::vector<int64_t> OpIndices = in processSTIPredicate() local357 APInt OperandMask = constructOperandMask(OpIndices); in processSTIPredicate()
3740 OperandIndices OpIndices = getSrcOperandIndices(Opcode); in validateConstantBusLimitations() local3742 for (int OpIdx : OpIndices) { in validateConstantBusLimitations()4498 const int OpIndices[] = { Src0Idx, Src1Idx }; in validateSOPLiteral() local4504 for (int OpIdx : OpIndices) { in validateSOPLiteral()4659 OperandIndices OpIndices = getSrcOperandIndices(Opcode, HasMandatoryLiteral); in validateVOPLiteral() local4665 for (int OpIdx : OpIndices) { in validateVOPLiteral()
1758 auto *OpIndices = II.getOperand(1); in instCombineSVETBL() local1763 auto *SplatValue = dyn_cast_or_null<ConstantInt>(getSplatValue(OpIndices)); in instCombineSVETBL()