LLVM  8.0.1
Public Member Functions | Static Public Member Functions | Friends | List of all members
llvm::HexagonInstr Class Reference

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

Public Member Functions

 HexagonInstr (HexagonCVIResource::TypeUnitsAndLanes *T, MCInstrInfo const &MCII, MCInst const *id, MCInst const *Extender, unsigned s)
 
MCInst constgetDesc () const
 
MCInst constgetExtender () const
 
bool operator< (const HexagonInstr &B) const
 

Static Public Member Functions

static bool lessCore (const HexagonInstr &A, const HexagonInstr &B)
 
static bool lessCVI (const HexagonInstr &A, const HexagonInstr &B)
 

Friends

class HexagonShuffler
 

Detailed Description

Definition at line 106 of file HexagonShuffler.h.

Constructor & Destructor Documentation

◆ HexagonInstr()

llvm::HexagonInstr::HexagonInstr ( HexagonCVIResource::TypeUnitsAndLanes T,
MCInstrInfo const MCII,
MCInst const id,
MCInst const Extender,
unsigned  s 
)
inline

Definition at line 115 of file HexagonShuffler.h.

Member Function Documentation

◆ getDesc()

MCInst const& llvm::HexagonInstr::getDesc ( ) const
inline

Definition at line 120 of file HexagonShuffler.h.

◆ getExtender()

MCInst const* llvm::HexagonInstr::getExtender ( ) const
inline

Definition at line 121 of file HexagonShuffler.h.

◆ lessCore()

static bool llvm::HexagonInstr::lessCore ( const HexagonInstr A,
const HexagonInstr B 
)
inlinestatic

Definition at line 129 of file HexagonShuffler.h.

References llvm::HexagonResource::lessUnits().

Referenced by llvm::HexagonShuffler::check().

◆ lessCVI()

static bool llvm::HexagonInstr::lessCVI ( const HexagonInstr A,
const HexagonInstr B 
)
inlinestatic

Definition at line 134 of file HexagonShuffler.h.

References llvm::HexagonResource::lessUnits().

Referenced by llvm::HexagonShuffler::check().

◆ operator<()

bool llvm::HexagonInstr::operator< ( const HexagonInstr B) const
inline

Definition at line 124 of file HexagonShuffler.h.

References llvm::HexagonResource::lessWeight().

Friends And Related Function Documentation

◆ HexagonShuffler

friend class HexagonShuffler
friend

Definition at line 107 of file HexagonShuffler.h.


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