Searched defs:LegalizeTypes (Results 1 - 2 of 2) sorted by relevance

/external/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"
72 // another node, and that new node was not seen by the LegalizeTypes machinery
124 // another node that has not been seen by the LegalizeTypes machinery.
1176 bool SelectionDAG::LegalizeTypes() { function in class:SelectionDAG
/external/swiftshader/third_party/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.
1136 /// LegalizeTypes - This transforms the SelectionDAG into a SelectionDAG that
1142 bool SelectionDAG::LegalizeTypes() { function in class:SelectionDAG

Completed in 704 milliseconds