LLVM
8.0.1
|
Cost Table Entry. More...
#include "llvm/CodeGen/CostTable.h"
Public Attributes | |
int | ISD |
MVT::SimpleValueType | Type |
unsigned | Cost |
Cost Table Entry.
Definition at line 25 of file CostTable.h.
unsigned llvm::CostTblEntry::Cost |
Definition at line 28 of file CostTable.h.
int llvm::CostTblEntry::ISD |
Definition at line 26 of file CostTable.h.
Referenced by llvm::CostTableLookup().
MVT::SimpleValueType llvm::CostTblEntry::Type |
Definition at line 27 of file CostTable.h.
Referenced by llvm::CostTableLookup().