| /llvm-project-15.0.7/llvm/test/MC/Mips/ |
| H A D | set-nomacro.s | 3 # 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 D | set-nomacro-micromips.s | 7 # 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 D | macro-bcc-imm-bad.s | 11 …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 D | ProblemsInconsistent.modularize | 16 # 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 D | mangle-lambda-explicit-template-params.cpp | 74 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 D | expandcollapse.js | 86 (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 D | bounds-expansion-bug.ll | 11 ; 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 D | dsp-patterns.ll | 63 ; 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 D | test-expand-tensor.mlir | 13 %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 D | working_phi_expansion.ll | 6 ; 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 D | working_phi_two_scalars.ll | 6 ; 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 D | working_expansion.ll | 4 ; Verify that the accesses are correctly expanded for MemoryKind::Array 23 ; Check if the expanded SAI are created
|
| H A D | working_value_expansion.ll | 4 ; Verify that the accesses are correctly expanded for MemoryKind::Value 23 ; Check if the expanded SAI are created
|
| H A D | load_after_store_same_statement.ll | 23 ; Check that C is expanded 28 ; Check that B is not expanded
|
| /llvm-project-15.0.7/llvm/test/Analysis/CostModel/X86/ |
| H A D | load-to-trunc.ll | 4 ; 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 D | build-fail-notes.m | 9 // CHECK: note: expanded from here 27 // CHECK-SDIAG: note: expanded from here
|
| H A D | epic-fail.m | 9 // CHECK: note: expanded from here
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AArch64/ |
| H A D | arm64-vfloatintrinsics.ll | 33 ; 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 D | isl_coalesce.c | 3071 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 D | isl_vec.c | 87 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 D | isl_vec_private.h | 28 int *exp, int expanded);
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/ |
| H A D | postra-norename.mir | 3 # Check that post-RA expanded COPY doesn't have renamable operands
|
| /llvm-project-15.0.7/clang/test/Preprocessor/ |
| H A D | assembler-with-cpp.c | 41 #define M4 expanded
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AVR/pseudo/ |
| H A D | FRMIDX.mir | 4 # This instruction isn't expanded by the pseudo expansion passs, but
|
| /llvm-project-15.0.7/llvm/docs/CommandGuide/ |
| H A D | llvm-readelf.rst | 76 ``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.
|