LLVM 20.0.0git
|
Go to the source code of this file.
Macros | |
#define | DEBUG_TYPE "nvptx-subtarget" |
#define | GET_SUBTARGETINFO_ENUM |
#define | GET_SUBTARGETINFO_TARGET_DESC |
#define | GET_SUBTARGETINFO_CTOR |
Variables | |
static cl::opt< bool > | NoF16Math ("nvptx-no-f16-math", cl::Hidden, cl::desc("NVPTX Specific: Disable generation of f16 math ops."), cl::init(false)) |
#define DEBUG_TYPE "nvptx-subtarget" |
Definition at line 18 of file NVPTXSubtarget.cpp.
#define GET_SUBTARGETINFO_CTOR |
Definition at line 22 of file NVPTXSubtarget.cpp.
#define GET_SUBTARGETINFO_ENUM |
Definition at line 20 of file NVPTXSubtarget.cpp.
#define GET_SUBTARGETINFO_TARGET_DESC |
Definition at line 21 of file NVPTXSubtarget.cpp.
|
static |
Referenced by llvm::NVPTXSubtarget::allowFP16Math().