Home
last modified time | relevance | path

Searched refs:getSchedInfoStr (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DTargetSubtargetInfo.cpp84 std::string TargetSubtargetInfo::getSchedInfoStr(const MachineInstr &MI) const { in getSchedInfoStr() function in TargetSubtargetInfo
97 std::string TargetSubtargetInfo::getSchedInfoStr(MCInst const &MCI) const { in getSchedInfoStr() function in TargetSubtargetInfo
H A DMachineCombiner.cpp564 dbgs() << "\t\t" << STI->getSchedInfoStr(*InstrPtr) << ": "; in combineInstructions()
569 dbgs() << "\t\t" << STI->getSchedInfoStr(*InstrPtr) << ": "; in combineInstructions()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DTargetSubtargetInfo.h290 std::string getSchedInfoStr(const MachineInstr &MI) const;
291 std::string getSchedInfoStr(MCInst const &MCI) const override;
/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMCSubtargetInfo.h176 virtual std::string getSchedInfoStr(MCInst const &MCI) const { in getSchedInfoStr() function
/freebsd-12.1/contrib/llvm/lib/MC/
H A DMCAsmStreamer.cpp1858 std::string SI = STI.getSchedInfoStr(Inst); in EmitInstruction()
/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp803 CommentOS << " " << MF->getSubtarget().getSchedInfoStr(MI) << "\n"; in emitComments()