Home
last modified time | relevance | path

Searched refs:SCIdx (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenSchedule.cpp846 unsigned SCIdx = addSchedClass(ItinDef, Writes, Reads, /*ProcIndices*/ {0}); in collectSchedClasses() local
847 InstrClassMap[Inst->TheDef] = SCIdx; in collectSchedClasses()
866 unsigned SCIdx = getSchedClassIdx(*Inst); in collectSchedClasses() local
867 if (!SCIdx) { in collectSchedClasses()
874 CodeGenSchedClass &SC = getSchedClass(SCIdx); in collectSchedClasses()
897 for (const Record *RWDef : SchedClasses[SCIdx].InstRWs) { in collectSchedClasses()
1016 unsigned SCIdx = Pos->second; in createInstRWClass() local
1017 ClassInstrs[SCIdx].push_back(InstDef); in createInstRWClass()
1062 unsigned SCIdx = SchedClasses.size(); in createInstRWClass() local
1063 SchedClasses.emplace_back(SCIdx, createSchedClassName(InstDefs), nullptr); in createInstRWClass()
[all …]
H A DCodeGenSchedule.h618 void inferFromInstRWs(unsigned SCIdx);
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64StorePairSuppress.cpp84 unsigned SCIdx = TII->get(AArch64::STPDi).getSchedClass(); in shouldAddSTPToBlock() local
86 SchedModel.getMCSchedModel()->getSchedClassDesc(SCIdx); in shouldAddSTPToBlock()
H A DAArch64SIMDInstrOpt.cpp227 unsigned SCIdx = InstDesc->getSchedClass(); in shouldReplaceInst() local
229 SchedModel.getMCSchedModel()->getSchedClassDesc(SCIdx); in shouldReplaceInst()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetSchedule.cpp243 unsigned SCIdx = TII->get(Opcode).getSchedClass(); in computeInstrLatency() local
244 return capLatency(SchedModel.computeInstrLatency(*STI, SCIdx)); in computeInstrLatency()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DSubtargetEmitter.cpp1410 for (unsigned SCIdx = 1, SCEnd = SCTab.size(); SCIdx != SCEnd; ++SCIdx) { in emitSchedClassTables() local
1411 MCSchedClassDesc &MCDesc = SCTab[SCIdx]; in emitSchedClassTables()
1412 const CodeGenSchedClass &SchedClass = SchedModels.getSchedClass(SCIdx); in emitSchedClassTables()
1425 << MCDesc.NumReadAdvanceEntries << "}, // #" << SCIdx << '\n'; in emitSchedClassTables()