Home
last modified time | relevance | path

Searched refs:Legalize (Results 1 – 5 of 5) sorted by relevance

/external/llvm/docs/
DCodeGenerator.rst804 #. `Legalize SelectionDAG Types`_ --- This stage transforms SelectionDAG nodes
810 #. `Legalize SelectionDAG Ops`_ --- This stage transforms SelectionDAG nodes to
876 The Legalize phase is in charge of converting a DAG to only use the types that
902 SelectionDAG Legalize Phase
905 The Legalize phase is in charge of converting a DAG to only use the operations
911 Legalize takes care of this by open-coding another sequence of operations to
920 Prior to the existence of the Legalize passes, we required that every target
922 natively supported. The introduction of the Legalize phases allows all of the
938 Legalize passes, which allows Legalize to be very simple (it can focus on making
DWritingAnLLVMBackend.rst1302 The SelectionDAG Legalize Phase
1305 The Legalize phase converts a DAG to use types and operations that are natively
/external/llvm/include/llvm/CodeGen/
DSelectionDAG.h377 void Legalize();
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGISel.cpp809 CurDAG->Legalize(); in CodeGenAndEmitDAG()
DLegalizeDAG.cpp4619 void SelectionDAG::Legalize() { in Legalize() function in SelectionDAG