original) (raw)
LLVM: lib/Target/Hexagon/HexagonBitTracker.cpp File Reference (#include "[HexagonBitTracker.h](HexagonBitTracker%5F8h%5Fsource.html)"
#include "[HexagonInstrInfo.h](HexagonInstrInfo%5F8h%5Fsource.html)"
#include "[HexagonRegisterInfo.h](HexagonRegisterInfo%5F8h%5Fsource.html)"
#include "[HexagonSubtarget.h](HexagonSubtarget%5F8h%5Fsource.html)"
#include "[llvm/CodeGen/MachineFrameInfo.h](MachineFrameInfo%5F8h%5Fsource.html)"
#include "[llvm/CodeGen/MachineFunction.h](MachineFunction%5F8h%5Fsource.html)"
#include "[llvm/CodeGen/MachineInstr.h](MachineInstr%5F8h%5Fsource.html)"
#include "[llvm/CodeGen/MachineOperand.h](MachineOperand%5F8h%5Fsource.html)"
#include "[llvm/CodeGen/MachineRegisterInfo.h](MachineRegisterInfo%5F8h%5Fsource.html)"
#include "[llvm/CodeGen/TargetRegisterInfo.h](TargetRegisterInfo%5F8h%5Fsource.html)"
#include "[llvm/IR/Argument.h](IR%5F2Argument%5F8h%5Fsource.html)"
#include "[llvm/IR/Attributes.h](Attributes%5F8h%5Fsource.html)"
#include "[llvm/IR/Function.h](IR%5F2Function%5F8h%5Fsource.html)"
#include "[llvm/IR/Type.h](IR%5F2Type%5F8h%5Fsource.html)"
#include "[llvm/Support/Compiler.h](Compiler%5F8h%5Fsource.html)"
#include "[llvm/Support/Debug.h](Debug%5F8h%5Fsource.html)"
#include "[llvm/Support/ErrorHandling.h](llvm%5F2Support%5F2ErrorHandling%5F8h%5Fsource.html)"
#include "[llvm/Support/raw_ostream.h](raw%5F%5Fostream%5F8h%5Fsource.html)"
#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 | |
---|---|
using | BT = BitTracker |
Macro Definition Documentation
◆ im
| #define im | ( | | i | ) | MI.getOperand(i).getImm() | | ---------- | - | | - | - | ------------------------- |
◆ op
| #define op | ( | | i | ) | MI.getOperand(i) | | ---------- | - | | - | - | ---------------- |
◆ rc
| #define rc | ( | | i | ) | RegisterCell::ref(getCell(Reg[i], Inputs)) | | ---------- | - | | - | - | --------------------------------------------------------------------------------------------------------- |
Typedef Documentation
◆ BT
using BT = BitTracker
Definition at line 36 of file HexagonBitTracker.cpp.