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

  /external/llvm/include/llvm/CodeGen/
SelectionDAGISel.h 1 //===-- 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 {
55 explicit SelectionDAGISel(TargetMachine &tm,
57 virtual ~SelectionDAGISel();
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp 1 //===-- 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::SelectionDAGISel(TargetMachine &tm
    [all...]

Completed in 246 milliseconds