Lines Matching refs:SubOpIdx
318 int SubOpIdx; member
328 : Token(T), Class(nullptr), SubOpIdx(-1), in AsmOperand()
503 int findAsmOperand(StringRef N, int SubOpIdx) const { in findAsmOperand()
506 SubOpIdx == AsmOperands[i].SubOpIdx) in findAsmOperand()
682 int SubOpIdx);
683 ClassInfo *getOperandClass(Record *Rec, int SubOpIdx);
1068 int SubOpIdx) { in getOperandClass() argument
1070 if (SubOpIdx != -1) in getOperandClass()
1071 Rec = cast<DefInit>(OI.MIOperandInfo->getArg(SubOpIdx))->getDef(); in getOperandClass()
1072 return getOperandClass(Rec, SubOpIdx); in getOperandClass()
1076 AsmMatcherInfo::getOperandClass(Record *Rec, int SubOpIdx) { in getOperandClass() argument
1551 if (Op->SubOpIdx == -1 && Operands[Idx].MINumOperands > 1) { in buildInstructionOperandReference()
1560 NewAsmOp.SubOpIdx = SI; in buildInstructionOperandReference()
1565 Op->SubOpIdx = 0; in buildInstructionOperandReference()
1570 Op->Class = getOperandClass(Operands[Idx], Op->SubOpIdx); in buildInstructionOperandReference()
1588 Op->SubOpIdx = Idx.second; in buildInstructionOperandReference()
1608 Op.SubOpIdx = CGA.ResultInstOperandIndex[i].second; in buildAliasOperandReference()
1613 Op.SubOpIdx); in buildAliasOperandReference()
1653 if (AsmOperands[SrcOperand].SubOpIdx == -1) { in buildInstructionResultOperands()
1660 assert(AsmOperands[SrcOperand+AI].SubOpIdx == (int)AI && in buildInstructionResultOperands()