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.cpp886 unsigned SCIdx = addSchedClass(ItinDef, Writes, Reads, /*ProcIndices*/ {0}); in collectSchedClasses() local
887 InstrClassMap[Inst->TheDef] = SCIdx; in collectSchedClasses()
908 unsigned SCIdx = getSchedClassIdx(*Inst); in collectSchedClasses() local
909 if (!SCIdx) { in collectSchedClasses()
916 CodeGenSchedClass &SC = getSchedClass(SCIdx); in collectSchedClasses()
939 const RecVec &RWDefs = SchedClasses[SCIdx].InstRWs; in collectSchedClasses()
1059 unsigned SCIdx = Pos->second; in createInstRWClass() local
1060 ClassInstrs[SCIdx].push_back(InstDef); in createInstRWClass()
1104 unsigned SCIdx = SchedClasses.size(); in createInstRWClass() local
1105 SchedClasses.emplace_back(SCIdx, createSchedClassName(InstDefs), nullptr); in createInstRWClass()
[all …]
H A DCodeGenSchedule.h629 void inferFromInstRWs(unsigned SCIdx);
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64StorePairSuppress.cpp86 unsigned SCIdx = TII->get(AArch64::STPDi).getSchedClass(); in shouldAddSTPToBlock() local
88 SchedModel.getMCSchedModel()->getSchedClassDesc(SCIdx); in shouldAddSTPToBlock()
H A DAArch64SIMDInstrOpt.cpp229 unsigned SCIdx = InstDesc->getSchedClass(); in shouldReplaceInst()
231 SchedModel.getMCSchedModel()->getSchedClassDesc(SCIdx); in shouldReplaceInst()
228 unsigned SCIdx = InstDesc->getSchedClass(); shouldReplaceInst() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetSchedule.cpp246 unsigned SCIdx = TII->get(Opcode).getSchedClass(); in computeInstrLatency() local
247 return capLatency(SchedModel.computeInstrLatency(*STI, SCIdx)); in computeInstrLatency()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DSubtargetEmitter.cpp1431 for (unsigned SCIdx = 1, SCEnd = SCTab.size(); SCIdx != SCEnd; ++SCIdx) { in EmitSchedClassTables() local
1432 MCSchedClassDesc &MCDesc = SCTab[SCIdx]; in EmitSchedClassTables()
1433 const CodeGenSchedClass &SchedClass = SchedModels.getSchedClass(SCIdx); in EmitSchedClassTables()
1445 << MCDesc.NumReadAdvanceEntries << "}, // #" << SCIdx << '\n'; in EmitSchedClassTables()