Searched refs:AsmOperand (Results 1 – 4 of 4) sorted by relevance
386 struct AsmOperand { struct409 explicit AsmOperand(bool IsIsolatedToken, StringRef T) in AsmOperand() function533 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()798 MatchableInfo::AsmOperand &Op);911 static void extractSingletonRegisterForAsmOperand(MatchableInfo::AsmOperand &Op, in extractSingletonRegisterForAsmOperand()974 for (MatchableInfo::AsmOperand &Op : AsmOperands) { in initialize()990 AsmOperands.push_back(AsmOperand(IsIsolatedToken, Token)); in addAsmOperand()[all …]
41 def AsmOperand : AsmOperandClass {57 let ParserMatchClass = !cast<AsmOperandClass>(name#"AsmOperand");
1778 // too-large constant. So instead, we add a new `AsmOperand` and `Operand` type,
2313 // AsmOperand classes to emit (or not) special diagnostics