HomeSort by relevance Sort by last modified time
    Searched refs:hasRegTmp (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/subzero/src/
IceRegAlloc.cpp 76 if (Var->hasRegTmp()) {
421 if (!Var->hasRegTmp())
467 assert(Item->hasRegTmp());
491 assert(Item->hasRegTmp());
529 if (!SrcVar->hasRegTmp())
667 assert(Item->hasRegTmp());
681 assert(Item->hasRegTmp());
805 if (Randomized && Item->hasRegTmp() && !Item->hasReg()) {
810 if (!Item->hasRegTmp()) {
    [all...]
IceOperand.h 763 bool hasRegTmp() const { return getRegNumTmp().hasValue(); }
    [all...]

Completed in 62 milliseconds