Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DDAGISelMatcherEmitter.cpp167 SmallString<128> TmpBuf; in EmitMatcher() local
173 TmpBuf.clear(); in EmitMatcher()
174 raw_svector_ostream OS(TmpBuf); in EmitMatcher()
191 OS << '\n' << TmpBuf.str(); in EmitMatcher()
308 SmallString<128> TmpBuf; in EmitMatcher() local
314 TmpBuf.clear(); in EmitMatcher()
315 raw_svector_ostream OS(TmpBuf); in EmitMatcher()
345 OS << TmpBuf.str(); in EmitMatcher()