| /llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/tests/ |
| H A D | sanitizer_bitvector_test.cpp | 33 t.copyFrom(bv); in CheckBV() 47 last_idx = bv.size(); in CheckBV() 61 t.copyFrom(bv); in Print() 83 BV bv, bv1, t_bv; in TestBitVector() local 85 bv.clear(); in TestBitVector() 87 bv.setBit(5); in TestBitVector() 92 bv.clearBit(5); in TestBitVector() 96 bv.clear(); in TestBitVector() 122 bv.clear(); in TestBitVector() 132 CheckBV(bv, s); in TestBitVector() [all …]
|
| H A D | sanitizer_bvgraph_test.cpp | 121 BV bv; in RemoveEdges() local 125 bv.clear(); in RemoveEdges() 136 bv.setBit(idx); in RemoveEdges() 140 g.removeEdgesFrom(bv); in RemoveEdges() 146 g.removeEdgesTo(bv); in RemoveEdges()
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AArch64/GlobalISel/ |
| H A D | combine-build-vector.mir | 29 %bv:_(<2 x s64>) = G_BUILD_VECTOR %arg1(s64), %arg2(s64) 30 %extract:_(s64) = G_EXTRACT_VECTOR_ELT %bv(<2 x s64>), %zero(s32) 31 %extract2:_(s64) = G_EXTRACT_VECTOR_ELT %bv(<2 x s64>), %one(s32) 58 ; CHECK: %bv:_(<2 x s64>) = G_BUILD_VECTOR %arg1(s64), %arg2(s64) 63 ; CHECK: $q0 = COPY %bv(<2 x s64>) 69 %bv:_(<2 x s64>) = G_BUILD_VECTOR %arg1(s64), %arg2(s64) 70 %extract:_(s64) = G_EXTRACT_VECTOR_ELT %bv(<2 x s64>), %zero(s32) 71 %extract2:_(s64) = G_EXTRACT_VECTOR_ELT %bv(<2 x s64>), %one(s32) 74 $q0 = COPY %bv(<2 x s64>) 105 %bv:_(<2 x s64>) = G_BUILD_VECTOR %arg1(s64), %arg2(s64) [all …]
|
| H A D | combine-extract-vec-elt.mir | 26 %bv:_(<2 x s64>) = G_BUILD_VECTOR %arg1(s64), %arg2(s64) 27 %extract:_(s64) = G_EXTRACT_VECTOR_ELT %bv(<2 x s64>), %zero(s32) 55 %bv:_(<2 x s64>) = G_BUILD_VECTOR %arg1(s64), %arg2(s64) 56 %extract:_(s64) = G_EXTRACT_VECTOR_ELT %bv(<2 x s64>), %one(s32) 81 ; CHECK: %bv:_(<2 x s64>) = G_BUILD_VECTOR %arg1(s64), %arg2(s64) 88 %bv:_(<2 x s64>) = G_BUILD_VECTOR %arg1(s64), %arg2(s64) 89 %extract:_(s64) = G_EXTRACT_VECTOR_ELT %bv(<2 x s64>), %idx(s32) 118 %bv:_(<2 x s32>) = G_BUILD_VECTOR_TRUNC %arg1(s64), %arg2(s64) 147 ; CHECK: $q0 = COPY %bv(<2 x s64>) 152 %bv:_(<2 x s64>) = G_BUILD_VECTOR %arg1(s64), %arg2(s64) [all …]
|
| H A D | combine-umulh-to-lshr.mir | 46 %bv:_(<4 x s32>) = G_BUILD_VECTOR %1, %1, %1, %1 47 %2:_(<4 x s32>) = G_UMULH %0, %bv(<4 x s32>) 65 ; CHECK-NEXT: %bv:_(<4 x s32>) = G_BUILD_VECTOR [[C]](s32), [[C]](s32), [[C]](s32), [[C]](s32) 66 ; CHECK-NEXT: [[UMULH:%[0-9]+]]:_(<4 x s32>) = G_UMULH [[COPY]], %bv 70 %bv:_(<4 x s32>) = G_BUILD_VECTOR %1, %1, %1, %1 71 %2:_(<4 x s32>) = G_UMULH %0, %bv(<4 x s32>) 122 %bv:_(<4 x s32>) = G_BUILD_VECTOR %cst1, %cst2, %cst3, %cst4 123 %mulh:_(<4 x s32>) = G_UMULH %0, %bv(<4 x s32>) 145 ; CHECK-NEXT: %mulh:_(<4 x s32>) = G_UMULH [[COPY]], %bv 152 %bv:_(<4 x s32>) = G_BUILD_VECTOR %cst1, %cst2, %cst3, %cst4 [all …]
|
| H A D | select-build-vector.mir | 245 ; CHECK: %bv:fpr128 = SUBREG_TO_REG 0, %val, %subreg.ssub 246 ; CHECK: $q0 = COPY %bv 250 %bv:fpr(<4 x s32>) = G_BUILD_VECTOR %val(s32), %undef(s32), %undef(s32), %undef(s32) 251 $q0 = COPY %bv(<4 x s32>) 274 ; CHECK: %bv:fpr128 = INSvi32gpr [[INSvi32gpr1]], 3, %undef 275 ; CHECK: $q0 = COPY %bv 279 %bv:fpr(<4 x s32>) = G_BUILD_VECTOR %val(s32), %undef(s32), %undef(s32), %undef(s32) 280 $q0 = COPY %bv(<4 x s32>)
|
| H A D | prelegalizer-combiner-icmp-to-true-false-known-bits.mir | 546 %bv:_(<2 x s32>) = G_BUILD_VECTOR %cst, %cst 547 %cmp:_(<2 x s1>) = G_ICMP intpred(eq), %bv(<2 x s32>), %bv 571 %bv:_(<2 x s32>) = G_BUILD_VECTOR %cst, %cst 572 %cmp:_(<2 x s1>) = G_ICMP intpred(ne), %bv(<2 x s32>), %bv
|
| /llvm-project-15.0.7/clang/test/CodeGenCXX/ |
| H A D | mangle-local-class-names.cpp | 15 float bv; in FUNC() member 16 SSSS( const float& from): bv(from) { } in FUNC() 39 float bv; in GORF() member 40 SSSS( const float& from): bv(from) { } in GORF() 62 float bv; in OmittingCode() member 63 SSSS(const float& from): bv(from) { } in OmittingCode() 70 float bv; in OmittingCode() member 71 SSSS(const float& from): bv(from) { } in OmittingCode()
|
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | avx512-memfold.ll | 16 %bv = insertelement <4 x float> %bv2, float 0.000000e+00, i32 3 17 …%res2 = call i8 @llvm.x86.avx512.mask.cmp.ss(<4 x float> %a, <4 x float> %bv, i32 3, i8 %mask, i32… 32 %bv = insertelement <4 x float> %bv2, float 0.000000e+00, i32 3 33 …%res = call <4 x float> @llvm.x86.avx512.mask.max.ss.round(<4 x float>%a, <4 x float> %bv, <4 x fl… 48 %bv = insertelement <4 x float> %bv2, float 0.000000e+00, i32 3 49 …%res = call <4 x float> @llvm.x86.avx512.mask.add.ss.round(<4 x float>%a, <4 x float> %bv, <4 x fl… 84 %bv = insertelement <4 x float> %bv2, float 0.000000e+00, i32 3 85 …%res = call <4 x float> @llvm.x86.avx512.mask.add.ss.round(<4 x float> %a, <4 x float> %bv, <4 x f… 86 …%res2 = call <4 x float> @llvm.x86.avx512.mask.add.ss.round(<4 x float> %a, <4 x float> %bv, <4 x …
|
| H A D | fma4-scalar-memfold.ll | 26 %bv = insertelement <4 x float> %bv2, float 0.000000e+00, i32 3 28 %vr = call <4 x float> @llvm.x86.fma4.vfmadd.ss(<4 x float> %av, <4 x float> %av, <4 x float> %bv) 52 %bv = insertelement <4 x float> %bv2, float 0.000000e+00, i32 3 54 %vr = call <4 x float> @llvm.x86.fma4.vfmadd.ss(<4 x float> %av, <4 x float> %bv, <4 x float> %av) 74 %bv = insertelement <2 x double> %bv0, double 0.000000e+00, i32 1 76 … = call <2 x double> @llvm.x86.fma4.vfmadd.sd(<2 x double> %av, <2 x double> %av, <2 x double> %bv) 96 %bv = insertelement <2 x double> %bv0, double 0.000000e+00, i32 1 98 …%vr = call <2 x double> @llvm.x86.fma4.vfmadd.sd(<2 x double> %av, <2 x double> %bv, <2 x double> …
|
| H A D | fma-scalar-memfold.ll | 45 %bv = insertelement <4 x float> %bv2, float 0.000000e+00, i32 3 82 %bv = insertelement <4 x float> %bv2, float 0.000000e+00, i32 3 119 %bv = insertelement <4 x float> %bv2, float 0.000000e+00, i32 3 156 %bv = insertelement <4 x float> %bv2, float 0.000000e+00, i32 3 193 %bv = insertelement <4 x float> %bv2, float 0.000000e+00, i32 3 230 %bv = insertelement <4 x float> %bv2, float 0.000000e+00, i32 3 267 %bv = insertelement <4 x float> %bv2, float 0.000000e+00, i32 3 304 %bv = insertelement <4 x float> %bv2, float 0.000000e+00, i32 3 337 %bv = insertelement <2 x double> %bv0, double 0.000000e+00, i32 1 370 %bv = insertelement <2 x double> %bv0, double 0.000000e+00, i32 1 [all …]
|
| /llvm-project-15.0.7/clang/test/OpenMP/ |
| H A D | atomic_capture_codegen.cpp | 22 _Bool bv, bx; variable 97 bv = bx++; in main() 352 ulv = ulx = ulx & bv; in main() 374 {bv = bx; bx = cv & bx;} in main() 590 {bv = bx; bx = ldv * bx;} in main() 615 {bx = civ - bx; bv = bx;} in main() 641 {int4x[sv] |= bv; iv = int4x[sv];} in main()
|
| H A D | atomic_read_codegen.c | 14 _Bool bv, bx; variable 90 bv = bx; in main() 167 bv = ulx; in main() 244 bv = int4x[0]; in main()
|
| H A D | atomic_write_codegen.c | 14 _Bool bv, bx; variable 92 bx = bv; in main() 186 ulx = bv; in main() 294 int4x[sv] = bv; in main()
|
| H A D | atomic_update_codegen.cpp | 13 _Bool bv, bx; variable 307 ulx = ulx & bv; in main() 574 int4x[sv] |= bv; in main()
|
| /llvm-project-15.0.7/lldb/examples/summaries/ |
| H A D | synth.py | 58 bv = None 61 bv = self.gen_child(name, value) 62 self.built_values[index] = bv 63 return bv
|
| /llvm-project-15.0.7/mlir/include/mlir/IR/ |
| H A D | Matchers.h | 40 attr_value_binder(ValueType *bv) : bind_value(bv) {} in attr_value_binder() 100 constant_float_op_binder(FloatAttr::ValueType *bv) : bind_value(bv) {} in constant_float_op_binder() 137 constant_int_op_binder(IntegerAttr::ValueType *bv) : bind_value(bv) {} in constant_int_op_binder()
|
| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | overload-call-copycon.cpp | 34 void test_copycon2(A a, const A ac, B b, B const bc, B volatile bv) { in test_copycon2() argument 37 copycon2(bv); // expected-error{{no matching constructor}} in test_copycon2()
|
| /llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_bitvector.h | 90 explicit Iterator(const BasicBitVector &bv) : bv_(bv) {} in Iterator() argument 276 explicit Iterator(const TwoLevelBitVector &bv) : bv_(bv), i0_(0), i1_(0) { in Iterator() argument
|
| /llvm-project-15.0.7/llvm/test/Transforms/GVN/PRE/ |
| H A D | rle-phi-translate.ll | 29 %bv = load i32, i32* %b_addr.0, align 4 30 ; CHECK: %bv = phi i32 34 %ret = add i32 %cv, %bv
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/GlobalISel/ |
| H A D | artifact-combiner-cse-leaves-dead-cast.mir | 82 ; CHECK-NEXT: %bv:_(<2 x s32>) = G_BUILD_VECTOR %merge0(s32), %merge1(s32) 84 ; CHECK-NEXT: G_STORE %bv(<2 x s32>), %null(p1) :: (store (<2 x s32>), addrspace 1) 109 %bv:_(<2 x s32>) = G_BUILD_VECTOR %merge0(s32), %merge1(s32) 111 G_STORE %bv(<2 x s32>), %null :: (store (<2 x s32>), addrspace 1)
|
| /llvm-project-15.0.7/mlir/test/Integration/Dialect/SparseTensor/CPU/ |
| H A D | sparse_conversion.mlir | 109 %bv = sparse_tensor.values %b : tensor<2x3x4xf64, #Tensor1> to memref<?xf64> 122 call @dumpf64(%bv) : (memref<?xf64>) -> ()
|
| /llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | SymbolManager.h | 498 SymbolManager(ASTContext &ctx, BasicValueFactory &bv, in SymbolManager() argument 500 : SymbolDependencies(16), BPAlloc(bpalloc), BV(bv), Ctx(ctx) {} in SymbolManager()
|
| /llvm-project-15.0.7/clang/test/SemaObjC/ |
| H A D | objc-literal-nsnumber.m | 69 …NSNumber *bv = @(1391126400 * 1000); // expected-warning {{overflow in expression; result is -4430…
|
| /llvm-project-15.0.7/clang/lib/Analysis/ |
| H A D | UninitializedValues.cpp | 173 static void printVector(const CFGBlock *block, ValueVector &bv, in printVector() argument 176 for (const auto &i : bv) in printVector()
|