Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceRegAlloc.cpp76 if (Var->hasRegTmp()) { in dumpLiveRange()
421 if (!Var->hasRegTmp()) in addSpillFill()
467 assert(Item->hasRegTmp()); in handleActiveRangeExpiredOrInactive()
491 assert(Item->hasRegTmp()); in handleInactiveRangeExpiredOrReactivated()
529 if (!SrcVar->hasRegTmp()) in findRegisterPreference()
667 assert(Item->hasRegTmp()); in handleNoFreeRegisters()
681 assert(Item->hasRegTmp()); in handleNoFreeRegisters()
791 if (!Item->hasRegTmp()) { in assignFinalRegisters()
DIceOperand.h748 bool hasRegTmp() const { return getRegNumTmp().hasValue(); } in hasRegTmp() function