LLVM 23.0.0git
llvm::VOPDMatchInfo Struct Reference

Describes a matched VOPD pair: which instruction is the X component and which is the Y component, and whether this is a VOPD3 encoding. More...

#include "Target/AMDGPU/GCNVOPDUtils.h"

Public Attributes

MachineInstrMIX
MachineInstrMIY
bool IsVOPD3

Detailed Description

Describes a matched VOPD pair: which instruction is the X component and which is the Y component, and whether this is a VOPD3 encoding.

Definition at line 33 of file GCNVOPDUtils.h.

Member Data Documentation

◆ IsVOPD3

bool llvm::VOPDMatchInfo::IsVOPD3

Definition at line 36 of file GCNVOPDUtils.h.

◆ MIX

MachineInstr* llvm::VOPDMatchInfo::MIX

Definition at line 34 of file GCNVOPDUtils.h.

◆ MIY

MachineInstr* llvm::VOPDMatchInfo::MIY

Definition at line 35 of file GCNVOPDUtils.h.


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