LLVM 20.0.0git
|
#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 | |
#define DEBUG_TYPE "amdgpu-annotate-kernel-features" |
Definition at line 24 of file AMDGPUAnnotateKernelFeatures.cpp.
INITIALIZE_PASS | ( | AMDGPUAnnotateKernelFeatures | , |
DEBUG_TYPE | , | ||
"Add AMDGPU function attributes" | , | ||
false | , | ||
false | |||
) |
Definition at line 59 of file AMDGPUAnnotateKernelFeatures.cpp.
References F, I, llvm::AMDGPU::isEntryFunctionCC(), and llvm::Intrinsic::not_intrinsic.