Searched refs:isVariant (Results 1 – 8 of 8) sorted by relevance
62 if (!SCDesc.isVariant()) in computeInstrLatency()77 while (SCDesc->isVariant()) { in computeInstrLatency()123 while (SCDesc->isVariant()) { in getReciprocalThroughput()
41 while (SchedClassID && SM.getSchedClassDesc(SchedClassID)->isVariant()) in printView()
144 while (SCDesc->isVariant()) { in resolveSchedClass()347 if (SCDesc.isValid() && !SCDesc.isVariant()) in computeReciprocalThroughput()
91 if (SCDesc->isValid() && !SCDesc->isVariant()) { in shouldAddSTPToBlock()
235 if (!SCDesc->isValid() || SCDesc->isVariant()) in shouldReplaceInst()244 if (!SCDescRepl->isValid() || SCDescRepl->isVariant()) in shouldReplaceInst()
130 bool isVariant() const { in isVariant() function
508 bool IsVariant = SM.getSchedClassDesc(SchedClassID)->isVariant(); in createInstrDescImpl()513 while (SchedClassID && SM.getSchedClassDesc(SchedClassID)->isVariant()) in createInstrDescImpl()
208 if (!SCDesc || !SCDesc->isValid() || SCDesc->isVariant()) in getLatency()