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
40 /// SelectionDAGISel - This is the common base class used for SelectionDAG-based
42 class SelectionDAGISel : public MachineFunctionPass {
59 explicit SelectionDAGISel(TargetMachine &tm,
61 ~SelectionDAGISel() override;
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp 1 //===-- 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::SelectionDAGISel(TargetMachine &tm
    [all...]

Completed in 3233 milliseconds