LLVM 19.0.0git
Macros | Functions
AMDGPUAnnotateKernelFeatures.cpp File Reference
#include "AMDGPU.h"
#include "GCNSubtarget.h"
#include "llvm/Analysis/CallGraph.h"
#include "llvm/Analysis/CallGraphSCCPass.h"
#include "llvm/CodeGen/TargetPassConfig.h"
#include "llvm/IR/IntrinsicsAMDGPU.h"
#include "llvm/IR/IntrinsicsR600.h"
#include "llvm/Target/TargetMachine.h"

Go to the source code of this file.

Macros

#define DEBUG_TYPE   "amdgpu-annotate-kernel-features"
 

Functions

 INITIALIZE_PASS (AMDGPUAnnotateKernelFeatures, DEBUG_TYPE, "Add AMDGPU function attributes", false, false) bool AMDGPUAnnotateKernelFeatures
 

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "amdgpu-annotate-kernel-features"

Definition at line 24 of file AMDGPUAnnotateKernelFeatures.cpp.

Function Documentation

◆ INITIALIZE_PASS()

INITIALIZE_PASS ( AMDGPUAnnotateKernelFeatures  ,
DEBUG_TYPE  ,
"Add AMDGPU function attributes"  ,
false  ,
false   
)