Searched refs:AsmStrRewrites (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/MC/MCParser/ |
| H A D | AsmParser.cpp | 292 bool parseCurlyBlockScope(SmallVectorImpl<AsmRewrite>& AsmStrRewrites); 960 SmallVector<AsmRewrite, 4> AsmStrRewrites; in Run() local 982 ParseStatementInfo Info(&AsmStrRewrites); in Run() 5945 SmallVector<AsmRewrite, 4> AsmStrRewrites; in parseMSInlineAsm() local 5955 if (parseCurlyBlockScope(AsmStrRewrites)) in parseMSInlineAsm() 5958 ParseStatementInfo Info(&AsmStrRewrites); in parseMSInlineAsm() 6014 AsmStrRewrites.emplace_back(AOK_Output, Start, SymName.size()); in parseMSInlineAsm() 6068 array_pod_sort(AsmStrRewrites.begin(), AsmStrRewrites.end(), rewritesSort); in parseMSInlineAsm() 6069 for (auto it = AsmStrRewrites.begin(); it != AsmStrRewrites.end(); ++it) { in parseMSInlineAsm() 6113 it, AsmStrRewrites.end(), [&](const AsmRewrite &FusingAR) { in parseMSInlineAsm() [all …]
|
| H A D | MasmParser.cpp | 1329 SmallVector<AsmRewrite, 4> AsmStrRewrites; in Run() local 1356 ParseStatementInfo Info(&AsmStrRewrites); in Run() 2778 SmallVectorImpl<AsmRewrite> &AsmStrRewrites) { in parseCurlyBlockScope() argument 3335 SmallVector<AsmRewrite, 4> AsmStrRewrites; in handleMacroInvocation() local 3337 ParseStatementInfo Info(&AsmStrRewrites); in handleMacroInvocation() 7403 SmallVector<AsmRewrite, 4> AsmStrRewrites; in parseMSInlineAsm() local 7413 if (parseCurlyBlockScope(AsmStrRewrites)) in parseMSInlineAsm() 7416 ParseStatementInfo Info(&AsmStrRewrites); in parseMSInlineAsm() 7526 array_pod_sort(AsmStrRewrites.begin(), AsmStrRewrites.end(), rewritesSort); in parseMSInlineAsm() 7527 for (auto it = AsmStrRewrites.begin(); it != AsmStrRewrites.end(); ++it) { in parseMSInlineAsm() [all …]
|