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.h555 unsigned getSchedClassIdx(const CodeGenInstruction &Inst) const;
H A DCodeGenSchedule.cpp908 unsigned SCIdx = getSchedClassIdx(*Inst); in collectSchedClasses()
972 CodeGenSchedModels::getSchedClassIdx(const CodeGenInstruction &Inst) const { in getSchedClassIdx() function in CodeGenSchedModels
1988 unsigned SCIdx = getSchedClassIdx(*Inst); in checkCompleteness()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DInstrInfoEmitter.cpp1192 << SchedModels.getSchedClassIdx(Inst) << ",\t"; in emitRecord()