|
LLVM 22.0.0git
|
This file defines a register mapping file class. More...
#include "llvm/MCA/HardwareUnits/RegisterFile.h"#include "llvm/MCA/Instruction.h"#include "llvm/Support/Debug.h"Go to the source code of this file.
Namespaces | |
| namespace | llvm |
| This is an optimization pass for GlobalISel generic memory operations. | |
| namespace | llvm::mca |
Macros | |
| #define | DEBUG_TYPE "llvm-mca" |
Functions | |
| static std::function< bool(MCPhysReg)> | llvm::mca::isNonArtificial (const MCRegisterInfo &MRI) |
This file defines a register mapping file class.
This class is responsible for managing hardware register files and the tracking of data dependencies between registers.
Definition in file RegisterFile.cpp.
| #define DEBUG_TYPE "llvm-mca" |
Definition at line 20 of file RegisterFile.cpp.