Searched refs:MIPrinter (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | MIRPrinter.cpp | 135 class MIPrinter { class 147 MIPrinter(raw_ostream &OS, ModuleSlotTracker &MST, in MIPrinter() function in llvm::MIPrinter 246 MIPrinter(StrOS, MST, RegisterMaskIds, StackObjectOperandMapping) in print() 481 MIPrinter(StrOS, MST, RegisterMaskIds, StackObjectOperandMapping) in convertStackObjects() 487 MIPrinter(StrOS, MST, RegisterMaskIds, StackObjectOperandMapping) in convertStackObjects() 626 MIPrinter::canPredictBranchProbabilities(const MachineBasicBlock &MBB) const { in canPredictBranchProbabilities() 642 bool MIPrinter::canPredictSuccessors(const MachineBasicBlock &MBB) const { in canPredictSuccessors() 660 void MIPrinter::print(const MachineBasicBlock &MBB) { in print() 732 void MIPrinter::print(const MachineInstr &MI) { in print() 867 void MIPrinter::printStackObjectReference(int FrameIndex) { in printStackObjectReference() [all …]
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| H A D | MachineBasicBlock.h | 1172 friend class MIPrinter;
|