| /llvm-project-15.0.7/llvm/test/CodeGen/ARM/ |
| H A D | legalize-unaligned-load.ll | 21 %inserted.real = insertvalue { float, float } undef, float %arg.val.0, 0 22 %inserted.imag = insertvalue { float, float } %inserted.real, float %arg.val.1, 1 30 %inserted.real.1 = insertvalue { float, float } undef, float %.18, 0 31 %inserted.imag.1 = insertvalue { float, float } %inserted.real.1, float %.20, 1 32 store { float, float } %inserted.imag, { float, float }* %.16, align 1 33 store { float, float } %inserted.imag.1, { float, float }* %retptr, align 4
|
| /llvm-project-15.0.7/llvm/test/Transforms/Util/ |
| H A D | trivial-auto-var-init-call.ll | 6 ; CHECK: Call to memset inserted by -ftrivial-auto-var-init. 15 ; YAML-NEXT: - String: ' inserted by -ftrivial-auto-var-init.' 27 ; CHECK-NEXT: Call to memcpy inserted by -ftrivial-auto-var-init. 36 ; YAML-NEXT: - String: ' inserted by -ftrivial-auto-var-init.' 48 ; CHECK-NEXT: Call to memmove inserted by -ftrivial-auto-var-init. 57 ; YAML-NEXT: - String: ' inserted by -ftrivial-auto-var-init.' 69 ; CHECK-NEXT: Call to bzero inserted by -ftrivial-auto-var-init. 78 ; YAML-NEXT: - String: ' inserted by -ftrivial-auto-var-init.' 81 ; CHECK-NEXT: Call to memset inserted by -ftrivial-auto-var-init. 90 ; YAML-NEXT: - String: ' inserted by -ftrivial-auto-var-init.' [all …]
|
| H A D | trivial-auto-var-init-store.ll | 6 ; CHECK: Store inserted by -ftrivial-auto-var-init. 31 ; CHECK-NEXT: Store inserted by -ftrivial-auto-var-init. 56 ; CHECK-NEXT: Store inserted by -ftrivial-auto-var-init. 81 ; CHECK-NEXT: Store inserted by -ftrivial-auto-var-init. 114 ; CHECK-NEXT: Store inserted by -ftrivial-auto-var-init. 125 ; CHECK-NEXT: Store inserted by -ftrivial-auto-var-init. 138 ; CHECK-NEXT: Store inserted by -ftrivial-auto-var-init. 149 ; CHECK-NEXT: Store inserted by -ftrivial-auto-var-init. 161 ; CHECK-NEXT: Store inserted by -ftrivial-auto-var-init. 173 ; CHECK-NEXT: Store inserted by -ftrivial-auto-var-init. [all …]
|
| H A D | trivial-auto-var-init-unknown.ll | 12 ; CHECK: Initialization inserted by -ftrivial-auto-var-init. 19 ; YAML-NEXT: - String: Initialization inserted by -ftrivial-auto-var-init. 26 ; CHECK-NEXT: Initialization inserted by -ftrivial-auto-var-init.
|
| /llvm-project-15.0.7/llvm/test/MC/X86/ |
| H A D | align-branch-mixed.s | 13 # padding are inserted before it. 20 # and need two bytes of padding. After the two bytes of padding are inserted 31 # This jne should have started at 0x7e, so two bytes of padding are inserted 39 # After the two bytes of padding are inserted for the jne, this jmp should 40 # have started at 0x9e, so two bytes of padding are inserted and it starts at
|
| /llvm-project-15.0.7/llvm/test/Transforms/InstSimplify/ |
| H A D | insert-vector.ll | 9 …%inserted = call <vscale x 16 x i8> @llvm.vector.insert.nxv16i8.v32i8(<vscale x 16 x i8> undef, <3… 10 ret <vscale x 16 x i8> %inserted 20 …%inserted = call <vscale x 16 x i8> @llvm.vector.insert.nxv16i8.v32i8(<vscale x 16 x i8> undef, <3… 21 ret <vscale x 16 x i8> %inserted 31 …%inserted = call <vscale x 16 x i8> @llvm.vector.insert.nxv16i8.v32i8(<vscale x 16 x i8> %y, <32 x… 32 ret <vscale x 16 x i8> %inserted
|
| H A D | extract-vector.ll | 8 …%inserted = call <vscale x 32 x i8> @llvm.vector.insert.nxv32i8.v16i8(<vscale x 32 x i8> undef, <1… 9 …%extracted = call <16 x i8> @llvm.vector.extract.v16i8.nxv32i8(<vscale x 32 x i8> %inserted, i64 0) 19 …%inserted = call <vscale x 32 x i8> @llvm.vector.insert.nxv32i8.v16i8(<vscale x 32 x i8> undef, <1… 20 %extracted = call <8 x i8> @llvm.vector.extract.v8i8.nxv32i8(<vscale x 32 x i8> %inserted, i64 0)
|
| /llvm-project-15.0.7/llvm/test/Transforms/InstCombine/ |
| H A D | extractinsert-tbaa.ll | 27 %inserted = insertvalue %Complex undef, double %a, 0 28 %inserted2 = insertvalue %Complex %inserted, double %b, 1 37 %inserted = insertvalue [2 x double] undef, double %a, 0 38 %inserted2 = insertvalue [2 x double] %inserted, double %b, 1
|
| /llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_stackdepotbase.h | 44 u32 Put(args_type args, bool *inserted = nullptr); 116 bool *inserted) { in Put() argument 117 if (inserted) in Put() 118 *inserted = false; in Put() 146 if (inserted) *inserted = true; in Put()
|
| H A D | sanitizer_chained_origin_depot.cpp | 131 bool inserted; in Put() local 132 *new_id = depot.Put(desc, &inserted); in Put() 133 return inserted; in Put()
|
| /llvm-project-15.0.7/libcxx/test/std/containers/associative/set/ |
| H A D | insert_node_type.pass.cpp | 43 assert(irt.inserted); in test() 54 assert(!irt.inserted); in test() 63 assert(!irt.inserted); in test()
|
| /llvm-project-15.0.7/libcxx/test/std/containers/unord/unord.set/ |
| H A D | insert_node_type.pass.cpp | 43 assert(irt.inserted); in test() 54 assert(!irt.inserted); in test() 63 assert(!irt.inserted); in test()
|
| /llvm-project-15.0.7/libcxx/test/std/containers/unord/unord.map/unord.map.modifiers/ |
| H A D | insert_node_type.pass.cpp | 43 assert(irt.inserted); in test() 54 assert(!irt.inserted); in test() 63 assert(!irt.inserted); in test()
|
| /llvm-project-15.0.7/libcxx/test/std/containers/associative/map/map.modifiers/ |
| H A D | insert_node_type.pass.cpp | 44 assert(irt.inserted); in test() 55 assert(!irt.inserted); in test() 64 assert(!irt.inserted); in test()
|
| /llvm-project-15.0.7/mlir/lib/Analysis/ |
| H A D | DataFlowFramework.cpp | 112 auto inserted = state->dependents.insert({point, analysis}); in addDependency() local 113 (void)inserted; in addDependency() 115 if (inserted) { in addDependency()
|
| /llvm-project-15.0.7/mlir/test/Integration/Dialect/Linalg/CPU/ |
| H A D | test-subtensor-insert.mlir | 12 …%inserted = tensor.insert_slice %insert_val into %const[0][1][1] : tensor<1xf32> into tensor<2xf32> 14 %unranked = tensor.cast %inserted : tensor<2xf32> to tensor<*xf32>
|
| /llvm-project-15.0.7/llvm/test/MC/Mips/ |
| H A D | nacl-mask.s | 25 # Check that additional nop is inserted, to align mask and jr to the next 62 # Check that additional nop is inserted, to align mask and load to the next 130 # Check that additional nop is inserted, to align mask and store to the next 187 # Check that additional nop is inserted, to align instruction and mask to the 197 # check that 2 additional nops are inserted, to align it to the next bundle.
|
| /llvm-project-15.0.7/llvm/test/MachineVerifier/ |
| H A D | test_insert_subreg.mir | 23 …d machine code: INSERT_SUBREG expected inserted value to have equal or lesser size than the subreg…
|
| H A D | test_g_insert.mir | 38 ; CHECK: Bad machine code: inserted size must be smaller than total register 41 ; CHECK: Bad machine code: inserted size must be smaller than total register
|
| /llvm-project-15.0.7/mlir/lib/IR/ |
| H A D | Dialect.cpp | 157 auto inserted = registry.insert( in insert() local 159 if (!inserted.second && inserted.first->second.first != typeID) { in insert()
|
| /llvm-project-15.0.7/compiler-rt/lib/dfsan/ |
| H A D | dfsan_origin.h | 94 bool inserted = in CreateChainedOrigin() local 98 if (inserted && flags().origin_history_per_stack_limit > 0) in CreateChainedOrigin()
|
| /llvm-project-15.0.7/mlir/test/Dialect/Bufferization/Transforms/ |
| H A D | one-shot-bufferize-alloc-tensor-elimination.mlir | 85 %inserted = tensor.insert_slice %filled into %bb[%iv][5][1] : tensor<5xf32> into tensor<?xf32> 86 scf.yield %inserted : tensor<?xf32> 115 %inserted = tensor.insert_slice %filled into %bb[%idx][5][1] : tensor<5xf32> into tensor<?xf32> 116 scf.yield %inserted : tensor<?xf32>
|
| /llvm-project-15.0.7/bolt/test/X86/ |
| H A D | shrinkwrapping-insertcfi.s | 16 # Check that CFI is successfully inserted into the first basic block: 27 # !CFI OpOffset for reg3/rbx is inserted into this block.
|
| /llvm-project-15.0.7/compiler-rt/lib/msan/ |
| H A D | msan_origin.h | 131 bool inserted = ChainedOriginDepotPut(h.id(), prev.raw_id(), &chained_id); in CreateChainedOrigin() local 134 if (inserted && flags()->origin_history_per_stack_limit > 0) in CreateChainedOrigin()
|
| /llvm-project-15.0.7/mlir/lib/TableGen/ |
| H A D | Pattern.cpp | 461 auto inserted = symbolInfoMap.emplace(name, SymbolInfo::getResult(&op)); in bindOpResult() local 463 return symbolInfoMap.count(inserted->first) == 1; in bindOpResult() 474 auto inserted = symbolInfoMap.emplace(symbol.str(), SymbolInfo::getValue()); in bindValue() local 475 return symbolInfoMap.count(inserted->first) == 1; in bindValue() 480 auto inserted = in bindMultipleValues() local 482 return symbolInfoMap.count(inserted->first) == 1; in bindMultipleValues() 486 auto inserted = symbolInfoMap.emplace(symbol.str(), SymbolInfo::getAttr()); in bindAttr() local 487 return symbolInfoMap.count(inserted->first) == 1; in bindAttr()
|