Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DCodeGenSchedule.h403 unsigned FromClassIdx, ArrayRef<unsigned> ProcIndices);
404 void inferFromItinClass(Record *ItinClassDef, unsigned FromClassIdx);
DCodeGenSchedule.cpp853 unsigned FromClassIdx) { in inferFromItinClass() argument
871 inferFromRW(Writes, Reads, FromClassIdx, ProcIndices); in inferFromItinClass()
1276 unsigned FromClassIdx, in inferFromTransitions() argument
1313 SchedModels.getSchedClass(FromClassIdx).Transitions.push_back(SCTrans); in inferFromTransitions()
1322 unsigned FromClassIdx, in inferFromRW() argument
1374 inferFromTransitions(LastTransitions, FromClassIdx, *this); in inferFromRW()