LLVM: llvm::yaml::SIMode Struct Reference (original) (raw)

#include "[Target/AMDGPU/SIMachineFunctionInfo.h](SIMachineFunctionInfo%5F8h%5Fsource.html)"

Public Attributes
bool IEEE = true
bool DX10Clamp = true
bool FP32InputDenormals = true
bool FP32OutputDenormals = true
bool FP64FP16InputDenormals = true
bool FP64FP16OutputDenormals = true

Definition at line 219 of file SIMachineFunctionInfo.h.

SIMode() [1/2]

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

SIMode() [2/2]

operator==()

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: