LLVM  8.0.1
Public Attributes | List of all members
llvm::AMDGPU::MIMGBaseOpcodeInfo Struct Reference

#include "Target/AMDGPU/Utils/AMDGPUBaseInfo.h"

Collaboration diagram for llvm::AMDGPU::MIMGBaseOpcodeInfo:
Collaboration graph
[legend]

Public Attributes

MIMGBaseOpcode BaseOpcode
 
bool Store
 
bool Atomic
 
bool AtomicX2
 
bool Sampler
 
bool Gather4
 
uint8_t NumExtraArgs
 
bool Gradients
 
bool Coordinates
 
bool LodOrClampOrMip
 
bool HasD16
 

Detailed Description

Definition at line 181 of file AMDGPUBaseInfo.h.

Member Data Documentation

◆ Atomic

bool llvm::AMDGPU::MIMGBaseOpcodeInfo::Atomic

Definition at line 184 of file AMDGPUBaseInfo.h.

◆ AtomicX2

bool llvm::AMDGPU::MIMGBaseOpcodeInfo::AtomicX2

Definition at line 185 of file AMDGPUBaseInfo.h.

◆ BaseOpcode

MIMGBaseOpcode llvm::AMDGPU::MIMGBaseOpcodeInfo::BaseOpcode

Definition at line 182 of file AMDGPUBaseInfo.h.

◆ Coordinates

bool llvm::AMDGPU::MIMGBaseOpcodeInfo::Coordinates

Definition at line 191 of file AMDGPUBaseInfo.h.

◆ Gather4

bool llvm::AMDGPU::MIMGBaseOpcodeInfo::Gather4

Definition at line 187 of file AMDGPUBaseInfo.h.

◆ Gradients

bool llvm::AMDGPU::MIMGBaseOpcodeInfo::Gradients

Definition at line 190 of file AMDGPUBaseInfo.h.

◆ HasD16

bool llvm::AMDGPU::MIMGBaseOpcodeInfo::HasD16

Definition at line 193 of file AMDGPUBaseInfo.h.

◆ LodOrClampOrMip

bool llvm::AMDGPU::MIMGBaseOpcodeInfo::LodOrClampOrMip

Definition at line 192 of file AMDGPUBaseInfo.h.

◆ NumExtraArgs

uint8_t llvm::AMDGPU::MIMGBaseOpcodeInfo::NumExtraArgs

Definition at line 189 of file AMDGPUBaseInfo.h.

◆ Sampler

bool llvm::AMDGPU::MIMGBaseOpcodeInfo::Sampler

Definition at line 186 of file AMDGPUBaseInfo.h.

◆ Store

bool llvm::AMDGPU::MIMGBaseOpcodeInfo::Store

Definition at line 183 of file AMDGPUBaseInfo.h.


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