Home
last modified time | relevance | path

Searched refs:legalize (Results 1 – 25 of 186) sorted by relevance

12345678

/external/llvm-project/mlir/test/Transforms/
Dtest-legalizer-full.mlir1 // RUN: mlir-opt -allow-unregistered-dialect -test-legalize-patterns -test-legalize-mode=full -spli…
39 /// applied to legalize the argument type before it becomes recursively legal.
57 // expected-error@+1 {{failed to legalize operation 'test.illegal_op_f'}}
68 // expected-error@+1 {{failed to legalize operation 'foo.unknown_op'}}
79 // expected-error@+1 {{failed to legalize operation 'std.br'}}
92 // expected-error@+1 {{failed to legalize operation 'test.region'}}
Dtest-legalize-erased-op-with-uses.mlir1 // RUN: mlir-opt %s -test-legalize-unknown-root-patterns -verify-diagnostics
6 // expected-error@below {{failed to legalize operation 'test.illegal_op_a' marked as erased}}
Dtest-legalize-type-conversion.mlir1 // RUN: mlir-opt %s -test-legalize-type-conversion -allow-unregistered-dialect -split-input-file -v…
11 // expected-error@below {{failed to legalize conversion operation generated for block argument}}
49 …// expected-error@below {{failed to legalize conversion operation generated for result #0 of opera…
Dtest-legalizer-analysis.mlir1 …/ RUN: mlir-opt -allow-unregistered-dialect -test-legalize-patterns -verify-diagnostics -test-lega…
Dfinalizing-bufferize.mlir15 // expected-error @+1 {{failed to legalize operation 'test.source'}}
25 // expected-error @+1 {{failed to legalize operation 'test.sink'}}
/external/tensorflow/tensorflow/compiler/mlir/tools/kernel_gen/tests/
Dtf-legalize-to-lmhlo.mlir1 // RUN: tf-opt %s --xla-legalize-tf='legalize-chlo=false' | \
2 // RUN: mlir-hlo-opt --transform-unranked-hlo --chlo-legalize-to-hlo --hlo-legalize-to-linalg | \
Disinf.mlir1 // RUN: tf-opt %s --test-tf-lower-tf --xla-legalize-tf | \
2 // RUN: mlir-hlo-opt --transform-unranked-hlo --hlo-legalize-to-linalg | \
Dtanh.mlir1 // RUN: tf-opt %s --xla-legalize-tf | \
2 // RUN: mlir-hlo-opt --transform-unranked-hlo --hlo-legalize-to-linalg | \
/external/tensorflow/tensorflow/compiler/mlir/hlo/include/mlir-hlo/Dialect/mhlo/transforms/
Dmhlo_passes.td18 def ChloLegalizeToHloPass : FunctionPass<"chlo-legalize-to-hlo"> {
27 def HloLegalizeToLhloPass : Pass<"hlo-legalize-to-lhlo", "ModuleOp"> {
32 def LegalizeControlFlowPass : Pass<"mhlo-legalize-control-flow", "FuncOp"> {
42 def LegalizeGatherToTorchIndexSelectPass : Pass<"mhlo-legalize-gather-to-torch-index-select", "Func…
48 def LegalizeTanhToApproximationPass : Pass<"mhlo-legalize-trigonometric-to-approximation", "FuncOp"…
54 def HloLegalizeToLinalgPass : Pass<"hlo-legalize-to-linalg", "FuncOp"> {
60 def LegalizeToStandardPass : Pass<"mhlo-legalize-to-std", "FuncOp"> {
Dlmhlo_passes.td18 def LhloLegalizeToLinalgPass : Pass<"lhlo-legalize-to-linalg", "FuncOp"> {
37 def LhloLegalizeToAffinePass : Pass<"lhlo-legalize-to-affine", "FuncOp"> {
43 def LhloLegalizeToGpuPass : Pass<"lhlo-legalize-to-gpu", "FuncOp"> {
49 def LhloLegalizeToParallelLoopsPass : Pass<"lhlo-legalize-to-parallel-loops", "FuncOp"> {
/external/llvm-project/mlir/test/Conversion/SPIRVToLLVM/
Dspirv-types-to-llvm-invalid.mlir3 // expected-error@+1 {{failed to legalize operation 'spv.func' that was explicitly marked illegal}}
10 // expected-error@+1 {{failed to legalize operation 'spv.func' that was explicitly marked illegal}}
17 // expected-error@+1 {{failed to legalize operation 'spv.func' that was explicitly marked illegal}}
/external/swiftshader/third_party/subzero/src/
DIceTargetLoweringX86BaseImpl.h1444 return legalize(ConstInt);
1453 return legalize(MemOperand);
1473 return legalize(ConstInt);
1492 return legalize(MemOperand);
1540 Operand *TotalSize = legalize(Instr->getSizeInBytes());
1736 Operand *Src0RM = legalize(Src0, Legal_Reg | Legal_Mem);
1984 Operand *Src0 = legalize(Instr->getSrc(0));
1985 Operand *Src1 = legalize(Instr->getSrc(1));
2089 Src1Lo = legalize(Src1Lo, Legal_Reg | Legal_Mem);
2101 Src0Lo = legalize(Src0Lo, Legal_Reg | Legal_Mem);
[all …]
/external/llvm-project/llvm/test/CodeGen/AMDGPU/GlobalISel/
Dlegalize-amdgcn.if-invalid.mir5 # ERR: remark: <unknown>:0:0: unable to legalize instruction: %3:_(s1), %4:_(s64) = G_INTRINSIC_W_S…
6 # ERR-NEXT: remark: <unknown>:0:0: unable to legalize instruction: %3:_(s1), %4:_(s64) = G_INTRINSI…
7 # ERR-NEXT: remark: <unknown>:0:0: unable to legalize instruction: %3:_(s1), %4:_(s64) = G_INTRINSI…
8 # ERR-NEXT: remark: <unknown>:0:0: unable to legalize instruction: %3:_(s1), %4:_(s64) = G_INTRINSI…
9 # ERR-NEXT: remark: <unknown>:0:0: unable to legalize instruction: %3:_(s1), %4:_(s64) = G_INTRINSI…
10 # ERR-NEXT: remark: <unknown>:0:0: unable to legalize instruction: %3:_(s1), %4:_(s64) = G_INTRINSI…
/external/tensorflow/tensorflow/compiler/mlir/lite/tests/
Dlegalize-tf-while.mlir1 // RUN: tf-opt --tfl-legalize-tf-while %s -o - | FileCheck %s
2 // RUN: tf-opt --tfl-legalize-tf-while %s -o - --tfl-legalize-tf-while --inline='default-pipeline='…
3 // RUN: tf-opt --tfl-legalize-tf-while %s -o - --tfl-legalize-tf-while --inline | FileCheck %s --ch…
/external/tensorflow/tensorflow/compiler/mlir/xla/tests/
Dlegalize-tf-include-tf2xla-fallback.mlir1 // RUN: tf-opt "-xla-legalize-tf=allow-partial-conversion use-tf2xla-fallback=false" -verify-diagno…
2 // RUN: tf-opt "-xla-legalize-tf=use-tf2xla-fallback=true device-type=XLA_CPU_JIT" -verify-diagnost…
3 // RUN: tf-opt "-xla-legalize-tf=allow-partial-conversion use-tf2xla-fallback=true" %s | FileCheck …
4 // RUN: tf-opt "-xla-legalize-tf=allow-partial-conversion use-tf2xla-fallback=true device-type=INVA…
Dlegalize-tf-full-conversion.mlir1 // RUN: tf-opt %s -xla-legalize-tf -split-input-file -verify-diagnostics
4 // expected-error@below{{Emitting more detail about one op that failed to legalize...}}
36 // expected-error@below{{Emitting more detail about one op that failed to legalize...}}
/external/llvm-project/llvm/test/CodeGen/AArch64/GlobalISel/
Darm64-fallback.ll35 ; FALLBACK-WITH-REPORT-ERR: remark: <unknown>:0:0: unable to legalize instruction: G_STORE %1:_(<7 …
56 ; FALLBACK-WITH-REPORT-ERR: remark: <unknown>:0:0: unable to legalize instruction: G_WRITE_REGISTER…
67 ; FALLBACK-WITH-REPORT-ERR: remark: <unknown>:0:0: unable to legalize instruction: %0:_(s128) = G_F…
74 ; FALLBACK-WITH-REPORT-ERR: remark: <unknown>:0:0: unable to legalize instruction: %2:_(<2 x p0>) =…
90 ; FALLBACK-WITH-REPORT-ERR: remark: <unknown>:0:0: unable to legalize instruction: %{{[0-9]+}}:_(s9…
101 ; FALLBACK-WITH-REPORT-ERR: remark: <unknown>:0:0: unable to legalize instruction: %{{[0-9]+}}:_(s9…
114 ; FALLBACK-WITH-REPORT-ERR: remark: <unknown>:0:0: unable to legalize instruction: %0:_(s96) = G_IN…
125 …this is what is expected once we can legalize non-pow-of-2 G_IMPLICIT_DEF) remark: <unknown>:0:0: …
126 ; FALLBACK-WITH-REPORT-ERR: remark: <unknown>:0:0: unable to legalize instruction: %{{[0-9]+}}:_(s6…
/external/deqp-deps/amber/tests/cases/
Ddebugger_hlsl_basic_fragment_with_legalization.amber62 --legalize-hlsl
67 --legalize-hlsl
Ddebugger_hlsl_basic_vertex_with_legalization.amber89 --legalize-hlsl
94 --legalize-hlsl
/external/llvm-project/llvm/test/CodeGen/AArch64/
Dlegalize-uaddo.mir6 name: legalize-uaddo
13 ; CHECK-LABEL: name: legalize-uaddo
/external/llvm-project/llvm/test/CodeGen/X86/
Dfp128-extract.ll2 ; RUN: llc < %s -O2 -mtriple=x86_64-linux-android -mattr=+mmx -enable-legalize-types-checking | Fil…
3 ; RUN: llc < %s -O2 -mtriple=x86_64-linux-gnu -mattr=+mmx -enable-legalize-types-checking | FileChe…
Dfp128-load.ll3 ; RUN: -enable-legalize-types-checking | FileCheck %s
5 ; RUN: -enable-legalize-types-checking | FileCheck %s
Dfp128-select.ll3 ; RUN: -enable-legalize-types-checking | FileCheck %s --check-prefix=SSE
5 ; RUN: -enable-legalize-types-checking | FileCheck %s --check-prefix=SSE
7 ; RUN: -enable-legalize-types-checking | FileCheck %s --check-prefix=NOSSE
9 ; RUN: -enable-legalize-types-checking | FileCheck %s --check-prefix=NOSSE
/external/llvm-project/mlir/test/Conversion/GPUToSPIRV/
Dsimple.mlir56 // expected-error @below {{failed to legalize operation 'gpu.func'}}
78 // expected-error @below {{failed to legalize operation 'gpu.func'}}
95 // expected-error @below {{failed to legalize operation 'gpu.func'}}
/external/tensorflow/tensorflow/compiler/mlir/tosa/transforms/
Dpasses.td18 def TosaLegalizeTFPass : Pass<"tosa-legalize-tf", "FuncOp"> {
23 def TosaLegalizeTFLPass : Pass<"tosa-legalize-tfl", "FuncOp"> {

12345678