Home
last modified time | relevance | path

Searched refs:getSchedClassIdx (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenSchedule.h544 unsigned getSchedClassIdx(const CodeGenInstruction &Inst) const;
H A DCodeGenSchedule.cpp866 unsigned SCIdx = getSchedClassIdx(*Inst); in collectSchedClasses()
929 CodeGenSchedModels::getSchedClassIdx(const CodeGenInstruction &Inst) const { in getSchedClassIdx() function in CodeGenSchedModels
1930 unsigned SCIdx = getSchedClassIdx(*Inst); in checkCompleteness()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DInstrInfoEmitter.cpp1105 << SchedModels.getSchedClassIdx(Inst) << ",\t"; in emitRecord()