|
LLVM 23.0.0git
|
#include "AMDGPUHWEvents.h"#include "GCNSubtarget.h"#include "SIInstrInfo.h"#include "llvm/ADT/StringExtras.h"#include "llvm/Support/Debug.h"#include "llvm/Support/raw_ostream.h"#include "AMDGPUHWEvents.def"Go to the source code of this file.
Namespaces | |
| namespace | llvm |
| This is an optimization pass for GlobalISel generic memory operations. | |
| namespace | llvm::AMDGPU |
Macros | |
| #define | AMDGPU_HW_EVENT(E, V) |
| #define | AMDGPU_LAST_HW_EVENT(X) |
Functions | |
| static HWEvents | llvm::AMDGPU::getExpertSchedulingEventType (const MachineInstr &Inst, const SIInstrInfo &TII) |
| HWEvents | llvm::AMDGPU::getSimplifiedVMEMEventsFor (const MachineInstr &Inst, const SIInstrInfo &TII) |
| static HWEvents | llvm::AMDGPU::getEventsForImpl (const MachineInstr &Inst, const GCNSubtarget &ST, const SIInstrInfo &TII) |
| HWEvents | llvm::AMDGPU::getEventsFor (const MachineInstr &Inst, const GCNSubtarget &ST, bool IsExpertMode) |
| raw_ostream & | llvm::operator<< (raw_ostream &OS, AMDGPU::HWEvents Events) |
| #define AMDGPU_HW_EVENT | ( | E, | |
| V ) |
| #define AMDGPU_LAST_HW_EVENT | ( | X | ) |