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

Cost Table Entry. More...

#include "llvm/CodeGen/CostTable.h"

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

◆ Cost

unsigned llvm::CostTblEntry::Cost

Definition at line 28 of file CostTable.h.

◆ ISD

int llvm::CostTblEntry::ISD

Definition at line 26 of file CostTable.h.

Referenced by llvm::CostTableLookup().

◆ Type

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: