|
LLVM 23.0.0git
|
#include "llvm/ADT/bit.h"#include "llvm/ADT/iterator.h"#include "llvm/Support/Compiler.h"#include "llvm/Support/MathExtras.h"#include <cassert>#include <cstdint>#include <iterator>#include "AMDGPUHWEvents.def"Go to the source code of this file.
Classes | |
| class | llvm::AMDGPU::HWEvents |
| Bit mask of hardware events. More... | |
| class | llvm::AMDGPU::HWEvents::const_iterator |
| Iterates over the set bits of an HWEvent. More... | |
Namespaces | |
| namespace | llvm |
| This is an optimization pass for GlobalISel generic memory operations. | |
| namespace | llvm::AMDGPU |
Macros | |
| #define | AMDGPU_HW_EVENT(X, V) |
| #define | AMDGPU_LAST_HW_EVENT(X) |
Functions | |
| HWEvents | llvm::AMDGPU::getSimplifiedVMEMEventsFor (const MachineInstr &Inst, 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 | ( | X, | |
| V ) |
Definition at line 56 of file AMDGPUHWEvents.h.
| #define AMDGPU_LAST_HW_EVENT | ( | X | ) |
Definition at line 57 of file AMDGPUHWEvents.h.