Lines Matching refs:SubOpIdx
288 int SubOpIdx; member
290 explicit AsmOperand(StringRef T) : Token(T), Class(0), SubOpIdx(-1) {} in AsmOperand()
430 int FindAsmOperand(StringRef N, int SubOpIdx) const { in FindAsmOperand()
433 SubOpIdx == AsmOperands[i].SubOpIdx) in FindAsmOperand()
594 int SubOpIdx = -1);
869 int SubOpIdx) { in getOperandClass() argument
871 if (SubOpIdx != -1) in getOperandClass()
872 Rec = dynamic_cast<DefInit*>(OI.MIOperandInfo->getArg(SubOpIdx))->getDef(); in getOperandClass()
1323 if (Op->SubOpIdx == -1 && Operands[Idx].MINumOperands > 1) { in BuildInstructionOperandReference()
1332 NewAsmOp.SubOpIdx = SI; in BuildInstructionOperandReference()
1337 Op->SubOpIdx = 0; in BuildInstructionOperandReference()
1342 Op->Class = getOperandClass(Operands[Idx], Op->SubOpIdx); in BuildInstructionOperandReference()
1358 Op->SubOpIdx = Idx.second; in BuildInstructionOperandReference()
1379 Op.SubOpIdx = CGA.ResultInstOperandIndex[i].second; in BuildAliasOperandReference()
1381 Op.SubOpIdx); in BuildAliasOperandReference()
1414 if (AsmOperands[SrcOperand].SubOpIdx == -1) { in BuildInstructionResultOperands()
1421 assert(AsmOperands[SrcOperand+AI].SubOpIdx == (int)AI && in BuildInstructionResultOperands()