|
LLVM
8.0.1
|
#include "llvm/ADT/DenseMap.h"#include "llvm/CodeGen/MachineBasicBlock.h"#include "llvm/CodeGen/ScheduleDAGMutation.h"#include <cstdint>#include <map>#include <memory>#include <utility>#include <vector>

Go to the source code of this file.
Classes | |
| class | llvm::DFAPacketizer |
| class | llvm::VLIWPacketizerList |
Namespaces | |
| llvm | |
| This class represents lattice values for constants. | |
Macros | |
| #define | DFA_MAX_RESTERMS 4 |
| #define | DFA_MAX_RESOURCES 16 |
| #define | DFA_TBLTYPE "int64_t" |
Typedefs | |
| using | llvm::DFAInput = uint64_t |
| using | llvm::DFAStateInput = int64_t |
| #define DFA_MAX_RESOURCES 16 |
Definition at line 70 of file DFAPacketizer.h.
Referenced by addDFAFuncUnits(), and llvm::DFAPacketizer::DFAPacketizer().
| #define DFA_MAX_RESTERMS 4 |
Definition at line 69 of file DFAPacketizer.h.
Referenced by llvm::DFAPacketizer::DFAPacketizer(), getDFAInsnInput(), and llvm::DFAPacketizer::getInsnInput().
| #define DFA_TBLTYPE "int64_t" |
Definition at line 75 of file DFAPacketizer.h.
1.8.13