Home
last modified time | relevance | path

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

12345678910

/llvm-project-15.0.7/llvm/test/MC/Mips/
H A Dset-nomacro.s3 # CHECK-NOT: warning: macro instruction expanded into multiple instructions
85 # CHECK: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions
90 # CHECK: [[@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
106 # CHECK: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions
110 # CHECK: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions
113 # CHECK: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions
122 # CHECK: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions
131 # CHECK: [[@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-15.0.7/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-15.0.7/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-15.0.7/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-15.0.7/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
40 ; 1. After the bounds for A and C are first expanded:
48 ; 2. After A is expanded again:
57 ; 3. Finally, when C is expanded again:
/llvm-project-15.0.7/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-15.0.7/mlir/test/Integration/Dialect/Linalg/CPU/
H A Dtest-expand-tensor.mlir13 %expanded = call @expand_dynamic_shape(%dynamic) : (tensor<2x?x?xf32>) -> (tensor<2x2x?x1x?xf32>)
14 %unranked = tensor.cast %expanded: tensor<2x2x?x1x?xf32> to tensor<*xf32>
/llvm-project-15.0.7/polly/test/MaximalStaticExpansion/
H A Dworking_phi_expansion.ll6 ; Verify that the accesses are correctly expanded for MemoryKind::PHI
7 ; tmp_04 is not expanded because it need copy-in.
28 ; Check that the SAI are created except the expanded SAI of tmp_04.
H A Dworking_phi_two_scalars.ll6 ; Verify that the accesses are correctly expanded for MemoryKind::PHI
7 ; tmp_05 and tmp2_06 are not expanded because they need copy-in.
31 ; Check that the SAI are created except the expanded SAI of tmp_05 and tmp2_06.
H A Dworking_expansion.ll4 ; Verify that the accesses are correctly expanded for MemoryKind::Array
23 ; Check if the expanded SAI are created
H A Dworking_value_expansion.ll4 ; Verify that the accesses are correctly expanded for MemoryKind::Value
23 ; Check if the expanded SAI are created
H A Dload_after_store_same_statement.ll23 ; Check that C is expanded
28 ; Check that B is not expanded
/llvm-project-15.0.7/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-15.0.7/clang/test/Modules/
H A Dbuild-fail-notes.m9 // CHECK: note: expanded from here
27 // CHECK-SDIAG: note: expanded from here
H A Depic-fail.m9 // CHECK: note: expanded from here
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/
H A Darm64-vfloatintrinsics.ll33 ; This operation is expanded, whether with or without +fullfp16.
42 ; This operation is expanded, whether with or without +fullfp16.
53 ; This operation is expanded, whether with or without +fullfp16.
64 ; This operation is expanded, whether with or without +fullfp16.
75 ; This operation is expanded, whether with or without +fullfp16.
84 ; This operation is expanded, whether with or without +fullfp16.
93 ; This operation is expanded, whether with or without +fullfp16.
104 ; This operation is expanded, whether with or without +fullfp16.
115 ; This operation is expanded, whether with or without +fullfp16.
303 ; This operation is expanded, whether with or without +fullfp16.
[all …]
/llvm-project-15.0.7/polly/lib/External/isl/
H A Disl_coalesce.c3071 if (!expanded[i].cst) { in fix_constant_divs()
3089 if (expanded[i].cst && in fix_constant_divs()
3169 expanded[i].pos, &expanded[i].val); in tab_insert_divs()
3170 if (expanded[i].cst < 0) in tab_insert_divs()
3172 if (expanded[i].cst) in tab_insert_divs()
3216 struct isl_expanded *expanded; in expand_tab() local
3233 if (extra_var && !expanded) in expand_tab()
3243 expanded[k++].pos = pos + j; in expand_tab()
3247 isl_int_init(expanded[k].val); in expand_tab()
3252 isl_int_clear(expanded[k].val); in expand_tab()
[all …]
H A Disl_vec.c87 int *exp, int expanded) in isl_vec_expand() argument
94 if (expanded < n) in isl_vec_expand()
97 if (expanded == n) in isl_vec_expand()
104 extra = expanded - n; in isl_vec_expand()
114 for (i = expanded - 1; i >= 0; --i) { in isl_vec_expand()
H A Disl_vec_private.h28 int *exp, int expanded);
/llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/
H A Dpostra-norename.mir3 # Check that post-RA expanded COPY doesn't have renamable operands
/llvm-project-15.0.7/clang/test/Preprocessor/
H A Dassembler-with-cpp.c41 #define M4 expanded
/llvm-project-15.0.7/llvm/test/CodeGen/AVR/pseudo/
H A DFRMIDX.mir4 # This instruction isn't expanded by the pseudo expansion passs, but
/llvm-project-15.0.7/llvm/docs/CommandGuide/
H A Dllvm-readelf.rst76 ``GNU``, and ``JSON``. ``LLVM`` output is an expanded and structured format.
86 When used with :option:`--relocations`, display each relocation in an expanded
99 Display the expanded hash table with dynamic symbol data.

12345678910