Home
last modified time | relevance | path

Searched refs:AsmStrRewrites (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp293 bool parseCurlyBlockScope(SmallVectorImpl<AsmRewrite>& AsmStrRewrites);
980 SmallVector<AsmRewrite, 4> AsmStrRewrites; in Run() local
1002 ParseStatementInfo Info(&AsmStrRewrites); in Run()
5993 SmallVector<AsmRewrite, 4> AsmStrRewrites; in parseMSInlineAsm() local
6003 if (parseCurlyBlockScope(AsmStrRewrites)) in parseMSInlineAsm()
6006 ParseStatementInfo Info(&AsmStrRewrites); in parseMSInlineAsm()
6063 AsmStrRewrites.emplace_back(AOK_Output, Start, SymName.size(), 0, in parseMSInlineAsm()
6118 array_pod_sort(AsmStrRewrites.begin(), AsmStrRewrites.end(), rewritesSort); in parseMSInlineAsm()
6119 for (auto it = AsmStrRewrites.begin(); it != AsmStrRewrites.end(); ++it) { in parseMSInlineAsm()
6163 it, AsmStrRewrites.end(), [&](const AsmRewrite &FusingAR) { in parseMSInlineAsm()
[all …]
H A DMasmParser.cpp1348 SmallVector<AsmRewrite, 4> AsmStrRewrites; in Run() local
1375 ParseStatementInfo Info(&AsmStrRewrites); in Run()
2726 SmallVectorImpl<AsmRewrite> &AsmStrRewrites) { in parseCurlyBlockScope() argument
3283 SmallVector<AsmRewrite, 4> AsmStrRewrites; in handleMacroInvocation() local
3285 ParseStatementInfo Info(&AsmStrRewrites); in handleMacroInvocation()
7355 SmallVector<AsmRewrite, 4> AsmStrRewrites; in parseMSInlineAsm() local
7365 if (parseCurlyBlockScope(AsmStrRewrites)) in parseMSInlineAsm()
7368 ParseStatementInfo Info(&AsmStrRewrites); in parseMSInlineAsm()
7476 array_pod_sort(AsmStrRewrites.begin(), AsmStrRewrites.end(), rewritesSort); in parseMSInlineAsm()
7477 for (auto it = AsmStrRewrites.begin(); it != AsmStrRewrites.end(); ++it) { in parseMSInlineAsm()
[all …]