20 static Target TheAMDGPUTarget;
21 return TheAMDGPUTarget;
26 static Target TheGCNTarget;
33 "AMD GPUs HD2XXX-HD6XXX",
"AMDGPU");
35 "AMD GCN GPUs",
"AMDGPU");
LLVM_EXTERNAL_VISIBILITY void LLVMInitializeAMDGPUTargetInfo()
Extern function to initialize the targets for the AMDGPU backend.
#define LLVM_EXTERNAL_VISIBILITY
Target - Wrapper for Target specific information.
This is an optimization pass for GlobalISel generic memory operations.
Target & getTheR600Target()
The target for R600 GPUs.
Target & getTheGCNTarget()
The target for GCN GPUs.
RegisterTarget - Helper template for registering a target, for use in the target's initialization fun...