LLVM 19.0.0git
Namespaces | Macros
RetireStage.cpp File Reference

This file defines the retire stage of an instruction pipeline. More...

#include "llvm/MCA/Stages/RetireStage.h"
#include "llvm/MCA/HWEventListener.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"
 

Detailed Description

This file defines the retire stage of an instruction pipeline.

The RetireStage represents the process logic that interacts with the simulated RetireControlUnit hardware.

Definition in file RetireStage.cpp.

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "llvm-mca"

Definition at line 20 of file RetireStage.cpp.