LLVM
15.0.0git
|
#include "Target/AMDGPU/SIMachineFunctionInfo.h"
Public Member Functions | |
SIMode ()=default | |
SIMode (const AMDGPU::SIModeRegisterDefaults &Mode) | |
bool | operator== (const SIMode Other) const |
Public Attributes | |
bool | IEEE = true |
bool | DX10Clamp = true |
bool | FP32InputDenormals = true |
bool | FP32OutputDenormals = true |
bool | FP64FP16InputDenormals = true |
bool | FP64FP16OutputDenormals = true |
Definition at line 231 of file SIMachineFunctionInfo.h.
|
default |
|
inline |
Definition at line 241 of file SIMachineFunctionInfo.h.
References DX10Clamp, FP32InputDenormals, FP32OutputDenormals, FP64FP16InputDenormals, FP64FP16OutputDenormals, IEEE, and Mode.
Definition at line 250 of file SIMachineFunctionInfo.h.
References DX10Clamp, FP32InputDenormals, FP32OutputDenormals, FP64FP16InputDenormals, FP64FP16OutputDenormals, IEEE, and Other.
bool llvm::yaml::SIMode::DX10Clamp = true |
Definition at line 233 of file SIMachineFunctionInfo.h.
Referenced by operator==(), llvm::GCNTargetMachine::parseMachineFunctionInfo(), and SIMode().
bool llvm::yaml::SIMode::FP32InputDenormals = true |
Definition at line 234 of file SIMachineFunctionInfo.h.
Referenced by operator==(), llvm::GCNTargetMachine::parseMachineFunctionInfo(), and SIMode().
bool llvm::yaml::SIMode::FP32OutputDenormals = true |
Definition at line 235 of file SIMachineFunctionInfo.h.
Referenced by operator==(), llvm::GCNTargetMachine::parseMachineFunctionInfo(), and SIMode().
bool llvm::yaml::SIMode::FP64FP16InputDenormals = true |
Definition at line 236 of file SIMachineFunctionInfo.h.
Referenced by operator==(), llvm::GCNTargetMachine::parseMachineFunctionInfo(), and SIMode().
bool llvm::yaml::SIMode::FP64FP16OutputDenormals = true |
Definition at line 237 of file SIMachineFunctionInfo.h.
Referenced by operator==(), llvm::GCNTargetMachine::parseMachineFunctionInfo(), and SIMode().
bool llvm::yaml::SIMode::IEEE = true |
Definition at line 232 of file SIMachineFunctionInfo.h.
Referenced by operator==(), llvm::GCNTargetMachine::parseMachineFunctionInfo(), and SIMode().