LLVM 19.0.0git
Public Member Functions | Public Attributes | List of all members
ARMInstructionSelector::CmpConstants Struct Reference

Public Member Functions

 CmpConstants (unsigned CmpOpcode, unsigned FlagsOpcode, unsigned SelectOpcode, unsigned OpRegBank, unsigned OpSize)
 

Public Attributes

const unsigned ComparisonOpcode
 
const unsigned ReadFlagsOpcode
 
const unsigned SelectResultOpcode
 
const unsigned OperandRegBankID
 
const unsigned OperandSize
 

Detailed Description

Definition at line 460 of file ARMInstructionSelector.cpp.

Constructor & Destructor Documentation

◆ CmpConstants()

ARMInstructionSelector::CmpConstants::CmpConstants ( unsigned  CmpOpcode,
unsigned  FlagsOpcode,
unsigned  SelectOpcode,
unsigned  OpRegBank,
unsigned  OpSize 
)
inline

Definition at line 461 of file ARMInstructionSelector.cpp.

Member Data Documentation

◆ ComparisonOpcode

const unsigned ARMInstructionSelector::CmpConstants::ComparisonOpcode

Definition at line 468 of file ARMInstructionSelector.cpp.

◆ OperandRegBankID

const unsigned ARMInstructionSelector::CmpConstants::OperandRegBankID

Definition at line 478 of file ARMInstructionSelector.cpp.

◆ OperandSize

const unsigned ARMInstructionSelector::CmpConstants::OperandSize

Definition at line 481 of file ARMInstructionSelector.cpp.

◆ ReadFlagsOpcode

const unsigned ARMInstructionSelector::CmpConstants::ReadFlagsOpcode

Definition at line 472 of file ARMInstructionSelector.cpp.

◆ SelectResultOpcode

const unsigned ARMInstructionSelector::CmpConstants::SelectResultOpcode

Definition at line 475 of file ARMInstructionSelector.cpp.


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