LLVM API Documentation
#include "llvm/CodeGen/MachineInstr.h"#include "llvm/CodeGen/MachineFunction.h"#include "llvm/Value.h"#include "llvm/Target/TargetMachine.h"#include "llvm/Target/TargetInstrInfo.h"#include "llvm/Target/MRegisterInfo.h"#include "llvm/Support/LeakDetector.h"#include <iostream>Include dependency graph for MachineInstr.cpp:

Go to the source code of this file.
Namespaces | |
| namespace | llvm |
Functions | |
| static std::ostream & | OutputValue (std::ostream &os, const Value *val) |
| static void | OutputReg (std::ostream &os, unsigned RegNo, const MRegisterInfo *MRI=0) |
| static void | print (const MachineOperand &MO, std::ostream &OS, const TargetMachine *TM) |
| std::ostream & | llvm::operator<< (std::ostream &OS, const MachineInstr &MI) |
| std::ostream & | llvm::operator<< (std::ostream &OS, const MachineOperand &MO) |
Variables | |
| const TargetInstrDescriptor * | llvm::TargetInstrDescriptors = 0 |
|
||||||||||||||||
|
Definition at line 225 of file MachineInstr.cpp. References llvm::MRegisterInfo::isPhysicalRegister(). Referenced by llvm::operator<<(), and print(). |
|
||||||||||||
|
Definition at line 216 of file MachineInstr.cpp. References llvm::Value::getName(). Referenced by llvm::operator<<(), llvm::MachineInstr::print(), and print(). |
|
||||||||||||||||