LLVM
8.0.1
|
Type Conversion Cost Table. More...
#include "llvm/CodeGen/CostTable.h"
Public Attributes | |
int | ISD |
MVT::SimpleValueType | Dst |
MVT::SimpleValueType | Src |
unsigned | Cost |
Type Conversion Cost Table.
Definition at line 45 of file CostTable.h.
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().