Searched refs:MIPrinter (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MIRPrinter.cpp | 138 class MIPrinter { class 150 MIPrinter(raw_ostream &OS, ModuleSlotTracker &MST, in MIPrinter() function in llvm::MIPrinter 251 MIPrinter(StrOS, MST, RegisterMaskIds, StackObjectOperandMapping) in print() 499 MIPrinter(StrOS, MST, RegisterMaskIds, StackObjectOperandMapping) in convertStackObjects() 505 MIPrinter(StrOS, MST, RegisterMaskIds, StackObjectOperandMapping) in convertStackObjects() 644 MIPrinter::canPredictBranchProbabilities(const MachineBasicBlock &MBB) const { in canPredictBranchProbabilities() 660 bool MIPrinter::canPredictSuccessors(const MachineBasicBlock &MBB) const { in canPredictSuccessors() 678 void MIPrinter::print(const MachineBasicBlock &MBB) { in print() 750 void MIPrinter::print(const MachineInstr &MI) { in print() 889 void MIPrinter::printStackObjectReference(int FrameIndex) { in printStackObjectReference() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | MachineBasicBlock.h | 1209 friend class MIPrinter;
|