Home
last modified time | relevance | path

Searched refs:FromClassIdx (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/utils/TableGen/
H A DCodeGenSchedule.h620 unsigned FromClassIdx, ArrayRef<unsigned> ProcIndices);
621 void inferFromItinClass(Record *ItinClassDef, unsigned FromClassIdx);
H A DCodeGenSchedule.cpp1250 unsigned FromClassIdx) { in inferFromItinClass() argument
1266 inferFromRW(Writes, Reads, FromClassIdx, PIdx); in inferFromItinClass()
1677 unsigned FromClassIdx, in inferFromTransitions() argument
1695 const CodeGenSchedClass &FromSC = SchedModels.getSchedClass(FromClassIdx); in inferFromTransitions()
1710 SchedModels.getSchedClass(FromClassIdx) in inferFromTransitions()
1743 unsigned FromClassIdx, in inferFromRW() argument
1789 inferFromTransitions(LastTransitions, FromClassIdx, *this); in inferFromRW()