Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DCodeGenerator.rst799 #. `Legalize SelectionDAG Types`_ --- This stage transforms SelectionDAG nodes
805 #. `Legalize SelectionDAG Ops`_ --- This stage transforms SelectionDAG nodes to
871 The Legalize phase is in charge of converting a DAG to only use the types that
897 SelectionDAG Legalize Phase
900 The Legalize phase is in charge of converting a DAG to only use the operations
906 Legalize takes care of this by open-coding another sequence of operations to
915 Prior to the existence of the Legalize passes, we required that every target
917 natively supported. The introduction of the Legalize phases allows all of the
933 Legalize passes, which allows Legalize to be very simple (it can focus on making
DWritingAnLLVMBackend.rst1340 The SelectionDAG Legalize Phase
1343 The Legalize phase converts a DAG to use types and operations that are natively
/external/llvm/docs/
DCodeGenerator.rst799 #. `Legalize SelectionDAG Types`_ --- This stage transforms SelectionDAG nodes
805 #. `Legalize SelectionDAG Ops`_ --- This stage transforms SelectionDAG nodes to
871 The Legalize phase is in charge of converting a DAG to only use the types that
897 SelectionDAG Legalize Phase
900 The Legalize phase is in charge of converting a DAG to only use the operations
906 Legalize takes care of this by open-coding another sequence of operations to
915 Prior to the existence of the Legalize passes, we required that every target
917 natively supported. The introduction of the Legalize phases allows all of the
933 Legalize passes, which allows Legalize to be very simple (it can focus on making
DWritingAnLLVMBackend.rst1300 The SelectionDAG Legalize Phase
1303 The Legalize phase converts a DAG to use types and operations that are natively
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DSelectionDAG.h291 void Legalize();
/external/llvm/include/llvm/CodeGen/
DSelectionDAG.h417 void Legalize();
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DSelectionDAG.h497 void Legalize();
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DSelectionDAGISel.cpp556 CurDAG->Legalize(); in CodeGenAndEmitDAG()
DLegalizeDAG.cpp3958 void SelectionDAG::Legalize() { in Legalize() function in SelectionDAG
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGISel.cpp823 CurDAG->Legalize(); in CodeGenAndEmitDAG()
DLegalizeDAG.cpp4402 void SelectionDAG::Legalize() { in Legalize() function in SelectionDAG
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGISel.cpp852 CurDAG->Legalize(); in CodeGenAndEmitDAG()
DLegalizeDAG.cpp4729 void SelectionDAG::Legalize() { in Legalize() function in SelectionDAG