LLVM 22.0.0git
llvm::yaml::SIMode Struct Reference

#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

Detailed Description

Definition at line 217 of file SIMachineFunctionInfo.h.

Constructor & Destructor Documentation

◆ SIMode() [1/2]

llvm::yaml::SIMode::SIMode ( )
default

Referenced by operator==().

◆ SIMode() [2/2]

Member Function Documentation

◆ operator==()

bool llvm::yaml::SIMode::operator== ( const SIMode Other) const
inline

Member Data Documentation

◆ DX10Clamp

bool llvm::yaml::SIMode::DX10Clamp = true

◆ FP32InputDenormals

bool llvm::yaml::SIMode::FP32InputDenormals = true

◆ FP32OutputDenormals

bool llvm::yaml::SIMode::FP32OutputDenormals = true

◆ FP64FP16InputDenormals

bool llvm::yaml::SIMode::FP64FP16InputDenormals = true

◆ FP64FP16OutputDenormals

bool llvm::yaml::SIMode::FP64FP16OutputDenormals = true

◆ IEEE

bool llvm::yaml::SIMode::IEEE = true

The documentation for this struct was generated from the following file: