LLVM  3.7.0
Functions
MIParser.cpp File Reference
#include "MIParser.h"
#include "MILexer.h"
#include "llvm/ADT/StringMap.h"
#include "llvm/AsmParser/SlotMapping.h"
#include "llvm/CodeGen/MachineBasicBlock.h"
#include "llvm/CodeGen/MachineFunction.h"
#include "llvm/CodeGen/MachineInstr.h"
#include "llvm/CodeGen/MachineInstrBuilder.h"
#include "llvm/IR/Module.h"
#include "llvm/Support/raw_ostream.h"
#include "llvm/Support/SourceMgr.h"
#include "llvm/Target/TargetSubtargetInfo.h"
#include "llvm/Target/TargetInstrInfo.h"
Include dependency graph for MIParser.cpp:

Go to the source code of this file.

Functions

static const char * printImplicitRegisterFlag (const MachineOperand &MO)
 
static std::string getRegisterName (const TargetRegisterInfo *TRI, unsigned Reg)
 

Function Documentation

static std::string getRegisterName ( const TargetRegisterInfo TRI,
unsigned  Reg 
)
static
static const char* printImplicitRegisterFlag ( const MachineOperand MO)
static