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

Cost Table Entry. More...

#include <CostTable.h>

Collaboration diagram for llvm::CostTblEntry:
[legend]

Public Attributes

int ISD
 
MVT::SimpleValueType Type
 
unsigned Cost
 

Detailed Description

Cost Table Entry.

Definition at line 25 of file CostTable.h.

Member Data Documentation

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().


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