Lines Matching refs:AsmOperand
385 struct AsmOperand { struct
408 explicit AsmOperand(bool IsIsolatedToken, StringRef T) in AsmOperand() argument
533 SmallVector<AsmOperand, 8> AsmOperands;
595 auto I = find_if(AsmOperands, [&](const AsmOperand &Op) { in findAsmOperand()
606 [&](const AsmOperand &Op) { return Op.SrcOpName == N; }); in findAsmOperandNamed()
611 auto I = find_if(AsmOperands, [&](const AsmOperand &Op) { in findAsmOperandOriginallyNamed()
796 MatchableInfo::AsmOperand &Op);
835 const AsmOperand &Op = AsmOperands[i]; in dump()
910 static void extractSingletonRegisterForAsmOperand(MatchableInfo::AsmOperand &Op, in extractSingletonRegisterForAsmOperand()
973 for (MatchableInfo::AsmOperand &Op : AsmOperands) { in initialize()
989 AsmOperands.push_back(AsmOperand(IsIsolatedToken, Token)); in addAsmOperand()
1105 for (const AsmOperand &Op : AsmOperands) { in validate()
1492 const MatchableInfo::AsmOperand &Op = MI->AsmOperands[i]; in buildOperandMatchInfo()
1616 MatchableInfo::AsmOperand &Op = II->AsmOperands[i]; in buildInfo()
1715 MatchableInfo::AsmOperand *Op = &II->AsmOperands[AsmOpIdx]; in buildInstructionOperandReference()
1734 MatchableInfo::AsmOperand NewAsmOp(/*IsIsolatedToken=*/true, Token); in buildInstructionOperandReference()
1776 MatchableInfo::AsmOperand &Op) { in buildAliasOperandReference()
2118 const MatchableInfo::AsmOperand &Op = in emitConvertFuncs()
3572 for (const MatchableInfo::AsmOperand &Op : MI->AsmOperands) in run()