Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/MC/
H A DMCSchedule.cpp63 if (!SCDesc.isVariant()) in computeInstrLatency()
78 while (SCDesc->isVariant()) { in computeInstrLatency()
124 while (SCDesc->isVariant()) { in getReciprocalThroughput()
/src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64StorePairSuppress.cpp95 if (PairSCDesc->isValid() && !PairSCDesc->isVariant() && in shouldAddSTPToBlock()
96 SingleSCDesc->isValid() && !SingleSCDesc->isVariant()) { in shouldAddSTPToBlock()
H A DAArch64SIMDInstrOpt.cpp236 if (!SCDesc->isValid() || SCDesc->isVariant()) in shouldReplaceInst()
245 if (!SCDescRepl->isValid() || SCDescRepl->isVariant()) in shouldReplaceInst()
/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetSchedule.cpp131 while (SCDesc->isVariant()) { in resolveSchedClass()
330 if (SCDesc.isValid() && !SCDesc.isVariant()) in computeReciprocalThroughput()
/src/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSchedule.h139 bool isVariant() const { in isVariant() function
/src/contrib/llvm-project/llvm/tools/llvm-mca/Views/
H A DInstructionInfoView.cpp130 while (SchedClassID && SM.getSchedClassDesc(SchedClassID)->isVariant()) in collectData()
/src/contrib/llvm-project/llvm/lib/MCA/
H A DInstrBuilder.cpp547 while (SchedClassID && SM.getSchedClassDesc(SchedClassID)->isVariant()) in getVariantSchedClassID()
573 bool IsVariant = SM.getSchedClassDesc(SchedClassID)->isVariant(); in createInstrDescImpl()
/src/contrib/llvm-project/llvm/lib/MC/MCDisassembler/
H A DDisassembler.cpp213 if (!SCDesc || !SCDesc->isValid() || SCDesc->isVariant()) in getLatency()