HomeSort by: relevance | last modified time | path
    Searched defs:SelectionDAG (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
CodeGenPassBuilder.h 649 // Prepare expensive constants for SelectionDAG.
705 // funclets. Catchswitch blocks are not lowered in SelectionDAG, so we
757 enum class SelectorType { SelectionDAG, FastISel, GlobalISel };
771 Selector = SelectorType::SelectionDAG;
SelectionDAG.h 1 //===- llvm/CodeGen/SelectionDAG.h - InstSelection DAG ----------*- C++ -*-===//
9 // This file declares the SelectionDAG class, and transitively defines the
79 class SelectionDAG;
91 /// The Allocator in SelectionDAG holds the data.
92 /// SDVTList contains all types which are frequently accessed in SelectionDAG.
203 void checkForCycles(const SelectionDAG *DAG, bool force = false);
211 /// The representation used by the SelectionDAG is a target-independent
216 class SelectionDAG {
262 /// Pool allocation for misc. objects that are created once per SelectionDAG.
290 SelectionDAG &DAG
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
TargetPassConfig.cpp 867 // Prepare expensive constants for SelectionDAG.
923 // funclets. Catchswitch blocks are not lowered in SelectionDAG, so we
974 enum class SelectorType { SelectionDAG, FastISel, GlobalISel };
986 Selector = SelectorType::SelectionDAG;

Completed in 72 milliseconds