Searched refs:MIPrinter (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MIRPrinter.cpp | 140 class MIPrinter { class 152 MIPrinter(raw_ostream &OS, ModuleSlotTracker &MST, in MIPrinter() function in llvm::MIPrinter 253 MIPrinter(StrOS, MST, RegisterMaskIds, StackObjectOperandMapping) in print() 502 MIPrinter(StrOS, MST, RegisterMaskIds, StackObjectOperandMapping) in convertStackObjects() 508 MIPrinter(StrOS, MST, RegisterMaskIds, StackObjectOperandMapping) in convertStackObjects() 647 MIPrinter::canPredictBranchProbabilities(const MachineBasicBlock &MBB) const { in canPredictBranchProbabilities() 663 bool MIPrinter::canPredictSuccessors(const MachineBasicBlock &MBB) const { in canPredictSuccessors() 681 void MIPrinter::print(const MachineBasicBlock &MBB) { in print() 754 void MIPrinter::print(const MachineInstr &MI) { in print() 906 void MIPrinter::printStackObjectReference(int FrameIndex) { in printStackObjectReference() [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | MachineBasicBlock.h | 1241 friend class MIPrinter;
|