Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DMIRPrinter.cpp139 class MIPrinter { class
151 MIPrinter(raw_ostream &OS, ModuleSlotTracker &MST, in MIPrinter() function in llvm::MIPrinter
224 MIPrinter(StrOS, MST, RegisterMaskIds, StackObjectOperandMapping) in print()
434 MIPrinter(StrOS, MST, RegisterMaskIds, StackObjectOperandMapping) in convertStackObjects()
525 MIPrinter::canPredictBranchProbabilities(const MachineBasicBlock &MBB) const { in canPredictBranchProbabilities()
541 bool MIPrinter::canPredictSuccessors(const MachineBasicBlock &MBB) const { in canPredictSuccessors()
559 void MIPrinter::print(const MachineBasicBlock &MBB) { in print()
659 void MIPrinter::print(const MachineInstr &MI) { in print()
761 void MIPrinter::printStackObjectReference(int FrameIndex) { in printStackObjectReference()
770 void MIPrinter::print(const MachineInstr &MI, unsigned OpIdx, in print()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h797 friend class MIPrinter;