HomeSort by relevance Sort by last modified time
    Searched defs:SelectionDAG (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/CodeGen/
SelectionDAG.h 1 //===-- 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 {
201 /// SelectionDAG
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp 1 //===-- 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::RemoveDeadNodes()
    [all...]

Completed in 454 milliseconds