LLVM  3.7.0
Macros | Typedefs
HexagonBitTracker.cpp File Reference
#include "llvm/CodeGen/MachineRegisterInfo.h"
#include "llvm/IR/Module.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/raw_ostream.h"
#include "Hexagon.h"
#include "HexagonInstrInfo.h"
#include "HexagonRegisterInfo.h"
#include "HexagonTargetMachine.h"
#include "HexagonBitTracker.h"
Include dependency graph for HexagonBitTracker.cpp:

Go to the source code of this file.

Macros

#define op(i)   MI->getOperand(i)
 
#define rc(i)   RegisterCell::ref(getCell(Reg[i],Inputs))
 
#define im(i)   MI->getOperand(i).getImm()
 

Typedefs

typedef BitTracker BT
 

Macro Definition Documentation

#define im (   i)    MI->getOperand(i).getImm()
#define op (   i)    MI->getOperand(i)
#define rc (   i)    RegisterCell::ref(getCell(Reg[i],Inputs))

Typedef Documentation

typedef BitTracker BT

Definition at line 23 of file HexagonBitTracker.cpp.