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

Type Conversion Cost Table. More...

#include "llvm/CodeGen/CostTable.h"

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

Public Attributes

int ISD
MVT::SimpleValueType Dst
MVT::SimpleValueType Src
CostType Cost

Detailed Description

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

Type Conversion Cost Table.

Definition at line 55 of file CostTable.h.

Member Data Documentation

◆ Cost

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

Definition at line 59 of file CostTable.h.

◆ Dst

template<typename CostType>
MVT::SimpleValueType llvm::TypeConversionCostTblEntryT< CostType >::Dst

Definition at line 57 of file CostTable.h.

◆ ISD

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

Definition at line 56 of file CostTable.h.

◆ Src

template<typename CostType>
MVT::SimpleValueType llvm::TypeConversionCostTblEntryT< CostType >::Src

Definition at line 58 of file CostTable.h.


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