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
115 class SelectionDAG;
117 void checkForCycles(const SelectionDAG *DAG);
119 /// SelectionDAG class - This is used to represent a portion of an LLVM function
125 /// The representation used by the SelectionDAG is a target-independent
130 class SelectionDAG {
164 /// SelectionDAG.
179 SelectionDAG &DAG;
181 explicit DAGUpdateListener(SelectionDAG &D
    [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"
63 void SelectionDAG::DAGUpdateListener::NodeDeleted(SDNode*, SDNode*) {}
64 void SelectionDAG::DAGUpdateListener::NodeUpdated(SDNode*) {}
85 (void) Val2.convert(SelectionDAG::EVTToAPFloatSemantics(VT),
524 // SelectionDAG Class
548 /// SelectionDAG.
549 void SelectionDAG::RemoveDeadNodes()
    [all...]

Completed in 570 milliseconds