Searched refs:isVariant (Results 1 – 8 of 8) sorted by relevance
63 if (!SCDesc.isVariant()) in computeInstrLatency()78 while (SCDesc->isVariant()) { in computeInstrLatency()124 while (SCDesc->isVariant()) { in getReciprocalThroughput()
131 while (SCDesc->isVariant()) { in resolveSchedClass()330 if (SCDesc.isValid() && !SCDesc.isVariant()) in computeReciprocalThroughput()
91 if (SCDesc->isValid() && !SCDesc->isVariant()) { in shouldAddSTPToBlock()
236 if (!SCDesc->isValid() || SCDesc->isVariant()) in shouldReplaceInst()245 if (!SCDescRepl->isValid() || SCDescRepl->isVariant()) in shouldReplaceInst()
139 bool isVariant() const { in isVariant() function
130 while (SchedClassID && SM.getSchedClassDesc(SchedClassID)->isVariant()) in collectData()
526 bool IsVariant = SM.getSchedClassDesc(SchedClassID)->isVariant(); in createInstrDescImpl()531 while (SchedClassID && SM.getSchedClassDesc(SchedClassID)->isVariant()) in createInstrDescImpl()
213 if (!SCDesc || !SCDesc->isValid() || SCDesc->isVariant()) in getLatency()