|
LLVM
3.7.0
|
#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"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 |
| #define im | ( | i | ) | MI->getOperand(i).getImm() |
| #define op | ( | i | ) | MI->getOperand(i) |
Referenced by AllGlobalLoadUsesSimpleEnoughForHeapSRA(), DecodeTBLInstruction(), DecodeVCVTD(), DecodeVCVTQ(), DeleteDeadInstruction(), llvm::HexagonEvaluator::evaluate(), llvm::BranchFolder::OptimizeFunction(), llvm::ARMInstPrinter::printAM3PreOrOffsetIndexOp(), RemapInstruction(), and llvm::RemapInstruction().
| #define rc | ( | i | ) | RegisterCell::ref(getCell(Reg[i],Inputs)) |
Referenced by copyHint(), llvm::HexagonEvaluator::evaluate(), and llvm::Regex::match().
| typedef BitTracker BT |
Definition at line 23 of file HexagonBitTracker.cpp.
1.8.6