Home
last modified time | relevance | path

Searched defs:SCDesc (Results 1 – 9 of 9) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/MC/
H A DMCSchedule.cpp43 const MCSchedClassDesc &SCDesc) { in computeInstrLatency()
60 const MCSchedClassDesc &SCDesc = *getSchedClassDesc(SchedClass); in computeInstrLatency() local
73 const MCSchedClassDesc *SCDesc = getSchedClassDesc(SchedClass); in computeInstrLatency() local
91 const MCSchedClassDesc &SCDesc) { in getReciprocalThroughput()
116 const MCSchedClassDesc *SCDesc = getSchedClassDesc(SchedClass); in getReciprocalThroughput() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetSchedule.cpp124 const MCSchedClassDesc *SCDesc = SchedModel.getSchedClassDesc(SchedClass); in resolveSchedClass() local
201 const MCSchedClassDesc *SCDesc = resolveSchedClass(DefMI); in computeOperandLatency() local
266 const MCSchedClassDesc *SCDesc = resolveSchedClass(MI); in computeInstrLatency() local
296 const MCSchedClassDesc *SCDesc = resolveSchedClass(DefMI); in computeOutputLatency() local
329 const MCSchedClassDesc &SCDesc = *SchedModel.getSchedClassDesc(SchedClass); in computeReciprocalThroughput() local
H A DMachinePipeliner.cpp1086 const MCSchedClassDesc *SCDesc = minFuncUnits() local
1129 const MCSchedClassDesc *SCDesc = calcCriticalResources() local
3489 const MCSchedClassDesc *SCDesc = DAG->getSchedClass(&SU); canReserveResources() local
3515 const MCSchedClassDesc *SCDesc = DAG->getSchedClass(&SU); reserveResources() local
3534 reserveResources(const MCSchedClassDesc * SCDesc,int Cycle) reserveResources() argument
3546 unreserveResources(const MCSchedClassDesc * SCDesc,int Cycle) unreserveResources() argument
3648 const MCSchedClassDesc *SCDesc = DAG->getSchedClass(&SU); calculateResMII() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/MCA/
H A DInstrBuilder.cpp43 initializeUsedResources(InstrDesc & ID,const MCSchedClassDesc & SCDesc,const MCSubtargetInfo & STI,ArrayRef<uint64_t> ProcResourceMasks) initializeUsedResources() argument
222 computeMaxLatency(InstrDesc & ID,const MCInstrDesc & MCDesc,const MCSchedClassDesc & SCDesc,const MCSubtargetInfo & STI) computeMaxLatency() argument
269 const MCSchedClassDesc &SCDesc = *SM.getSchedClassDesc(SchedClassID); populateWrites() local
542 const MCSchedClassDesc &SCDesc = *SM.getSchedClassDesc(SchedClassID); createInstrDescImpl() local
650 const MCSchedClassDesc &SCDesc = createInstruction() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-mca/Views/
H A DInstructionInfoView.cpp134 const MCSchedClassDesc &SCDesc = *SM.getSchedClassDesc(SchedClassID); in collectData() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64StorePairSuppress.cpp87 const MCSchedClassDesc *SCDesc = shouldAddSTPToBlock() local
H A DAArch64SIMDInstrOpt.cpp230 const MCSchedClassDesc *SCDesc = in shouldReplaceInst() local
/freebsd-src/contrib/llvm-project/llvm/lib/MC/MCDisassembler/
H A DDisassembler.cpp210 const MCSchedClassDesc *SCDesc = SCModel.getSchedClassDesc(SCClass); in getLatency() local
/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/
H A DSubtargetEmitter.cpp1041 MCSchedClassDesc &SCDesc = SCTab.back(); GenSchedClassTables() local
[all...]