Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DLegalizerInfo.cpp251 LegalizerInfo::LegalizerInfo() : TablesInitialized(false) { in LegalizerInfo()
287 assert(TablesInitialized == false); in computeTables()
373 TablesInitialized = true; in computeTables()
382 assert(TablesInitialized && "backend forgot to call computeTables"); in getAspectAction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
DLegalizerInfo.h971 TablesInitialized = false; in setAction()
1342 bool TablesInitialized; variable