LLVM  4.0.0
Public Attributes | List of all members
llvm::TypeConversionCostTblEntry Struct Reference

Type Conversion Cost Table. More...

#include <CostTable.h>

Collaboration diagram for llvm::TypeConversionCostTblEntry:
[legend]

Public Attributes

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

Detailed Description

Type Conversion Cost Table.

Definition at line 45 of file CostTable.h.

Member Data Documentation

unsigned llvm::TypeConversionCostTblEntry::Cost

Definition at line 49 of file CostTable.h.

MVT::SimpleValueType llvm::TypeConversionCostTblEntry::Dst

Definition at line 47 of file CostTable.h.

Referenced by llvm::ConvertCostTableLookup().

int llvm::TypeConversionCostTblEntry::ISD

Definition at line 46 of file CostTable.h.

Referenced by llvm::ConvertCostTableLookup().

MVT::SimpleValueType llvm::TypeConversionCostTblEntry::Src

Definition at line 48 of file CostTable.h.

Referenced by llvm::ConvertCostTableLookup().


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