Searched refs:SrcOperand (Results 1 – 1 of 1) sorted by relevance
1795 int SrcOperand = findAsmOperandNamed(OpInfo.Name); in buildInstructionResultOperands() local1796 if (OpInfo.Name.empty() || SrcOperand == -1) { in buildInstructionResultOperands()1808 if (AsmOperands[SrcOperand].SubOpIdx == -1) { in buildInstructionResultOperands()1809 ResOperands.push_back(ResOperand::getRenderedOp(SrcOperand, NumOperands)); in buildInstructionResultOperands()1815 assert(AsmOperands[SrcOperand+AI].SubOpIdx == (int)AI && in buildInstructionResultOperands()1816 AsmOperands[SrcOperand+AI].SrcOpName == OpInfo.Name && in buildInstructionResultOperands()1818 ResOperands.push_back(ResOperand::getRenderedOp(SrcOperand + AI, 1)); in buildInstructionResultOperands()1898 int SrcOperand = findAsmOperand(Name, SubIdx); in buildAliasResultOperands() local1899 if (SrcOperand == -1) in buildAliasResultOperands()1906 OperandRefs.try_emplace(Name, SrcOperand); in buildAliasResultOperands()[all …]