Searched refs:AsmStrRewrites (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/MC/MCParser/ |
| H A D | AsmParser.cpp | 291 bool parseCurlyBlockScope(SmallVectorImpl<AsmRewrite>& AsmStrRewrites); 976 SmallVector<AsmRewrite, 4> AsmStrRewrites; in Run() local 998 ParseStatementInfo Info(&AsmStrRewrites); in Run() 5970 SmallVector<AsmRewrite, 4> AsmStrRewrites; in parseMSInlineAsm() local 5980 if (parseCurlyBlockScope(AsmStrRewrites)) in parseMSInlineAsm() 5983 ParseStatementInfo Info(&AsmStrRewrites); in parseMSInlineAsm() 6040 AsmStrRewrites.emplace_back(AOK_Output, Start, SymName.size(), 0, in parseMSInlineAsm() 6097 array_pod_sort(AsmStrRewrites.begin(), AsmStrRewrites.end(), rewritesSort); in parseMSInlineAsm() 6098 for (auto it = AsmStrRewrites.begin(); it != AsmStrRewrites.end(); ++it) { in parseMSInlineAsm() 6142 it, AsmStrRewrites.end(), [&](const AsmRewrite &FusingAR) { in parseMSInlineAsm() [all …]
|
| H A D | MasmParser.cpp | 1328 SmallVector<AsmRewrite, 4> AsmStrRewrites; in Run() local 1355 ParseStatementInfo Info(&AsmStrRewrites); in Run() 2743 SmallVectorImpl<AsmRewrite> &AsmStrRewrites) { in parseCurlyBlockScope() argument 3300 SmallVector<AsmRewrite, 4> AsmStrRewrites; in handleMacroInvocation() local 3302 ParseStatementInfo Info(&AsmStrRewrites); in handleMacroInvocation() 7368 SmallVector<AsmRewrite, 4> AsmStrRewrites; in parseMSInlineAsm() local 7378 if (parseCurlyBlockScope(AsmStrRewrites)) in parseMSInlineAsm() 7381 ParseStatementInfo Info(&AsmStrRewrites); in parseMSInlineAsm() 7491 array_pod_sort(AsmStrRewrites.begin(), AsmStrRewrites.end(), rewritesSort); in parseMSInlineAsm() 7492 for (auto it = AsmStrRewrites.begin(); it != AsmStrRewrites.end(); ++it) { in parseMSInlineAsm() [all …]
|