Lines Matching defs:SrcOperand
1816 int SrcOperand = findAsmOperandNamed(OpInfo.Name);
1817 if (OpInfo.Name.empty() || SrcOperand == -1) {
1829 if (AsmOperands[SrcOperand].SubOpIdx == -1) {
1830 ResOperands.push_back(ResOperand::getRenderedOp(SrcOperand, NumOperands));
1836 assert(AsmOperands[SrcOperand + AI].SubOpIdx == (int)AI &&
1837 AsmOperands[SrcOperand + AI].SrcOpName == OpInfo.Name &&
1839 ResOperands.push_back(ResOperand::getRenderedOp(SrcOperand + AI, 1));
1918 int SrcOperand = findAsmOperand(Name, SubIdx);
1919 if (SrcOperand == -1)
1927 OperandRefs.try_emplace(Name, SrcOperand);
1931 ResOperand::getRenderedOp(SrcOperand, NumOperands));