LLVM  8.0.1
Macros | Variables
AMDGPUIntrinsicInfo.cpp File Reference

AMDGPU Implementation of the IntrinsicInfo class. More...

#include "AMDGPUIntrinsicInfo.h"
#include "AMDGPUSubtarget.h"
#include "llvm/IR/DerivedTypes.h"
#include "llvm/IR/Intrinsics.h"
#include "llvm/IR/Module.h"
#include "AMDGPUGenIntrinsicImpl.inc"
Include dependency graph for AMDGPUIntrinsicInfo.cpp:

Go to the source code of this file.

Macros

#define GET_INTRINSIC_NAME_TABLE
 
#define GET_INTRINSIC_ATTRIBUTES
 
#define GET_INTRINSIC_OVERLOAD_TABLE
 

Variables

static const char *const IntrinsicNameTable []
 

Detailed Description

AMDGPU Implementation of the IntrinsicInfo class.

Definition in file AMDGPUIntrinsicInfo.cpp.

Macro Definition Documentation

◆ GET_INTRINSIC_ATTRIBUTES

#define GET_INTRINSIC_ATTRIBUTES

Definition at line 33 of file AMDGPUIntrinsicInfo.cpp.

◆ GET_INTRINSIC_NAME_TABLE

#define GET_INTRINSIC_NAME_TABLE

◆ GET_INTRINSIC_OVERLOAD_TABLE

#define GET_INTRINSIC_OVERLOAD_TABLE

Variable Documentation

◆ IntrinsicNameTable

const char* const IntrinsicNameTable[]
static
Initial value:
= {
#define GET_INTRINSIC_NAME_TABLE
}

Definition at line 26 of file AMDGPUIntrinsicInfo.cpp.