LLVM 22.0.0git
AMDGPUExportKernelRuntimeHandles.cpp File Reference
#include "AMDGPUExportKernelRuntimeHandles.h"
#include "AMDGPU.h"
#include "llvm/IR/Module.h"
#include "llvm/Pass.h"

Go to the source code of this file.

Macros

#define DEBUG_TYPE   "amdgpu-export-kernel-runtime-handles"

Functions

 INITIALIZE_PASS (AMDGPUExportKernelRuntimeHandlesLegacy, DEBUG_TYPE, "Externalize enqueued block runtime handles", false, false) ModulePass *llvm
static bool exportKernelRuntimeHandles (Module &M)

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "amdgpu-export-kernel-runtime-handles"

Definition at line 29 of file AMDGPUExportKernelRuntimeHandles.cpp.

Function Documentation

◆ exportKernelRuntimeHandles()

◆ INITIALIZE_PASS()

INITIALIZE_PASS ( AMDGPUExportKernelRuntimeHandlesLegacy ,
DEBUG_TYPE ,
"Externalize enqueued block runtime handles" ,
false ,
false  )