Searched refs:LegalizeTypes (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.2-release/lib/clang/libllvmselectiondag/
H A DMakefile15 LegalizeTypes.cpp \
/freebsd-10.2-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.cpp1 //===-- 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"
70 // another node, and that new node was not seen by the LegalizeTypes machinery
123 // another node that has not been seen by the LegalizeTypes machinery.
1100 /// LegalizeTypes - This transforms the SelectionDAG into a SelectionDAG that
1106 bool SelectionDAG::LegalizeTypes() { function in class:SelectionDAG
H A DSelectionDAGISel.cpp668 Changed = CurDAG->LegalizeTypes();
700 CurDAG->LegalizeTypes();
/freebsd-10.2-release/contrib/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h360 /// LegalizeTypes - This transforms the SelectionDAG into a SelectionDAG that
366 bool LegalizeTypes();
380 /// LegalizeTypes again.
382 /// This returns true if it made any changes; in that case, LegalizeTypes

Completed in 68 milliseconds