LLVM 22.0.0git
llvm::RISCV::VXMemOpInfo Struct Reference

Public Attributes

unsigned Log2IdxEEW: 3
unsigned IsOrdered: 1
unsigned IsStore: 1
unsigned NF: 4
unsigned BaseInstr

Detailed Description

Definition at line 26 of file RISCVCustomBehaviour.cpp.

Member Data Documentation

◆ BaseInstr

unsigned llvm::RISCV::VXMemOpInfo::BaseInstr

Definition at line 31 of file RISCVCustomBehaviour.cpp.

◆ IsOrdered

unsigned llvm::RISCV::VXMemOpInfo::IsOrdered

Definition at line 28 of file RISCVCustomBehaviour.cpp.

◆ IsStore

unsigned llvm::RISCV::VXMemOpInfo::IsStore

Definition at line 29 of file RISCVCustomBehaviour.cpp.

◆ Log2IdxEEW

unsigned llvm::RISCV::VXMemOpInfo::Log2IdxEEW

Definition at line 27 of file RISCVCustomBehaviour.cpp.

◆ NF

unsigned llvm::RISCV::VXMemOpInfo::NF

Definition at line 30 of file RISCVCustomBehaviour.cpp.


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