LLVM  8.0.1
Public Member Functions | Public Attributes | List of all members
llvm::SystemZII::Branch Struct Reference

#include "Target/SystemZ/SystemZInstrInfo.h"

Collaboration diagram for llvm::SystemZII::Branch:
Collaboration graph
[legend]

Public Member Functions

 Branch (BranchType type, unsigned ccValid, unsigned ccMask, const MachineOperand *target)
 

Public Attributes

BranchType Type
 
unsigned CCValid
 
unsigned CCMask
 
const MachineOperandTarget
 

Detailed Description

Definition at line 108 of file SystemZInstrInfo.h.

Constructor & Destructor Documentation

◆ Branch()

llvm::SystemZII::Branch::Branch ( BranchType  type,
unsigned  ccValid,
unsigned  ccMask,
const MachineOperand target 
)
inline

Definition at line 121 of file SystemZInstrInfo.h.

Member Data Documentation

◆ CCMask

unsigned llvm::SystemZII::Branch::CCMask

Definition at line 116 of file SystemZInstrInfo.h.

Referenced by llvm::SystemZInstrInfo::analyzeBranch().

◆ CCValid

unsigned llvm::SystemZII::Branch::CCValid

Definition at line 113 of file SystemZInstrInfo.h.

Referenced by llvm::SystemZInstrInfo::analyzeBranch().

◆ Target

const MachineOperand* llvm::SystemZII::Branch::Target

◆ Type

BranchType llvm::SystemZII::Branch::Type

Definition at line 110 of file SystemZInstrInfo.h.

Referenced by llvm::SystemZInstrInfo::analyzeBranch().


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