Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/utils/TableGen/
DCodeGenSchedule.h619 unsigned FromClassIdx, ArrayRef<unsigned> ProcIndices);
620 void inferFromItinClass(Record *ItinClassDef, unsigned FromClassIdx);
DCodeGenSchedule.cpp1248 unsigned FromClassIdx) { in inferFromItinClass() argument
1264 inferFromRW(Writes, Reads, FromClassIdx, PIdx); in inferFromItinClass()
1675 unsigned FromClassIdx, in inferFromTransitions() argument
1693 const CodeGenSchedClass &FromSC = SchedModels.getSchedClass(FromClassIdx); in inferFromTransitions()
1708 SchedModels.getSchedClass(FromClassIdx) in inferFromTransitions()
1741 unsigned FromClassIdx, in inferFromRW() argument
1787 inferFromTransitions(LastTransitions, FromClassIdx, *this); in inferFromRW()