Home
last modified time | relevance | path

Searched refs:isVariant (Results 1 – 8 of 8) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/llvm/lib/MC/
HDMCSchedule.cpp63 if (!SCDesc.isVariant()) in computeInstrLatency()
78 while (SCDesc->isVariant()) { in computeInstrLatency()
124 while (SCDesc->isVariant()) { in getReciprocalThroughput()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
HDAArch64StorePairSuppress.cpp95 if (PairSCDesc->isValid() && !PairSCDesc->isVariant() && in shouldAddSTPToBlock()
96 SingleSCDesc->isValid() && !SingleSCDesc->isVariant()) { in shouldAddSTPToBlock()
HDAArch64SIMDInstrOpt.cpp236 if (!SCDesc->isValid() || SCDesc->isVariant()) in shouldReplaceInst()
245 if (!SCDescRepl->isValid() || SCDescRepl->isVariant()) in shouldReplaceInst()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDTargetSchedule.cpp131 while (SCDesc->isVariant()) { in resolveSchedClass()
330 if (SCDesc.isValid() && !SCDesc.isVariant()) in computeReciprocalThroughput()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/MC/
HDMCSchedule.h139 bool isVariant() const { in isVariant() function
/freebsd-14-stable/contrib/llvm-project/llvm/tools/llvm-mca/Views/
HDInstructionInfoView.cpp130 while (SchedClassID && SM.getSchedClassDesc(SchedClassID)->isVariant()) in collectData()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/MCA/
HDInstrBuilder.cpp547 while (SchedClassID && SM.getSchedClassDesc(SchedClassID)->isVariant()) in getVariantSchedClassID()
573 bool IsVariant = SM.getSchedClassDesc(SchedClassID)->isVariant(); in createInstrDescImpl()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/MC/MCDisassembler/
HDDisassembler.cpp213 if (!SCDesc || !SCDesc->isValid() || SCDesc->isVariant()) in getLatency()