|
LLVM 22.0.0git
|
#include "llvm/ADT/DenseMapInfo.h"#include "llvm/ADT/Hashing.h"#include <cassert>#include <limits>Go to the source code of this file.
Classes | |
| class | llvm::MCRegister |
| Wrapper class representing physical registers. Should be passed by value. More... | |
| struct | llvm::DenseMapInfo< MCRegister > |
Namespaces | |
| namespace | llvm |
| This is an optimization pass for GlobalISel generic memory operations. | |
Typedefs | |
| using | llvm::MCPhysReg = uint16_t |
| An unsigned integer type large enough to represent all physical registers, but not necessarily virtual registers. | |
| using | llvm::MCRegUnit = unsigned |
| Register units are used to compute register aliasing. | |
Functions | |
| hash_code | llvm::hash_value (const MCRegister &Reg) |