Home
last modified time | relevance | path

Searched refs:getSchedClassDesc (Results 1 – 11 of 11) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/
HDMCSchedule.cpp58 const MCSchedClassDesc &SCDesc = *getSchedClassDesc(SchedClass); in computeInstrLatency()
71 const MCSchedClassDesc *SCDesc = getSchedClassDesc(SchedClass); in computeInstrLatency()
78 SCDesc = getSchedClassDesc(SchedClass); in computeInstrLatency()
114 const MCSchedClassDesc *SCDesc = getSchedClassDesc(SchedClass); in getReciprocalThroughput()
124 SCDesc = getSchedClassDesc(SchedClass); in getReciprocalThroughput()
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-mca/Views/
HDInstructionInfoView.cpp48 while (SchedClassID && SM.getSchedClassDesc(SchedClassID)->isVariant()) in printView()
51 const MCSchedClassDesc &SCDesc = *SM.getSchedClassDesc(SchedClassID); in printView()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDTargetSchedule.cpp136 const MCSchedClassDesc *SCDesc = SchedModel.getSchedClassDesc(SchedClass); in resolveSchedClass()
147 SCDesc = SchedModel.getSchedClassDesc(SchedClass); in resolveSchedClass()
345 const MCSchedClassDesc &SCDesc = *SchedModel.getSchedClassDesc(SchedClass); in computeReciprocalThroughput()
HDMachineCombiner.cpp371 const MCSchedClassDesc *SC = SchedModel.getSchedClassDesc(Idx); in instr2instrSC()
HDMachinePipeliner.cpp934 STI->getSchedModel().getSchedClassDesc(SchedClass); in minFuncUnits()
977 STI->getSchedModel().getSchedClassDesc(SchedClass); in calcCriticalResources()
2943 const MCSchedClassDesc *SCDesc = SM.getSchedClassDesc(InsnClass); in canReserveResources()
2983 const MCSchedClassDesc *SCDesc = SM.getSchedClassDesc(InsnClass); in reserveResources()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MCA/
HDInstrBuilder.cpp251 const MCSchedClassDesc &SCDesc = *SM.getSchedClassDesc(SchedClassID); in populateWrites()
520 bool IsVariant = SM.getSchedClassDesc(SchedClassID)->isVariant(); in createInstrDescImpl()
525 while (SchedClassID && SM.getSchedClassDesc(SchedClassID)->isVariant()) in createInstrDescImpl()
535 const MCSchedClassDesc &SCDesc = *SM.getSchedClassDesc(SchedClassID); in createInstrDescImpl()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
HDAArch64StorePairSuppress.cpp87 SchedModel.getMCSchedModel()->getSchedClassDesc(SCIdx); in shouldAddSTPToBlock()
HDAArch64SIMDInstrOpt.cpp229 SchedModel.getMCSchedModel()->getSchedClassDesc(SCIdx); in shouldReplaceInst()
241 SCDescRepl = SchedModel.getMCSchedModel()->getSchedClassDesc( in shouldReplaceInst()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MC/
HDMCSchedule.h346 const MCSchedClassDesc *getSchedClassDesc(unsigned SchedClassIdx) const { in getSchedClassDesc() function
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/MCDisassembler/
HDDisassembler.cpp209 const MCSchedClassDesc *SCDesc = SCModel.getSchedClassDesc(SCClass); in getLatency()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MCA/HardwareUnits/
HDRegisterFile.cpp418 const MCSchedClassDesc *SC = SM.getSchedClassDesc(RD.SchedClassID); in addRegisterRead()