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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp1 //===-- SelectionDAGISel.cpp - Implement the SelectionDAGISel class -------===//
10 // This implements the SelectionDAGISel class.
14 #include "llvm/CodeGen/SelectionDAGISel.h"
245 /// \brief This class is used by SelectionDAGISel to temporarily override
248 SelectionDAGISel &IS;
253 OptLevelChanger(SelectionDAGISel &ISel,
285 ScheduleDAGSDNodes* createDefaultScheduler(SelectionDAGISel *IS,
333 // SelectionDAGISel code
336 SelectionDAGISel function in class:SelectionDAGISel
[all...]
/external/llvm/include/llvm/CodeGen/
H A DSelectionDAGISel.h1 //===-- llvm/CodeGen/SelectionDAGISel.h - Common Base Class------*- C++ -*-===//
10 // This file implements the SelectionDAGISel class, which is used as the common
39 /// SelectionDAGISel - This is the common base class used for SelectionDAG-based
41 class SelectionDAGISel : public MachineFunctionPass { class in namespace:llvm
55 explicit SelectionDAGISel(TargetMachine &tm,
57 virtual ~SelectionDAGISel();

Completed in 92 milliseconds