Home
last modified time | relevance | path

Searched defs:SCIdx (Results 1 – 5 of 5) sorted by relevance

/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64StorePairSuppress.cpp86 unsigned SCIdx = TII->get(AArch64::STPDi).getSchedClass(); in shouldAddSTPToBlock() local
H A DAArch64SIMDInstrOpt.cpp229 unsigned SCIdx = InstDesc->getSchedClass(); in shouldReplaceInst() local
/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenSchedule.cpp886 unsigned SCIdx = addSchedClass(ItinDef, Writes, Reads, /*ProcIndices*/ {0}); collectSchedClasses() local
908 unsigned SCIdx = getSchedClassIdx(*Inst); collectSchedClasses() local
1059 unsigned SCIdx = Pos->second; createInstRWClass() local
1104 unsigned SCIdx = SchedClasses.size(); createInstRWClass() local
1268 inferFromInstRWs(unsigned SCIdx) inferFromInstRWs() argument
1988 unsigned SCIdx = getSchedClassIdx(*Inst); checkCompleteness() local
[all...]
/llvm-project/llvm/lib/CodeGen/
H A DTargetSchedule.cpp246 return capLatency(SchedModel.computeInstrLatency(*STI, SCIdx)); in computeInstrLatency() local
/llvm-project/llvm/utils/TableGen/
H A DSubtargetEmitter.cpp1431 for (unsigned SCIdx = 1, SCEnd = SCTab.size(); SCIdx != SCEnd; ++SCIdx) { EmitSchedClassTables() local