HomeSort by relevance Sort by last modified time
    Searched refs:LegalizeTypes (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/CodeGen/SelectionDAG/
Android.mk 11 LegalizeTypes.cpp \
LegalizeTypes.cpp 1 //===-- LegalizeTypes.cpp - Common code for DAG type legalizer ------------===//
10 // This file implements the SelectionDAG::LegalizeTypes method. It transforms
12 // is common code shared among the LegalizeTypes*.cpp files.
16 #include "LegalizeTypes.h"
72 // another node, and that new node was not seen by the LegalizeTypes machinery
125 // another node that has not been seen by the LegalizeTypes machinery.
    [all...]
SelectionDAGISel.cpp 687 Changed = CurDAG->LegalizeTypes();
719 CurDAG->LegalizeTypes();
    [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAG.h 351 /// LegalizeTypes - This transforms the SelectionDAG into a SelectionDAG that
357 bool LegalizeTypes();
371 /// LegalizeTypes again.
373 /// This returns true if it made any changes; in that case, LegalizeTypes
    [all...]

Completed in 109 milliseconds