Lines Matching refs:AsmStrRewrites
560 bool parseCurlyBlockScope(SmallVectorImpl<AsmRewrite>& AsmStrRewrites);
1328 SmallVector<AsmRewrite, 4> AsmStrRewrites; in Run() local
1355 ParseStatementInfo Info(&AsmStrRewrites); in Run()
2743 SmallVectorImpl<AsmRewrite> &AsmStrRewrites) { in parseCurlyBlockScope() argument
2754 AsmStrRewrites.emplace_back(AOK_Skip, StartLoc, Lexer.getLoc().getPointer() - in parseCurlyBlockScope()
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()
7437 AsmStrRewrites.emplace_back(AOK_Output, Start, SymName.size()); in parseMSInlineAsm()
7443 AsmStrRewrites.emplace_back(AOK_CallInput, Start, SymName.size()); in parseMSInlineAsm()
7445 AsmStrRewrites.emplace_back(AOK_Input, Start, SymName.size()); 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()
7536 it, AsmStrRewrites.end(), [&](const AsmRewrite &FusingAR) { in parseMSInlineAsm()
7541 if (rewrite_it == AsmStrRewrites.end()) { in parseMSInlineAsm()