Home
last modified time | relevance | path

Searched refs:collapsed (Results 1 – 25 of 38) sorted by relevance

12

/llvm-project-15.0.7/mlir/test/Transforms/
H A Dparallel-loop-collapsing.mlir1 …ipeline='func.func(scf-parallel-loop-collapsing{collapsed-indices-0=0,3 collapsed-indices-1=1,4 co…
H A Dsingle-parallel-loop-collapsing.mlir1 …tered-dialect %s -pass-pipeline='func.func(scf-parallel-loop-collapsing{collapsed-indices-0=0,1}, …
/llvm-project-15.0.7/mlir/test/Integration/Dialect/Linalg/CPU/
H A Dtest-collapse-tensor.mlir13 %collapsed = call @collapse_dynamic_shape(%dynamic) : (tensor<2x?x?x?xf32>) -> (tensor<2x?x?xf32>)
14 %unranked = tensor.cast %collapsed: tensor<2x?x?xf32> to tensor<*xf32>
/llvm-project-15.0.7/mlir/include/mlir/Dialect/SCF/Transforms/
H A DPasses.td57 ListOption<"clCollapsedIndices0", "collapsed-indices-0", "unsigned",
59 ListOption<"clCollapsedIndices1", "collapsed-indices-1", "unsigned",
61 ListOption<"clCollapsedIndices2", "collapsed-indices-2", "unsigned",
/llvm-project-15.0.7/mlir/test/Dialect/Tensor/
H A Dinvalid.mlir240 // expected-error @+1 {{expected dimension 2 of collapsed type to be static value of 40}}
250 // expected-error @+1 {{expected dimension 2 of collapsed type to be static value of 40}}
260 // expected-error @+1 {{expected dimension 1 of collapsed type to be static value of 5}}
270 // expected-error @+1 {{expected dimension 1 of collapsed type to be static value of 20}}
279 // expected-error @+1 {{expected dimension 1 of collapsed type to be static value of 5}}
289 // expected-error @+1 {{expected dimension 1 of collapsed type to be static value of 20}}
H A Dbufferize.mlir428 // CHECK: %[[collapsed:.*]] = memref.collapse_shape %[[m1]] [
433 // CHECK: %[[r:.*]] = bufferization.to_tensor %[[collapsed]]
444 …// CHECK: %[[collapsed:.*]] = memref.collapse_shape %[[m1]] [] : memref<1x1x1xf32> into memref<f32>
448 // CHECK: %[[r:.*]] = bufferization.to_tensor %[[collapsed]]
/llvm-project-15.0.7/llvm/test/Transforms/Inline/
H A Dinfinite-loop-two-predecessors.ll27 ; f1 should be inlined into f2 and simplified/collapsed to nothing.
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dvector-truncate-combine.ll14 ; NOTE: This operation could be collapsed in to a single truncate. Once that is done
/llvm-project-15.0.7/mlir/test/Dialect/MemRef/
H A Dinvalid.mlir404 // expected-error @+1 {{rank 0 memrefs can only be extended/collapsed with/from ones}}
463 …// expected-error @+1 {{expected collapsed type to be 'memref<?x?xf32>' but found 'memref<?x?xf32,…
482 // expected-error @+1 {{collapsed dim size (20) must equal reassociation group size (40)}}
492 // expected-error @+1 {{collapsed dim size (20) must equal reassociation group size (40)}}
502 …// expected-error @+1 {{collapsed dim (1) must be dynamic if and only if reassociation group is dy…
512 …// expected-error @+1 {{collapsed dim (1) must be dynamic if and only if reassociation group is dy…
522 // expected-error @+1 {{collapsed dim size (21) must equal reassociation group size (20)}}
532 …// expected-error @+1 {{collapsed dim (1) must be dynamic if and only if reassociation group is dy…
542 …// expected-error @+1 {{collapsed dim (1) must be dynamic if and only if reassociation group is dy…
H A Dcanonicalize.mlir423 …%collapsed = memref.collapse_shape %dynamic [[0], [1, 2, 3]] : memref<?x?x?x?xf32> into memref<?x?…
424 return %collapsed : memref<?x?xf32>
436 …%collapsed = memref.collapse_shape %dynamic [[0], [1, 2, 3]] : memref<?x?x?x?xf32> into memref<?x?…
437 return %collapsed : memref<?x?xf32>
451 …%collapsed = memref.collapse_shape %casted [[0, 1, 2], [3]] : memref<1x1x?x?xi64> into memref<?x?x…
452 return %collapsed : memref<?x?xi64>
H A Dops.mlir169 // Note: Only the collapsed two shapes are contiguous in the follow test case.
/llvm-project-15.0.7/llvm/test/CodeGen/ARM/
H A Doptimize-dmbs-v7.ll23 ; Hence it should have 3 dmb;str;dmb sequences with the middle dmbs collapsed
/llvm-project-15.0.7/clang/test/OpenMP/
H A Dparallel_for_simd_codegen.cpp531 void collapsed(float *a, float *b, float *c, float *d) { in collapsed() function
H A Dfor_simd_codegen.cpp583 void collapsed(float *a, float *b, float *c, float *d) { in collapsed() function
H A Dsimd_codegen.cpp452 void collapsed(float *a, float *b, float *c, float *d) { in collapsed() function
/llvm-project-15.0.7/llvm/test/DebugInfo/MIR/X86/
H A Ddebug-loc-0.mir1 # Check that subsequent .loc 0 0 directives are collapsed.
/llvm-project-15.0.7/llvm/test/DebugInfo/X86/
H A Dmerge_inlined_loc.ll8 ; of the single call to "common" (the two calls are collapsed together by
/llvm-project-15.0.7/llvm/test/DebugInfo/Generic/
H A Ddebug-info-always-inline.ll45 ; because the allocas all get collapsed into a single instruction that reserves
/llvm-project-15.0.7/mlir/test/Dialect/ControlFlow/
H A Dcanonicalize.mlir134 // Successors can't be collapsed if they contain other operations.
/llvm-project-15.0.7/clang/docs/
H A DOpenMPSupport.rst51 64 bits for the cases where the sizes of the collapsed loops are not
H A Ddoxygen.cfg.in1135 # a fully collapsed tree already exceeds this amount). So setting the number of
1136 # entries 1 will produce a full collapsed tree by default. 0 is a special value
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DLangOptions.def252 LANGOPT(OpenMPOptimisticCollapse , 1, 0, "Use at most 32 bits to represent the collapsed loop nest…
/llvm-project-15.0.7/mlir/test/Dialect/Shape/
H A Dcanonicalize.mlir499 // `assuming_all` with all `cstr_eq` and shared operands can be collapsed.
526 // `assuming_all` with all `cstr_eq` but disjoint operands cannot be collapsed.
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/
H A DContributing.rst749 patterns in the path are collapsed, and symlinks are resolved.
/llvm-project-15.0.7/openmp/runtime/doc/doxygen/
H A Dconfig984 # visible (unless a fully collapsed tree already exceeds this amount).
985 # So setting the number of entries 1 will produce a full collapsed tree by

12