Home
last modified time | relevance | path

Searched refs:MIPrinter (Results 1 – 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDMIRPrinter.cpp142 class MIPrinter { class
154 MIPrinter(raw_ostream &OS, ModuleSlotTracker &MST, in MIPrinter() function in llvm::MIPrinter
233 MIPrinter(StrOS, MST, RegisterMaskIds, StackObjectOperandMapping) in print()
446 MIPrinter(StrOS, MST, RegisterMaskIds, StackObjectOperandMapping) in convertStackObjects()
571 MIPrinter::canPredictBranchProbabilities(const MachineBasicBlock &MBB) const { in canPredictBranchProbabilities()
587 bool MIPrinter::canPredictSuccessors(const MachineBasicBlock &MBB) const { in canPredictSuccessors()
605 void MIPrinter::print(const MachineBasicBlock &MBB) { in print()
705 void MIPrinter::print(const MachineInstr &MI) { in print()
816 void MIPrinter::printStackObjectReference(int FrameIndex) { in printStackObjectReference()
825 void MIPrinter::print(const MachineInstr &MI, unsigned OpIdx, in print()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDMachineBasicBlock.h821 friend class MIPrinter;