Searched refs:SchedDataCalculatorGM107 (Results 1 – 3 of 3) sorted by relevance
3778 SchedDataCalculatorGM107::emitStall(Instruction *insn, uint8_t cnt) in emitStall()3785 SchedDataCalculatorGM107::emitYield(Instruction *insn) in emitYield()3791 SchedDataCalculatorGM107::emitWrDepBar(Instruction *insn, uint8_t id) in emitWrDepBar()3800 SchedDataCalculatorGM107::emitRdDepBar(Instruction *insn, uint8_t id) in emitRdDepBar()3809 SchedDataCalculatorGM107::emitWtDepBar(Instruction *insn, uint8_t id) in emitWtDepBar()3816 SchedDataCalculatorGM107::emitReuse(Instruction *insn, uint8_t id) in emitReuse()3823 SchedDataCalculatorGM107::printSchedInfo(int cycle, in printSchedInfo()3840 SchedDataCalculatorGM107::getStall(const Instruction *insn) const in getStall()3846 SchedDataCalculatorGM107::getWrDepBar(const Instruction *insn) const in getWrDepBar()3852 SchedDataCalculatorGM107::getRdDepBar(const Instruction *insn) const in getRdDepBar()[all …]
5 class SchedDataCalculatorGM107 : public Pass8 SchedDataCalculatorGM107(const TargetGM107 *targ) : targ(targ) {} in SchedDataCalculatorGM107() function
2026 SchedDataCalculatorGM107 sched(targ); in prepareEmission()