LLVM 20.0.0git
|
#include "Target/AMDGPU/SIMachineFunctionInfo.h"
Public Member Functions | |
SIMode ()=default | |
SIMode (const 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 211 of file SIMachineFunctionInfo.h.
|
default |
|
inline |
Definition at line 221 of file SIMachineFunctionInfo.h.
References DX10Clamp, FP32InputDenormals, FP32OutputDenormals, FP64FP16InputDenormals, FP64FP16OutputDenormals, IEEE, Mode, and llvm::DenormalMode::PreserveSign.
Definition at line 233 of file SIMachineFunctionInfo.h.
References DX10Clamp, FP32InputDenormals, FP32OutputDenormals, FP64FP16InputDenormals, FP64FP16OutputDenormals, IEEE, and llvm::Other.
Definition at line 213 of file SIMachineFunctionInfo.h.
Referenced by operator==(), llvm::GCNTargetMachine::parseMachineFunctionInfo(), and SIMode().
Definition at line 214 of file SIMachineFunctionInfo.h.
Referenced by operator==(), llvm::GCNTargetMachine::parseMachineFunctionInfo(), and SIMode().
Definition at line 215 of file SIMachineFunctionInfo.h.
Referenced by operator==(), llvm::GCNTargetMachine::parseMachineFunctionInfo(), and SIMode().
Definition at line 216 of file SIMachineFunctionInfo.h.
Referenced by operator==(), llvm::GCNTargetMachine::parseMachineFunctionInfo(), and SIMode().
Definition at line 217 of file SIMachineFunctionInfo.h.
Referenced by operator==(), llvm::GCNTargetMachine::parseMachineFunctionInfo(), and SIMode().
Definition at line 212 of file SIMachineFunctionInfo.h.
Referenced by operator==(), llvm::GCNTargetMachine::parseMachineFunctionInfo(), and SIMode().