Home
last modified time | relevance | path

Searched refs:expanded (Results 1 – 25 of 283) sorted by relevance

12345678910>>...12

/llvm-project/llvm/test/MC/Mips/
H A Dset-nomacro.s3 # CHECK-NOT: warning: macro instruction expanded into multiple instructions
81 # CHECK-NOT: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions
83 # CHECK-NOT: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions
85 # CHECK: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions
88 # CHECK-NOT: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions
90 # CHECK: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions
92 # CHECK-NOT: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions
94 # CHECK: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions
96 # CHECK: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions
99 # CHECK-NOT: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions
[all …]
H A Dset-nomacro-micromips.s7 # CHECK-NOT: warning: macro instruction expanded into multiple instructions
21 # CHECK-NOT: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions
23 # CHECK-NOT: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions
25 # CHECK-NOT: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions
28 # CHECK-NOT: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions
30 # CHECK-NOT: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions
33 # CHECK-NOT: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions
H A Dmacro-bcc-imm-bad.s11 …blt $a2, 16, foo # ALL: :[[@LINE]]:5: warning: macro instruction expanded into multiple instructio…
12 … # ALL-NOT: :[[@LINE-1]]:5: warning: macro instruction expanded into multiple instructions
/llvm-project/clang-tools-extra/test/modularize/
H A DProblemsInconsistent.modularize16 # CHECK-NEXT: 'FUNC_STYLE(1, 0);' expanded to: '1||0' with respect to these inclusion paths:
23 # CHECK-NEXT: 'FUNC_STYLE(1, 0);' expanded to: '1&&0' with respect to these inclusion paths:
34 # CHECK-NEXT: 'SYMBOL' expanded to: '1' with respect to these inclusion paths:
41 # CHECK-NEXT: 'SYMBOL' expanded to: '2' with respect to these inclusion paths:
52 # CHECK-NEXT: 'defined(SYMBOL1)' expanded to: 'true' with respect to these inclusion paths:
59 # CHECK-NEXT: 'defined(SYMBOL1)' expanded to: 'false' with respect to these inclusion paths:
67 # CHECK-NEXT: 'SYMBOL1' expanded to: 'true' with respect to these inclusion paths:
70 # CHECK-NEXT: 'SYMBOL1' expanded to: 'false' with respect to these inclusion paths:
77 # CHECK-NEXT: 'SYMBOL2' expanded to: 'false' with respect to these inclusion paths:
80 # CHECK-NEXT: 'SYMBOL2' expanded to: 'true' with respect to these inclusion paths:
[all …]
/llvm-project/clang/www/analyzer/scripts/
H A Dexpandcollapse.js86 (getCellInfo(this.id).expanded ? "arrows_light.gif"
91 (getCellInfo(this.id).expanded ? "arrows_dark.gif"
96 (getCellInfo(this.id).expanded ? "arrows_light.gif"
147 if (cellInfo.expanded) {
172 CellsInfo[idx.group][i].expanded = false;
177 CellsInfo[idx.group][i].expanded = true;
/llvm-project/clang/test/CodeGenCXX/
H A Dmangle-lambda-explicit-template-params.cpp74 template<typename ...T> void expanded() { in expanded() function
89 expanded<>(); in use_expanded()
98 expanded<int>(); in use_expanded()
105 expanded<int, int>(); in use_expanded()
/llvm-project/lld/unittests/AsLibELF/
H A DROCm.cpp36 std::string expanded(path); in expand() local
37 expanded.replace(expanded.find("%S"), 2, thisPath.data(), thisPath.size()); in expand()
38 return expanded; in expand()
/llvm-project/mlir/lib/Dialect/Transform/Interfaces/
H A DMatchInterfaces.cpp113 SmallVector<int64_t> expanded; in expandTargetSpecification() local
115 expanded.reserve(rawList.size()); in expandTargetSpecification()
116 SmallVectorImpl<int64_t> &target = isInverted ? expanded : result; in expandTargetSpecification()
138 result.reserve(result.size() + (maxNumber - expanded.size())); in expandTargetSpecification()
140 if (llvm::is_contained(expanded, candidate)) in expandTargetSpecification()
/llvm-project/llvm/test/Transforms/LoopDistribute/
H A Dbounds-expansion-bug.ll11 ; we had a bug when expanding the bounds for A and C. These are expanded
14 ; can get earlier expanded values invalidated when casts are used. This test
34 ; 1. After the bounds for A and C are first expanded:
42 ; 2. After A is expanded again:
51 ; 3. Finally, when C is expanded again:
/llvm-project/mlir/test/Integration/Dialect/SparseTensor/CPU/
H A Dreshape_dot.mlir48 %expanded = tensor.expand_shape %2 [[0], [1, 2]] output_shape [5,2,3]: tensor<5x6xf32> into tensor<5x2x3xf32>
49 %ret1 = tensor.cast %expanded : tensor<5x2x3xf32> to tensor<?x?x?xf32>
64 %expanded = tensor.expand_shape %2 [[0], [1, 2]] output_shape [5,2,3]: tensor<5x6xf32> into tensor<5x2x3xf32>
65 %ret1 = tensor.cast %expanded : tensor<5x2x3xf32> to tensor<?x?x?xf32>
80 %expanded = tensor.expand_shape %2 [[0], [1, 2]] output_shape [5,2,3]: tensor<5x6xf32> into tensor<5x2x3xf32>
81 %ret1 = tensor.cast %expanded : tensor<5x2x3xf32> to tensor<?x?x?xf32>
92 %expanded = tensor.expand_shape %2 [[0], [1, 2]] output_shape [5,2,3]: tensor<5x6xf32> into tensor<5x2x3xf32>
93 %ret1 = tensor.cast %expanded : tensor<5x2x3xf32> to tensor<?x?x?xf32>
/llvm-project/llvm/utils/lit/tests/Inputs/shtest-define/
H A DrecursiveExpansionLimit.txt5 # DEFINE: %{inner}=expanded
10 # CHECK-RECUR:# | expanded
/llvm-project/mlir/test/Dialect/Linalg/
H A Ddata-layout-propagation.mlir1034 %expanded = tensor.expand_shape %arg0 [[0, 1], [2]] output_shape [4, 8, 64] : tensor<32x64xf32> into tensor<4x8x64xf32>
1035 %pack = tensor.pack %expanded inner_dims_pos = [1] inner_tiles = [4] into %empty : tensor<4x8x64xf32> -> tensor<4x2x64x4xf32>
1051 %expanded = tensor.expand_shape %arg0 [[0], [1, 2]] output_shape [32, 4, 16] : tensor<32x64xf32> into tensor<32x4x16xf32>
1052 %pack = tensor.pack %expanded inner_dims_pos = [2] inner_tiles = [4] into %empty : tensor<32x4x16xf32> -> tensor<32x4x4x4xf32>
1069 %expanded = tensor.expand_shape %arg0 [[0], [1, 2], [3]] output_shape [32, 2, 32, 16] : tensor<32x64x16xf32> into tensor<32x2x32x16xf32>
1070 %pack = tensor.pack %expanded inner_dims_pos = [0] inner_tiles = [4] into %empty : tensor<32x2x32x16xf32> -> tensor<8x2x32x16x4xf32>
1089 %expanded = tensor.expand_shape %arg0 [[0], [1, 2]] output_shape [%dim, 4, 16] : tensor<?x64xf32> into tensor<?x4x16xf32>
1090 %pack = tensor.pack %expanded inner_dims_pos = [2] inner_tiles = [8] into %empty : tensor<?x4x16xf32> -> tensor<?x4x2x8xf32>
1111 %expanded = tensor.expand_shape %arg0 [[0, 1], [2]] output_shape [4, 8, 64] : tensor<32x60xf32> into tensor<4x8x60xf32>
1112 %pack = tensor.pack %expanded padding_valu
[all...]
/llvm-project/llvm/test/CodeGen/Mips/
H A Ddsp-patterns.ll63 ; mul.ph is an R2 instruction. Check that multiply node gets expanded.
104 ; DSP-ASE doesn't have a v4i8 multiply instruction. Check that multiply node gets expanded.
207 ; Check that shift node is expanded if splat element size is not 16-bit.
221 ; Check that shift node is expanded if splat element size is not 8-bit.
235 ; Check that shift node is expanded if shift amount doesn't fit in 4-bit sa field.
249 ; Check that shift node is expanded if shift amount doesn't fit in 3-bit sa field.
/llvm-project/polly/test/MaximalStaticExpansion/
H A Dworking_phi_expansion.ll4 ; Verify that the accesses are correctly expanded for MemoryKind::PHI
5 ; tmp_04 is not expanded because it need copy-in.
26 ; Check that the SAI are created except the expanded SAI of tmp_04.
H A Dworking_phi_two_scalars.ll4 ; Verify that the accesses are correctly expanded for MemoryKind::PHI
5 ; tmp_05 and tmp2_06 are not expanded because they need copy-in.
29 ; Check that the SAI are created except the expanded SAI of tmp_05 and tmp2_06.
H A Dworking_expansion.ll3 ; Verify that the accesses are correctly expanded for MemoryKind::Array
22 ; Check if the expanded SAI are created
H A Dworking_value_expansion.ll3 ; Verify that the accesses are correctly expanded for MemoryKind::Value
22 ; Check if the expanded SAI are created
H A Dload_after_store_same_statement.ll21 ; Check that C is expanded
26 ; Check that B is not expanded
H A Dworking_expansion_multiple_instruction_per_statement.ll3 ; Verify that the accesses are correctly expanded
22 ; Check that expanded SAI are created
/llvm-project/llvm/test/Analysis/CostModel/X86/
H A Dload-to-trunc.ll4 ; than the expanded cost. Currently the x86 code size cost model does not use
5 ; the expanded cost and only assigns a cost of 1 to each load.
/llvm-project/mlir/test/Integration/Dialect/Linalg/CPU/
H A Dtest-expand-tensor.mlir14 %expanded = call @expand_dynamic_shape(%dynamic) : (tensor<2x?x?xf32>) -> (tensor<2x2x?x1x?xf32>)
15 %unranked = tensor.cast %expanded: tensor<2x2x?x1x?xf32> to tensor<*xf32>
/llvm-project/clang/test/Modules/
H A Dbuild-fail-notes.m9 // CHECK: note: expanded from macro 'getModuleVersion'
27 // CHECK-SDIAG: note: expanded from macro 'getModuleVersion'
/llvm-project/polly/lib/External/isl/
H A Disl_coalesce.c3060 int n, struct isl_expanded *expanded) in fix_constant_divs() argument
3073 if (!expanded[i].cst) { in fix_constant_divs()
3077 info->bmap, expanded[i].pos - o_div); in fix_constant_divs()
3079 isl_int_set_si(ineq->el[1 + expanded[i].pos], -1); in fix_constant_divs()
3080 isl_int_set(ineq->el[0], expanded[i].val); in fix_constant_divs()
3083 isl_int_set_si(ineq->el[1 + expanded[i].pos], 1); in fix_constant_divs()
3084 isl_int_neg(ineq->el[0], expanded[i].val); in fix_constant_divs()
3087 isl_int_set_si(ineq->el[1 + expanded[i].pos], 0); in fix_constant_divs()
3091 if (expanded[i].cst && in fix_constant_divs()
3135 int n, struct isl_expanded *expanded, __isl_take isl_basic_map *bmap) in tab_insert_divs() argument
[all …]
H A Disl_vec.c88 int *exp, int expanded) in isl_vec_expand() argument
95 if (expanded < n) in isl_vec_expand()
98 if (expanded == n) in isl_vec_expand()
105 extra = expanded - n; in isl_vec_expand()
115 for (i = expanded - 1; i >= 0; --i) { in isl_vec_expand()
/llvm-project/llvm/test/CodeGen/X86/
H A Di128-udiv.ll34 ; X86 doesn't have __divti3, so the urem is expanded into a loop.
51 ; X86 doesn't have __divti3, so the urem is expanded into a loop.

12345678910>>...12