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.
36 #include "llvm/CodeGen/SelectionDAGISel.h"
252 /// \brief This class is used by SelectionDAGISel to temporarily override
255 SelectionDAGISel &IS;
260 OptLevelChanger(SelectionDAGISel &ISel,
296 ScheduleDAGSDNodes* createDefaultScheduler(SelectionDAGISel *IS,
350 // SelectionDAGISel code
353 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
40 /// SelectionDAGISel - This is the common base class used for SelectionDAG-based
42 class SelectionDAGISel : public MachineFunctionPass { class in namespace:llvm
59 explicit SelectionDAGISel(TargetMachine &tm,
61 ~SelectionDAGISel() override;

Completed in 112 milliseconds