Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DRegisterPressure.h376 bool TrackUntiedDefs = false; variable
406 bool TrackLaneMasks, bool TrackUntiedDefs);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DRegisterPressure.cpp268 bool TrackLaneMasks, bool TrackUntiedDefs) { in init() argument
276 this->TrackUntiedDefs = TrackUntiedDefs; in init()
290 if (TrackUntiedDefs) in init()
841 if (TrackUntiedDefs) { in recede()
896 assert(!TrackUntiedDefs && "unsupported mode"); in advance()