|
LLVM
3.7.0
|
#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"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) |
|
static |
Definition at line 236 of file MIParser.cpp.
References llvm::MCRegisterInfo::getName(), and llvm::TargetRegisterInfo::isPhysicalRegister().
|
static |
Definition at line 231 of file MIParser.cpp.
References llvm::MachineOperand::isDef(), and llvm::MachineOperand::isImplicit().
1.8.6