| /llvm-project-15.0.7/llvm/test/CodeGen/SystemZ/ |
| H A D | memset-01.ll | 31 ; CHECK: stc %r3, 0(%r2) 40 ; CHECK: stc %r3, 0(%r2) 69 ; CHECK: stc %r3, 0(%r2) 79 ; CHECK: stc %r3, 0(%r2) 89 ; CHECK: stc %r3, 0(%r2) 100 ; CHECK: stc %r3, 0(%r2) 111 ; CHECK: stc %r3, 0(%r2) 123 ; CHECK: stc %r3, 0(%r2) 135 ; CHECK: stc %r3, 0(%r2) 159 ; CHECK: stc %r3, 0(%r2) [all …]
|
| H A D | cond-store-01.ll | 14 ; CHECK: stc %r3, 0(%r2) 29 ; CHECK: stc %r3, 0(%r2) 45 ; CHECK: stc %r3, 0(%r2) 62 ; CHECK: stc %r3, 0(%r2) 80 ; CHECK: stc %r3, 0(%r2) 97 ; CHECK: stc %r3, 0(%r2) 115 ; CHECK: stc %r3, 0(%r2) 132 ; CHECK: stc %r3, 0(%r2) 150 ; CHECK: stc %r3, 0(%r2) 167 ; CHECK: stc %r3, 0(%r2) [all …]
|
| H A D | int-move-04.ll | 8 ; CHECK: stc %r3, 0(%r2) 17 ; CHECK: stc %r3, 0(%r2) 27 ; CHECK: stc %r3, 0(%r2) 37 ; CHECK: stc %r3, 4095(%r2) 69 ; CHECK: stc %r3, 0(%r2) 101 ; CHECK: stc %r3, 0(%r2) 111 ; CHECK: stc %r4, 4095(%r3,%r2)
|
| H A D | frame-16.ll | 28 ; CHECK-NOFP: stc %r2, 4095(%r15) 32 ; CHECK-FP: stc %r2, 4095(%r11) 88 ; CHECK-NOFP: stc %r2, 0(%r1,%r15) 93 ; CHECK-FP: stc %r2, 0(%r1,%r11) 114 ; CHECK-FP: stc %r2, 4095(%r1,%r11) 173 ; CHECK-NOFP: stc %r2, 7(%r1,%r15) 178 ; CHECK-FP: stc %r2, 7(%r1,%r11) 201 ; CHECK-NOFP: stc %r2, 0([[R2]]) 208 ; CHECK-FP: stc %r2, 0([[R2]]) 315 ; CHECK-NOFP: stc %r2, 0(%r3,%r1) [all …]
|
| H A D | memset-07.ll | 14 ; CHECK: stc %r3, 0(%r2) 18 ; CHECK: stc %r3, 0(%r2) 55 ; CHECK-NEXT: stc %r3, 0(%r2) 60 ; CHECK-NEXT: stc %r3, 0(%r2) 64 ; CHECK-NEXT: stc %r3, 0(%r2)
|
| H A D | atomic-store-01.ll | 7 ; CHECK: stc %r2, 0(%r3) 16 ; CHECK: stc %r2, 0(%r3)
|
| H A D | alloca-02.ll | 26 ; CHECK-C: stc [[TMP]], 0({{%r3,%r2|%r2,%r3}}) 32 ; CHECK-D: stc [[TMP]], 4095({{%r3,%r2|%r2,%r3}})
|
| H A D | fp-move-10.ll | 23 ; CHECK: stc [[REG]], 0(%r2) 36 ; CHECK: stc [[REG]], 0(%r2)
|
| H A D | swifterror.ll | 41 ; CHECK: stc %r[[REG2]], 0(%r[[REG1]]) 78 ; CHECK: stc %r[[REG2]], 0(%r[[REG1]]) 248 ; CHECK: stc %r0, 0(%r[[REG1]]) 260 ; CHECK-O0: stc %r0, 0(%r{{.*}}) 296 ; CHECK: stc %r0, 0(%r[[REG1]]) 306 ; CHECK: stc %r0, 0(%r[[REG2]])
|
| H A D | DAGCombine_trunc_extract.ll | 7 ; CHECK: stc %r3, 0(%r1)
|
| H A D | regcoal_remat_empty_subrange.ll | 28 ; CHECK-NEXT: stc %r5, 19(%r1)
|
| H A D | vec-move-17.ll | 72 ; CHECK-NEXT: stc %r0, 0(%r2)
|
| /llvm-project-15.0.7/clang/test/OpenMP/ |
| H A D | target_map_codegen_21.cpp | 117 STT<int> stc[100]; variable 363 #pragma omp target map(stc) in explicit_maps_globals() 364 { stc[3].fa+=1; } in explicit_maps_globals() 403 #pragma omp target map(stc [1:4]) in explicit_maps_globals() 404 { stc[3].fa+=1; } in explicit_maps_globals()
|
| /llvm-project-15.0.7/llvm/test/MC/ARM/ |
| H A D | gas-compl-copr-reg.s | 4 @ CHECK: stc p14, c6, [r2, #-224] @ encoding: [0x38,0x6e,0x02,0xed] 7 stc p14, cr6, [r2, #-224] 11 @ CHECK: stc p14, c6, [r2, #-224] @ encoding: [0x38,0x6e,0x02,0xed] 14 stc p14, cr6, [r2, #-224]
|
| /llvm-project-15.0.7/mlir/lib/Interfaces/ |
| H A D | InferTypeOpInterface.cpp | 76 auto *stc = val.get<ShapedTypeComponents *>(); in getDimSize() local 77 return stc->getDims()[index]; in getDimSize() 102 auto *stc = val.get<ShapedTypeComponents *>(); in hasStaticShape() local 103 return llvm::none_of(stc->getDims(), ShapedType::isDynamic); in hasStaticShape() 122 auto *stc = val.get<ShapedTypeComponents *>(); in getNumElements() local 124 for (int64_t dim : stc->getDims()) { in getNumElements()
|
| /llvm-project-15.0.7/llvm/test/CodeGen/ARM/ |
| H A D | intrinsics-coprocessor.ll | 29 ; CHECK: stc p7, c3, [r{{[0-9]+}}] 30 tail call void @llvm.arm.stc(i32 7, i32 3, i8* %i) nounwind 52 declare void @llvm.arm.stc(i32, i32, i8*) nounwind
|
| /llvm-project-15.0.7/llvm/test/CodeGen/Thumb2/ |
| H A D | intrinsics-coprocessor.ll | 28 ; CHECK: stc p7, c3, [r{{[0-9]+}}] 29 tail call void @llvm.arm.stc(i32 7, i32 3, i8* %i) nounwind 67 declare void @llvm.arm.stc(i32, i32, i8*) nounwind
|
| /llvm-project-15.0.7/llvm/test/MC/Disassembler/ARM/ |
| H A D | thumb2-v8.txt | 36 # CHECK: stc p14
|
| H A D | invalid-thumbv8.txt | 119 # CHECK-V7: stc 124 # CHECK-V7: stc
|
| H A D | invalid-armv8.txt | 119 # CHECK-V7: stc 124 # CHECK-V7: stc
|
| H A D | basic-arm-instructions-v8.txt | 54 # CHECK: stc p14
|
| H A D | arm-tests.txt | 269 # CHECK: stc p2, c4, [r9], {157} 272 # CHECK: stc p15, c0, [r3, #0]!
|
| /llvm-project-15.0.7/lld/test/ELF/ |
| H A D | x86-64-split-stack-prologue-adjust-shared.s | 11 # CHECK-NEXT: stc{{.*$}}
|
| H A D | x86-64-split-stack-prologue-adjust-success.s | 88 # CHECK-NEXT: stc{{.*$}}
|
| /llvm-project-15.0.7/clang/test/CodeGen/ |
| H A D | builtins-arm.c | 132 void stc(void *i) { in stc() function
|