LLVM 22.0.0git
llvm::CostTblEntryT< CostType > Struct Template Reference

Cost Table Entry. More...

#include "llvm/CodeGen/CostTable.h"

Inheritance diagram for llvm::CostTblEntryT< CostType >:
[legend]

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: