LLVM 19.0.0git
Public Attributes | List of all members
llvm::CostTblEntryT< CostType > Struct Template Reference

Cost Table Entry. More...

#include "llvm/CodeGen/CostTable.h"

Public Attributes

int ISD
 
MVT::SimpleValueType Type
 
CostType Cost
 

Detailed Description

template<typename CostType>
struct llvm::CostTblEntryT< CostType >

Cost Table Entry.

Definition at line 25 of file CostTable.h.

Member Data Documentation

◆ Cost

template<typename CostType >
CostType llvm::CostTblEntryT< CostType >::Cost

Definition at line 28 of file CostTable.h.

◆ ISD

template<typename CostType >
int llvm::CostTblEntryT< CostType >::ISD

Definition at line 26 of file CostTable.h.

◆ Type

template<typename CostType >
MVT::SimpleValueType llvm::CostTblEntryT< CostType >::Type

Definition at line 27 of file CostTable.h.


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