Searched refs:isVariant (Results 1 – 9 of 9) sorted by relevance
62 if (!SCDesc.isVariant()) in computeInstrLatency()77 while (SCDesc->isVariant()) { in computeInstrLatency()123 while (SCDesc->isVariant()) { in getReciprocalThroughput()
237 assert((SCDesc == nullptr || !SCDesc->isVariant()) && in ResolvedSchedClass()246 while (SchedClassId && SM.getSchedClassDesc(SchedClassId)->isVariant()) { in ResolveVariantSchedClassId()260 ->isVariant(); in resolveSchedClassId()
127 while (SCDesc->isVariant()) { in resolveSchedClass()330 if (SCDesc.isValid() && !SCDesc.isVariant()) in computeReciprocalThroughput()
90 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
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()
212 if (!SCDesc || !SCDesc->isValid() || SCDesc->isVariant()) in getLatency()