|
LLVM 22.0.0git
|
#include "AMDGPU.h"#include "AMDGPUMemoryUtils.h"#include "AMDGPUTargetMachine.h"#include "llvm/ADT/DenseMap.h"#include "llvm/Analysis/CallGraph.h"#include "llvm/CodeGen/TargetPassConfig.h"#include "llvm/IR/Constants.h"#include "llvm/IR/Instructions.h"#include "llvm/IR/ReplaceConstant.h"#include "llvm/InitializePasses.h"#include "llvm/Pass.h"#include <algorithm>Go to the source code of this file.
Macros | |
| #define | DEBUG_TYPE "amdgpu-lower-exec-sync" |
Functions | |
| INITIALIZE_PASS_BEGIN (AMDGPULowerExecSyncLegacy, DEBUG_TYPE, "AMDGPU lowering of execution synchronization", false, false) INITIALIZE_PASS_END(AMDGPULowerExecSyncLegacy | |
Variables | |
| DEBUG_TYPE | |
| AMDGPU lowering of execution | synchronization |
| AMDGPU lowering of execution | false |
| #define DEBUG_TYPE "amdgpu-lower-exec-sync" |
Definition at line 32 of file AMDGPULowerExecSync.cpp.
| INITIALIZE_PASS_BEGIN | ( | AMDGPULowerExecSyncLegacy | , |
| DEBUG_TYPE | , | ||
| "AMDGPU lowering of execution synchronization" | , | ||
| false | , | ||
| false | ) |
References DEBUG_TYPE, and INITIALIZE_PASS_DEPENDENCY.
| DEBUG_TYPE |
Definition at line 224 of file AMDGPULowerExecSync.cpp.
Definition at line 225 of file AMDGPULowerExecSync.cpp.
Definition at line 225 of file AMDGPULowerExecSync.cpp.