Searched refs:MIPrinter (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| H A D | MIRPrinter.cpp | 145 class MIPrinter { class 157 MIPrinter(raw_ostream &OS, ModuleSlotTracker &MST, in MIPrinter() function in llvm::MIPrinter 241 MIPrinter(StrOS, MST, RegisterMaskIds, StackObjectOperandMapping) in print() 472 MIPrinter(StrOS, MST, RegisterMaskIds, StackObjectOperandMapping) in convertStackObjects() 598 MIPrinter::canPredictBranchProbabilities(const MachineBasicBlock &MBB) const { in canPredictBranchProbabilities() 614 bool MIPrinter::canPredictSuccessors(const MachineBasicBlock &MBB) const { in canPredictSuccessors() 632 void MIPrinter::print(const MachineBasicBlock &MBB) { in print() 704 void MIPrinter::print(const MachineInstr &MI) { in print() 826 void MIPrinter::printStackObjectReference(int FrameIndex) { in printStackObjectReference() 841 void MIPrinter::print(const MachineInstr &MI, unsigned OpIdx, in print()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
| H A D | MachineBasicBlock.h | 1084 friend class MIPrinter;
|