LLVM 23.0.0git
llvm::HexagonII::RegTypeInfo Struct Reference

#include "Target/Hexagon/MCTargetDesc/HexagonBaseInfo.h"

Public Attributes

RegType Output = RegType::Unknown
RegType Input1 = RegType::Unknown
RegType Input2 = RegType::Unknown
RegType Input3 = RegType::Unknown

Detailed Description

Definition at line 57 of file HexagonBaseInfo.h.

Member Data Documentation

◆ Input1

RegType llvm::HexagonII::RegTypeInfo::Input1 = RegType::Unknown

Definition at line 59 of file HexagonBaseInfo.h.

Referenced by llvm::HexagonII::getInp1RegType().

◆ Input2

RegType llvm::HexagonII::RegTypeInfo::Input2 = RegType::Unknown

Definition at line 60 of file HexagonBaseInfo.h.

Referenced by llvm::HexagonII::getInp2RegType().

◆ Input3

RegType llvm::HexagonII::RegTypeInfo::Input3 = RegType::Unknown

Definition at line 61 of file HexagonBaseInfo.h.

Referenced by llvm::HexagonII::getInp3RegType().

◆ Output

RegType llvm::HexagonII::RegTypeInfo::Output = RegType::Unknown

Definition at line 58 of file HexagonBaseInfo.h.

Referenced by llvm::HexagonII::getOpRegType().


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