Lines Matching refs:SrcOperand
1785 int SrcOperand = findAsmOperandNamed(OpInfo.Name); in buildInstructionResultOperands() local
1786 if (OpInfo.Name.empty() || SrcOperand == -1) { in buildInstructionResultOperands()
1798 if (AsmOperands[SrcOperand].SubOpIdx == -1) { in buildInstructionResultOperands()
1799 ResOperands.push_back(ResOperand::getRenderedOp(SrcOperand, NumOperands)); in buildInstructionResultOperands()
1805 assert(AsmOperands[SrcOperand+AI].SubOpIdx == (int)AI && in buildInstructionResultOperands()
1806 AsmOperands[SrcOperand+AI].SrcOpName == OpInfo.Name && in buildInstructionResultOperands()
1808 ResOperands.push_back(ResOperand::getRenderedOp(SrcOperand + AI, 1)); in buildInstructionResultOperands()
1888 int SrcOperand = findAsmOperand(Name, SubIdx); in buildAliasResultOperands() local
1889 if (SrcOperand == -1) in buildAliasResultOperands()
1896 OperandRefs.try_emplace(Name, SrcOperand); in buildAliasResultOperands()
1899 ResOperands.push_back(ResOperand::getRenderedOp(SrcOperand, in buildAliasResultOperands()