Searched refs:legalize (Results 1 – 25 of 186) sorted by relevance
12345678
/external/llvm-project/mlir/test/Transforms/ |
D | test-legalizer-full.mlir | 1 // 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'}}
|
D | test-legalize-erased-op-with-uses.mlir | 1 // 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}}
|
D | test-legalize-type-conversion.mlir | 1 // 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…
|
D | test-legalizer-analysis.mlir | 1 …/ RUN: mlir-opt -allow-unregistered-dialect -test-legalize-patterns -verify-diagnostics -test-lega…
|
D | finalizing-bufferize.mlir | 15 // 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/ |
D | tf-legalize-to-lmhlo.mlir | 1 // 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 | \
|
D | isinf.mlir | 1 // RUN: tf-opt %s --test-tf-lower-tf --xla-legalize-tf | \ 2 // RUN: mlir-hlo-opt --transform-unranked-hlo --hlo-legalize-to-linalg | \
|
D | tanh.mlir | 1 // 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/ |
D | mhlo_passes.td | 18 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"> {
|
D | lmhlo_passes.td | 18 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/ |
D | spirv-types-to-llvm-invalid.mlir | 3 // 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/ |
D | IceTargetLoweringX86BaseImpl.h | 1444 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/ |
D | legalize-amdgcn.if-invalid.mir | 5 # 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/ |
D | legalize-tf-while.mlir | 1 // 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/ |
D | legalize-tf-include-tf2xla-fallback.mlir | 1 // 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…
|
D | legalize-tf-full-conversion.mlir | 1 // 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/ |
D | arm64-fallback.ll | 35 ; 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/ |
D | debugger_hlsl_basic_fragment_with_legalization.amber | 62 --legalize-hlsl 67 --legalize-hlsl
|
D | debugger_hlsl_basic_vertex_with_legalization.amber | 89 --legalize-hlsl 94 --legalize-hlsl
|
/external/llvm-project/llvm/test/CodeGen/AArch64/ |
D | legalize-uaddo.mir | 6 name: legalize-uaddo 13 ; CHECK-LABEL: name: legalize-uaddo
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | fp128-extract.ll | 2 ; 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…
|
D | fp128-load.ll | 3 ; RUN: -enable-legalize-types-checking | FileCheck %s 5 ; RUN: -enable-legalize-types-checking | FileCheck %s
|
D | fp128-select.ll | 3 ; 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/ |
D | simple.mlir | 56 // 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/ |
D | passes.td | 18 def TosaLegalizeTFPass : Pass<"tosa-legalize-tf", "FuncOp"> { 23 def TosaLegalizeTFLPass : Pass<"tosa-legalize-tfl", "FuncOp"> {
|
12345678