Lines Matching defs:SrcOperand
1821 int SrcOperand = findAsmOperandNamed(OpInfo.Name);
1822 if (OpInfo.Name.empty() || SrcOperand == -1) {
1834 if (AsmOperands[SrcOperand].SubOpIdx == -1) {
1835 ResOperands.push_back(ResOperand::getRenderedOp(SrcOperand, NumOperands));
1841 assert(AsmOperands[SrcOperand + AI].SubOpIdx == (int)AI &&
1842 AsmOperands[SrcOperand + AI].SrcOpName == OpInfo.Name &&
1844 ResOperands.push_back(ResOperand::getRenderedOp(SrcOperand + AI, 1));
1925 int SrcOperand = findAsmOperand(Name, SubIdx);
1926 if (SrcOperand == -1)
1934 OperandRefs.try_emplace(Name, SrcOperand);
1938 ResOperand::getRenderedOp(SrcOperand, NumOperands));