LLVM 20.0.0git
|
Type Conversion Cost Table. More...
#include "llvm/CodeGen/CostTable.h"
Public Attributes | |
int | ISD |
MVT::SimpleValueType | Dst |
MVT::SimpleValueType | Src |
CostType | Cost |
Type Conversion Cost Table.
Definition at line 55 of file CostTable.h.
CostType llvm::TypeConversionCostTblEntryT< CostType >::Cost |
Definition at line 59 of file CostTable.h.
MVT::SimpleValueType llvm::TypeConversionCostTblEntryT< CostType >::Dst |
Definition at line 57 of file CostTable.h.
int llvm::TypeConversionCostTblEntryT< CostType >::ISD |
Definition at line 56 of file CostTable.h.
MVT::SimpleValueType llvm::TypeConversionCostTblEntryT< CostType >::Src |
Definition at line 58 of file CostTable.h.