|
LLVM
4.0.0
|
#include "Hexagon.h"#include "HexagonBitTracker.h"#include "HexagonInstrInfo.h"#include "HexagonRegisterInfo.h"#include "HexagonTargetMachine.h"#include "llvm/CodeGen/MachineFunction.h"#include "llvm/CodeGen/MachineInstr.h"#include "llvm/CodeGen/MachineOperand.h"#include "llvm/CodeGen/MachineRegisterInfo.h"#include "llvm/IR/Argument.h"#include "llvm/IR/Attributes.h"#include "llvm/IR/Function.h"#include "llvm/IR/Type.h"#include "llvm/Support/Debug.h"#include "llvm/Support/ErrorHandling.h"#include "llvm/Support/MathExtras.h"#include "llvm/Support/raw_ostream.h"#include "llvm/Target/TargetRegisterInfo.h"#include <cassert>#include <cstddef>#include <cstdint>#include <cstdlib>#include <utility>#include <vector>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 |
Referenced by copyHint(), llvm::HexagonEvaluator::evaluate(), and llvm::Regex::match().
| typedef BitTracker BT |
Definition at line 37 of file HexagonBitTracker.cpp.
1.8.6