|
LLVM 23.0.0git
|
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 | |
| MachineInstr * | MIX |
| MachineInstr * | MIY |
| bool | IsVOPD3 |
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.
| bool llvm::VOPDMatchInfo::IsVOPD3 |
Definition at line 36 of file GCNVOPDUtils.h.
| MachineInstr* llvm::VOPDMatchInfo::MIX |
Definition at line 34 of file GCNVOPDUtils.h.
| MachineInstr* llvm::VOPDMatchInfo::MIY |
Definition at line 35 of file GCNVOPDUtils.h.