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

Type Conversion Cost Table. More...

#include "llvm/CodeGen/CostTable.h"

Collaboration diagram for llvm::TypeConversionCostTblEntry:
Collaboration graph
[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

◆ Cost

unsigned llvm::TypeConversionCostTblEntry::Cost

Definition at line 49 of file CostTable.h.

◆ Dst

MVT::SimpleValueType llvm::TypeConversionCostTblEntry::Dst

Definition at line 47 of file CostTable.h.

Referenced by llvm::ConvertCostTableLookup().

◆ ISD

int llvm::TypeConversionCostTblEntry::ISD

Definition at line 46 of file CostTable.h.

Referenced by llvm::ConvertCostTableLookup().

◆ Src

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: