LLVM 22.0.0git
llvm::AMDGPU::VOPD::ComponentLayout Class Reference

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

Inheritance diagram for llvm::AMDGPU::VOPD::ComponentLayout:
[legend]

Public Member Functions

 ComponentLayout (ComponentKind Kind, unsigned VOPD3ModsNum, int BitOp3Idx)
 ComponentLayout (const ComponentProps &OpXProps, unsigned VOPD3ModsNum, int BitOp3Idx)
unsigned getIndexOfDstInMCOperands () const
unsigned getIndexOfSrcInMCOperands (unsigned CompSrcIdx, bool VOPD3) const
unsigned getIndexOfDstInParsedOperands () const
unsigned getIndexOfSrcInParsedOperands (unsigned CompSrcIdx) const

Detailed Description

Definition at line 793 of file AMDGPUBaseInfo.h.

Constructor & Destructor Documentation

◆ ComponentLayout() [1/2]

llvm::AMDGPU::VOPD::ComponentLayout::ComponentLayout ( ComponentKind Kind,
unsigned VOPD3ModsNum,
int BitOp3Idx )
inline

◆ ComponentLayout() [2/2]

llvm::AMDGPU::VOPD::ComponentLayout::ComponentLayout ( const ComponentProps & OpXProps,
unsigned VOPD3ModsNum,
int BitOp3Idx )
inline

Definition at line 836 of file AMDGPUBaseInfo.h.

References llvm::AMDGPU::VOPD::COMPONENT_Y.

Member Function Documentation

◆ getIndexOfDstInMCOperands()

unsigned llvm::AMDGPU::VOPD::ComponentLayout::getIndexOfDstInMCOperands ( ) const
inline

Definition at line 843 of file AMDGPUBaseInfo.h.

◆ getIndexOfDstInParsedOperands()

unsigned llvm::AMDGPU::VOPD::ComponentLayout::getIndexOfDstInParsedOperands ( ) const
inline

◆ getIndexOfSrcInMCOperands()

unsigned llvm::AMDGPU::VOPD::ComponentLayout::getIndexOfSrcInMCOperands ( unsigned CompSrcIdx,
bool VOPD3 ) const
inline

◆ getIndexOfSrcInParsedOperands()

unsigned llvm::AMDGPU::VOPD::ComponentLayout::getIndexOfSrcInParsedOperands ( unsigned CompSrcIdx) const
inline

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