LLVM  8.0.1
Public Member Functions | Public Attributes | List of all members
ARMInstructionSelector::CmpConstants Struct Reference
Collaboration diagram for ARMInstructionSelector::CmpConstants:
Collaboration graph
[legend]

Public Member Functions

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

Public Attributes

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

Detailed Description

Definition at line 410 of file ARMInstructionSelector.cpp.

Constructor & Destructor Documentation

◆ CmpConstants()

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

Definition at line 411 of file ARMInstructionSelector.cpp.

Member Data Documentation

◆ ComparisonOpcode

const unsigned ARMInstructionSelector::CmpConstants::ComparisonOpcode

Definition at line 417 of file ARMInstructionSelector.cpp.

◆ OperandRegBankID

const unsigned ARMInstructionSelector::CmpConstants::OperandRegBankID

Definition at line 424 of file ARMInstructionSelector.cpp.

◆ OperandSize

const unsigned ARMInstructionSelector::CmpConstants::OperandSize

Definition at line 427 of file ARMInstructionSelector.cpp.

◆ ReadFlagsOpcode

const unsigned ARMInstructionSelector::CmpConstants::ReadFlagsOpcode

Definition at line 421 of file ARMInstructionSelector.cpp.


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