Searched refs:Legalize (Results 1 – 5 of 5) sorted by relevance
804 #. `Legalize SelectionDAG Types`_ --- This stage transforms SelectionDAG nodes810 #. `Legalize SelectionDAG Ops`_ --- This stage transforms SelectionDAG nodes to876 The Legalize phase is in charge of converting a DAG to only use the types that902 SelectionDAG Legalize Phase905 The Legalize phase is in charge of converting a DAG to only use the operations911 Legalize takes care of this by open-coding another sequence of operations to920 Prior to the existence of the Legalize passes, we required that every target922 natively supported. The introduction of the Legalize phases allows all of the938 Legalize passes, which allows Legalize to be very simple (it can focus on making
1302 The SelectionDAG Legalize Phase1305 The Legalize phase converts a DAG to use types and operations that are natively
377 void Legalize();
809 CurDAG->Legalize(); in CodeGenAndEmitDAG()
4619 void SelectionDAG::Legalize() { in Legalize() function in SelectionDAG