Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCSchedule.cpp61 if (!SCDesc.isVariant()) in computeInstrLatency()
76 while (SCDesc->isVariant()) { in computeInstrLatency()
122 while (SCDesc->isVariant()) { in getReciprocalThroughput()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
H A DSchedClassResolution.cpp215 assert((SCDesc == nullptr || !SCDesc->isVariant()) && in ResolvedSchedClass()
224 while (SchedClassId && SM.getSchedClassDesc(SchedClassId)->isVariant()) { in ResolveVariantSchedClassId()
238 ->isVariant(); in resolveSchedClassId()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTargetSchedule.cpp143 while (SCDesc->isVariant()) { in resolveSchedClass()
346 if (SCDesc.isValid() && !SCDesc.isVariant()) in computeReciprocalThroughput()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64StorePairSuppress.cpp90 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()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCSchedule.h131 bool isVariant() const { in isVariant() function
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-mca/Views/
H A DInstructionInfoView.cpp106 while (SchedClassID && SM.getSchedClassDesc(SchedClassID)->isVariant()) in collectData()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MCA/
H A DInstrBuilder.cpp522 bool IsVariant = SM.getSchedClassDesc(SchedClassID)->isVariant(); in createInstrDescImpl()
527 while (SchedClassID && SM.getSchedClassDesc(SchedClassID)->isVariant()) in createInstrDescImpl()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCDisassembler/
H A DDisassembler.cpp213 if (!SCDesc || !SCDesc->isValid() || SCDesc->isVariant()) in getLatency()