Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-exegesis/lib/
DAssembler.cpp162 std::vector<llvm::MCInst> SnippetWithSetup = in assembleToStream() local
164 if (!SnippetWithSetup.empty()) { in assembleToStream()
165 SnippetWithSetup.insert(SnippetWithSetup.end(), Instructions.begin(), in assembleToStream()
167 Instructions = SnippetWithSetup; in assembleToStream()