Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/Dialect/Shape/Transforms/
H A DPasses.td20 let summary = "Legalize Shape dialect to be convertible to Arithmetic";
/llvm-project-15.0.7/mlir/include/mlir/Dialect/LLVMIR/Transforms/
H A DPasses.td15 let summary = "Legalize LLVM dialect to be convertible to LLVM IR";
/llvm-project-15.0.7/mlir/include/mlir/Dialect/Arithmetic/Transforms/
H A DPasses.td32 let summary = "Legalize Arithmetic ops to be convertible to LLVM.";
/llvm-project-15.0.7/mlir/include/mlir/Dialect/MemRef/Transforms/
H A DPasses.td15 let summary = "Legalize memref operations to be convertible to LLVM.";
/llvm-project-15.0.7/llvm/docs/
H A DCodeGenerator.rst836 #. `Legalize SelectionDAG Types`_ --- This stage transforms SelectionDAG nodes
842 #. `Legalize SelectionDAG Ops`_ --- This stage transforms SelectionDAG nodes to
908 The Legalize phase is in charge of converting a DAG to only use the types that
934 SelectionDAG Legalize Phase
937 The Legalize phase is in charge of converting a DAG to only use the operations
943 Legalize takes care of this by open-coding another sequence of operations to
977 Prior to the existence of the Legalize passes, we required that every target
979 natively supported. The introduction of the Legalize phases allows all of the
995 Legalize passes, which allows Legalize to be very simple (it can focus on making
H A DWritingAnLLVMBackend.rst1340 The SelectionDAG Legalize Phase
1343 The Legalize phase converts a DAG to use types and operations that are natively
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h573 void Legalize();
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/GlobalISel/
H A Dlegalize-inserts.mir3 # FIXME: Legalize s4_s32.
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp888 CurDAG->Legalize(); in CodeGenAndEmitDAG()
H A DLegalizeDAG.cpp5059 void SelectionDAG::Legalize() { in Legalize() function in SelectionDAG