Searched refs:AsmRewrites (Results 1 – 4 of 4) sorted by relevance
/openbsd/gnu/llvm/llvm/include/llvm/MC/MCParser/ |
H A D | MCTargetAsmParser.h | 120 SmallVectorImpl<AsmRewrite> *AsmRewrites = nullptr; member 124 : AsmRewrites(rewrites) {} in ParseInstructionInfo()
|
/openbsd/gnu/llvm/llvm/lib/Target/X86/AsmParser/ |
H A D | X86AsmParser.cpp | 1754 InstInfo->AsmRewrites->emplace_back(AOK_SizeDirective, Start, in CreateMemForMSInlineAsm() 2187 InstInfo->AsmRewrites->emplace_back(AOK_Skip, Start, Len); in RewriteIntelExpression() 2194 InstInfo->AsmRewrites->emplace_back(AOK_Skip, Loc, ExprLen); in RewriteIntelExpression() 2211 InstInfo->AsmRewrites->emplace_back(Loc, ExprLen, Expr); in RewriteIntelExpression() 2253 InstInfo->AsmRewrites->emplace_back(AOK_Label, Loc, Identifier.size(), in ParseIntelInlineAsmIdentifier() 3179 InstInfo->AsmRewrites->emplace_back(AOK_Skip, NameEndLoc, in ParseInstruction() 3468 Info.AsmRewrites->emplace_back(AOK_EndOfStatement, in ParseInstruction() 4544 InstInfo->AsmRewrites->emplace_back( in MatchAndEmitIntelInstruction()
|
/openbsd/gnu/llvm/llvm/lib/MC/MCParser/ |
H A D | AsmParser.cpp | 109 SmallVectorImpl<AsmRewrite> *AsmRewrites = nullptr; member 113 : AsmRewrites(rewrites) {} in ParseStatementInfo() 1933 Info.AsmRewrites->emplace_back(AOK_Label, IDLoc, IDVal.size(), in parseStatement() 2317 Info.AsmRewrites->emplace_back(AOK_EVEN, IDLoc, 4); in parseStatement() 2330 ParseInstructionInfo IInfo(Info.AsmRewrites); in parseAndMatchAndEmitTargetInstruction() 5808 Info.AsmRewrites->emplace_back(AOK_Emit, IDLoc, Len); in parseDirectiveMSEmit() 5824 Info.AsmRewrites->emplace_back(AOK_Align, IDLoc, 5, Log2_64(IntValue)); in parseDirectiveMSAlign()
|
H A D | MasmParser.cpp | 111 SmallVectorImpl<AsmRewrite> *AsmRewrites = nullptr; member 115 : AsmRewrites(rewrites) {} in ParseStatementInfo() 2253 Info.AsmRewrites->emplace_back(AOK_Label, IDLoc, IDVal.size(), in parseStatement() 2684 Info.AsmRewrites->emplace_back(AOK_EVEN, IDLoc, 4); in parseStatement() 2690 ParseInstructionInfo IInfo(Info.AsmRewrites); in parseStatement() 7183 Info.AsmRewrites->emplace_back(AOK_Emit, IDLoc, Len); in parseDirectiveMSEmit() 7199 Info.AsmRewrites->emplace_back(AOK_Align, IDLoc, 5, Log2_64(IntValue)); in parseDirectiveMSAlign()
|