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
564 dbgs() << "\t\t" << STI->getSchedInfoStr(*InstrPtr) << ": "; in combineInstructions()569 dbgs() << "\t\t" << STI->getSchedInfoStr(*InstrPtr) << ": "; in combineInstructions()
290 std::string getSchedInfoStr(const MachineInstr &MI) const;291 std::string getSchedInfoStr(MCInst const &MCI) const override;
176 virtual std::string getSchedInfoStr(MCInst const &MCI) const { in getSchedInfoStr() function
1858 std::string SI = STI.getSchedInfoStr(Inst); in EmitInstruction()
803 CommentOS << " " << MF->getSubtarget().getSchedInfoStr(MI) << "\n"; in emitComments()