Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DRegisterClassInfo.h34 bool ProperSubClass = false; member
107 return get(RC).ProperSubClass; in isProperSubClass()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DRegisterClassInfo.cpp150 RCI.ProperSubClass = true; in compute()
159 dbgs() << (RCI.ProperSubClass ? " ] (sub-class)\n" : " ]\n"); in compute()