LLVM 22.0.0git
AMDGPULowerExecSync.cpp File Reference
#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

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "amdgpu-lower-exec-sync"

Definition at line 32 of file AMDGPULowerExecSync.cpp.

Function Documentation

◆ INITIALIZE_PASS_BEGIN()

INITIALIZE_PASS_BEGIN ( AMDGPULowerExecSyncLegacy ,
DEBUG_TYPE ,
"AMDGPU lowering of execution synchronization" ,
false ,
false  )

Variable Documentation

◆ DEBUG_TYPE

DEBUG_TYPE

Definition at line 224 of file AMDGPULowerExecSync.cpp.

◆ false

AMDGPU lowering of execution false

Definition at line 225 of file AMDGPULowerExecSync.cpp.

◆ synchronization

AMDGPU lowering of execution synchronization

Definition at line 225 of file AMDGPULowerExecSync.cpp.