Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DRegisterClassInfo.h31 bool ProperSubClass; member
34 RCInfo() : Tag(0), NumRegs(0), ProperSubClass(false) {} in RCInfo()
98 return get(RC).ProperSubClass; in isProperSubClass()
DRegisterClassInfo.cpp105 RCI.ProperSubClass = true; in compute()
111 dbgs() << (RCI.ProperSubClass ? " ] (sub-class)\n" : " ]\n"); in compute()
/external/llvm/include/llvm/CodeGen/
DRegisterClassInfo.h30 bool ProperSubClass; member
36 : Tag(0), NumRegs(0), ProperSubClass(false), MinCost(0), in RCInfo()
104 return get(RC).ProperSubClass; in isProperSubClass()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DRegisterClassInfo.h35 bool ProperSubClass = false; member
108 return get(RC).ProperSubClass; in isProperSubClass()
/external/llvm/lib/CodeGen/
DRegisterClassInfo.cpp137 RCI.ProperSubClass = true; in compute()
146 dbgs() << (RCI.ProperSubClass ? " ] (sub-class)\n" : " ]\n"); in compute()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DRegisterClassInfo.cpp149 RCI.ProperSubClass = true; in compute()
158 dbgs() << (RCI.ProperSubClass ? " ] (sub-class)\n" : " ]\n"); in compute()