Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
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
DMachineCombiner.cpp562 dbgs() << "\t\t" << STI->getSchedInfoStr(*InstrPtr) << ": "; in combineInstructions()
567 dbgs() << "\t\t" << STI->getSchedInfoStr(*InstrPtr) << ": "; in combineInstructions()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DTargetSubtargetInfo.h252 std::string getSchedInfoStr(const MachineInstr &MI) const;
253 std::string getSchedInfoStr(MCInst const &MCI) const override;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCSubtargetInfo.h176 virtual std::string getSchedInfoStr(MCInst const &MCI) const { in getSchedInfoStr() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCAsmStreamer.cpp1820 std::string SI = STI.getSchedInfoStr(Inst); in EmitInstruction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp789 CommentOS << " " << MF->getSubtarget().getSchedInfoStr(MI) << "\n"; in emitComments()