LLVM
8.0.1
|
This takes an arbitrary SelectionDAG as input and hacks on it until only value types the target machine can handle are left. More...
#include "CodeGen/SelectionDAG/LegalizeTypes.h"
Public Types | |
enum | NodeIdFlags { ReadyToProcess = 0, NewNode = -1, Unanalyzed = -2, Processed = -3 } |
This pass uses the NodeId on the SDNodes to hold information about the state of the node. More... | |
Public Member Functions | |
DAGTypeLegalizer (SelectionDAG &dag) | |
bool | run () |
This is the main entry point for the type legalizer. More... | |
void | NoteDeletion (SDNode *Old, SDNode *New) |
SelectionDAG & | getDAG () const |
This takes an arbitrary SelectionDAG as input and hacks on it until only value types the target machine can handle are left.
This involves promoting small sizes to large sizes or splitting up large values into small values.
Definition at line 32 of file LegalizeTypes.h.
This pass uses the NodeId on the SDNodes to hold information about the state of the node.
The enum has all the values.
Definition at line 38 of file LegalizeTypes.h.
|
inlineexplicit |
Definition at line 172 of file LegalizeTypes.h.
References llvm::MVT::LAST_VALUETYPE, and llvm::MVT::MAX_ALLOWED_VALUETYPE.
Referenced by llvm::SelectionDAG::LegalizeTypes().
|
inline |
Definition at line 206 of file LegalizeTypes.h.
References llvm::MipsISD::Hi, and llvm::MipsISD::Lo.
Definition at line 184 of file LegalizeTypes.h.
References llvm::DenseMapBase< SmallDenseMap< KeyT, ValueT, InlineBuckets, KeyInfoT, BucketT >, KeyT, ValueT, KeyInfoT, BucketT >::erase(), and llvm::SDNode::getNumValues().
bool DAGTypeLegalizer::run | ( | ) |
This is the main entry point for the type legalizer.
This does a top-down traversal of the dag, legalizing types as it goes. Returns "true" if it made any changes.
Definition at line 195 of file LegalizeTypes.cpp.
References llvm::NVPTXISD::Dummy, llvm::SelectionDAG::getRoot(), llvm::SelectionDAG::setRoot(), and Unanalyzed.