Searched defs:SelectionDAG (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h1 //===-- llvm/CodeGen/SelectionDAG.h - InstSelection DAG ---------*- C++ -*-===//
10 // This file declares the SelectionDAG class, and transitively defines the
43 /// The Allocator in SelectionDAG holds the data.
44 /// SDVTList contains all types which are frequently accessed in SelectionDAG.
153 class SelectionDAG;
154 void checkForCycles(const SelectionDAG *DAG, bool force = false);
156 /// SelectionDAG class - This is used to represent a portion of an LLVM function
162 /// The representation used by the SelectionDAG is a target-independent
167 class SelectionDAG { class in namespace:llvm
201 /// SelectionDAG
[all...]
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp1 //===-- SelectionDAG.cpp - Implement the SelectionDAG data structures -----===//
10 // This implements the SelectionDAG class.
14 #include "llvm/CodeGen/SelectionDAG.h"
62 void SelectionDAG::DAGUpdateListener::NodeDeleted(SDNode*, SDNode*) {}
63 void SelectionDAG::DAGUpdateListener::NodeUpdated(SDNode*) {}
84 (void) Val2.convert(SelectionDAG::EVTToAPFloatSemantics(VT),
585 // SelectionDAG Class
609 /// SelectionDAG.
610 void SelectionDAG
931 SelectionDAG::SelectionDAG(const TargetMachine &tm, CodeGenOpt::Level OL) function in class:SelectionDAG
[all...]

Completed in 526 milliseconds