Searched refs:getSchedInfoStr (Results 1 – 6 of 6) sorted by relevance
84 std::string TargetSubtargetInfo::getSchedInfoStr(const MachineInstr &MI) const { in getSchedInfoStr() function in TargetSubtargetInfo97 std::string TargetSubtargetInfo::getSchedInfoStr(MCInst const &MCI) const { in getSchedInfoStr() function in TargetSubtargetInfo
562 dbgs() << "\t\t" << STI->getSchedInfoStr(*InstrPtr) << ": "; in combineInstructions()567 dbgs() << "\t\t" << STI->getSchedInfoStr(*InstrPtr) << ": "; in combineInstructions()
252 std::string getSchedInfoStr(const MachineInstr &MI) const;253 std::string getSchedInfoStr(MCInst const &MCI) const override;
176 virtual std::string getSchedInfoStr(MCInst const &MCI) const { in getSchedInfoStr() function
1820 std::string SI = STI.getSchedInfoStr(Inst); in EmitInstruction()
789 CommentOS << " " << MF->getSubtarget().getSchedInfoStr(MI) << "\n"; in emitComments()