Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/MC/
H A DMCSchedule.cpp62 if (!SCDesc.isVariant()) in computeInstrLatency()
77 while (SCDesc->isVariant()) { in computeInstrLatency()
123 while (SCDesc->isVariant()) { in getReciprocalThroughput()
/freebsd-12.1/contrib/llvm/tools/llvm-mca/Views/
H A DInstructionInfoView.cpp41 while (SchedClassID && SM.getSchedClassDesc(SchedClassID)->isVariant()) in printView()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DTargetSchedule.cpp144 while (SCDesc->isVariant()) { in resolveSchedClass()
347 if (SCDesc.isValid() && !SCDesc.isVariant()) in computeReciprocalThroughput()
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64StorePairSuppress.cpp91 if (SCDesc->isValid() && !SCDesc->isVariant()) { in shouldAddSTPToBlock()
H A DAArch64SIMDInstrOpt.cpp235 if (!SCDesc->isValid() || SCDesc->isVariant()) in shouldReplaceInst()
244 if (!SCDescRepl->isValid() || SCDescRepl->isVariant()) in shouldReplaceInst()
/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMCSchedule.h130 bool isVariant() const { in isVariant() function
/freebsd-12.1/contrib/llvm/lib/MCA/
H A DInstrBuilder.cpp508 bool IsVariant = SM.getSchedClassDesc(SchedClassID)->isVariant(); in createInstrDescImpl()
513 while (SchedClassID && SM.getSchedClassDesc(SchedClassID)->isVariant()) in createInstrDescImpl()
/freebsd-12.1/contrib/llvm/lib/MC/MCDisassembler/
H A DDisassembler.cpp208 if (!SCDesc || !SCDesc->isValid() || SCDesc->isVariant()) in getLatency()