Home
last modified time | relevance | path

Searched refs:casted (Results 1 – 25 of 39) sorted by relevance

12

/external/clang/test/Analysis/inlining/
Dfalse-positive-suppression.c30 int *casted = dynCastToInt(p); in testDynCast() local
31 *casted = 1; in testDynCast()
38 int *casted = dynCastOrNull(p); in testDynCastOrNull() local
39 *casted = 1; in testDynCastOrNull()
47 int *casted; in testBranch() local
52 casted = dynCastToInt(p); in testBranch()
56 casted = (int *)p; in testBranch()
59 *casted = 1; // expected-warning {{Dereference of null pointer}} in testBranch()
63 int *casted; in testBranchReversed() local
70 casted = (int *)p; in testBranchReversed()
[all …]
/external/llvm/test/Transforms/CodeGenPrepare/X86/
Dsink-addrmode.ll13 %casted = bitcast i64* %addr to i32*
17 %v = load i32, i32* %casted, align 4
31 %casted = bitcast i64* %addr to i32*
37 %v1 = load i32, i32* %casted, align 4
45 %v2 = load i32, i32* %casted, align 4
59 %casted = bitcast i64* %addr to i32*
65 %v1 = load i32, i32* %casted, align 4
68 %v2 = load i32, i32* %casted, align 4
82 %casted = bitcast i64* %addr to i32*
88 %v1 = load i32, i32* %casted, align 4
[all …]
Dsink-addrspacecast.ll12 %casted = addrspacecast i64* %addr to i32 addrspace(1)*
16 %v = load i32, i32 addrspace(1)* %casted, align 4
27 %casted = addrspacecast i64* %base to i32 addrspace(1)*
28 %addr = getelementptr inbounds i32, i32 addrspace(1)* %casted, i64 5
/external/valgrind/drd/tests/
Dstd_list.cpp61 Test *casted = reinterpret_cast<Test*>(instance); in func1() local
62 casted->setUp(); in func1()
63 casted->func1(); in func1()
64 casted->tearDown(); in func1()
70 Test *casted = reinterpret_cast<Test*>(instance); in func2() local
71 casted->setUp(); in func2()
72 casted->func2(); in func2()
73 casted->tearDown(); in func2()
/external/llvm/test/Transforms/RewriteStatepointsForGC/
Drematerialize-derived-pointers.ll18 ; CHECK: getelementptr i32, i32 addrspace(1)* %base.relocated.casted, i32 15
31 ; CHECK: %base.relocated.casted = bitcast i8 addrspace(1)* %base.relocated to i32 addrspace(1)*
32 ; CHECK: getelementptr i32, i32 addrspace(1)* %base.relocated.casted, i32 %idx
45 ; CHECK: %base.relocated.casted = bitcast i8 addrspace(1)* %base.relocated to i32 addrspace(1)*
46 ; CHECK: bitcast i32 addrspace(1)* %base.relocated.casted to i64 addrspace(1)*
62 ; CHECK: %base.relocated.casted = bitcast i8 addrspace(1)* %base.relocated to i32 addrspace(1)*
63 ; CHECK: bitcast i32 addrspace(1)* %base.relocated.casted to i64 addrspace(1)*
80 ; CHECK: %ptr2.relocated.casted = bitcast i8 addrspace(1)* %ptr2.relocated to i32 addrspace(1)*
82 ; CHECK: %base.relocated.casted = bitcast i8 addrspace(1)* %base.relocated to i32 addrspace(1)*
230 ; CHECK: phi i32 addrspace(1)* [ %base, %entry ], [ %base.relocated.casted, %loop ]
Dbase-pointers-11.ll15 ; CHECK-DAG: [ %base_obj.relocated.casted, %loop ]
19 ; CHECK-DAG: [ %next.relocated.casted, %loop ]
Drelocation.ll18 ; CHECK: %phi1 = phi i64 addrspace(1)* [ %obj.relocated.casted, %entry ], [ %obj3, %joint2 ]
27 ; CHECK: %phi2 = phi i64 addrspace(1)* [ %obj.relocated.casted, %use ], [ %obj2.relocated.casted, %…
28 ; CHECK: %obj3 = getelementptr i64, i64 addrspace(1)* %obj2.relocated.casted, i32 1
49 ; CHECK-DAG: [ %obj_init.relocated.casted, %loop.backedge ]
51 ; CHECK-DAG: [ %obj.relocated.casted, %loop.backedge ]
263 ; CHECK: phi i64 addrspace(1)* [ %obj.relocated.casted, %callbb ], [ %obj, %entry ]
266 ; CHECK-DAG: [ %obj2.relocated.casted, %callbb ]
Dliveness-basics.ll33 …ECK-NEXT: %.0 = phi i64 addrspace(1)* [ %obj.relocated.casted, %taken ], [ %obj.relocated2.casted,…
54 ; CHECK-NEXT: ret i64 addrspace(1)* %obj.relocated.casted
114 ; CHECK-NEXT: ret i64 addrspace(1)* %derived.relocated2.casted
Dpreprocess.ll18 ; CHECK-NEXT: @consume(i64 addrspace(1)* %obj.relocated.casted)
19 ; CHECK-NEXT: @consume(i64 addrspace(1)* %obj.relocated.casted)
Dbasic.ll39 ; CHECK: %arg.relocated.casted = bitcast i8 addrspace(1)* %arg.relocated to i32 addrspace(1)*
42 ; CHECK: store i32 [[RESULT_F2]], i32 addrspace(1)* %arg.relocated.casted
Dgc-relocate-creation.ll17 ; CHECK-NEXT: %obj.relocated.casted = bitcast i8 addrspace(1)* %obj.relocated to <2 x i32 addrspac…
Dbase-pointers.ll13 ; CHECK-DAG: [ %obj.relocated.casted, %loop ]
82 ; CHECK-DAG: [ [[DISCARD:%.*.base.relocated.casted]], %loop ]
Dlive-vector-nosplit.ll82 ; CHECK-NEXT: ret <2 x i64 addrspace(1)*> %vec.relocated.casted
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_format_aos.c226 LLVMValueRef shifted, casted, scaled, masked; in lp_build_unpack_arith_rgba_aos() local
334casted = LLVMBuildSIToFP(builder, masked, LLVMVectorType(LLVMFloatTypeInContext(gallivm->context),… in lp_build_unpack_arith_rgba_aos()
336casted = LLVMBuildUIToFP(builder, masked, LLVMVectorType(LLVMFloatTypeInContext(gallivm->context),… in lp_build_unpack_arith_rgba_aos()
347 scaled = LLVMBuildFMul(builder, casted, LLVMConstVector(scales, 4), ""); in lp_build_unpack_arith_rgba_aos()
349 scaled = casted; in lp_build_unpack_arith_rgba_aos()
372 LLVMValueRef shifted, casted, scaled, unswizzled; in lp_build_pack_rgba_aos() local
431casted = LLVMBuildFPToSI(builder, scaled, LLVMVectorType(LLVMInt32TypeInContext(gallivm->context),… in lp_build_pack_rgba_aos()
433 shifted = LLVMBuildShl(builder, casted, LLVMConstVector(shifts, 4), ""); in lp_build_pack_rgba_aos()
/external/guava/guava-tests/benchmark/com/google/common/collect/
DConcurrentHashMultisetBenchmark.java301 E casted = (E) element;
303 if (countMap.replace(casted, current, current - occurrences)) {
358 E casted = (E) element;
359 if (countMap.replace(casted, current, current - occurrences)) {
/external/llvm/test/Transforms/GlobalOpt/
Dglobal-demotion.ll41 ; The global is casted away to a larger type then loaded. The store only partially
55 ; The global is casted away to a smaller type then loaded. This one is fine.
/external/llvm/test/Transforms/SafeStack/
Descape-casted-pointer.ll6 ; Addr-of a casted pointer
/external/llvm/test/CodeGen/X86/
Dstatepoint-vector.ll72 %obj.relocated.casted = bitcast <2 x i8 addrspace(1)*> %obj.relocated to <2 x i64 addrspace(1)*>
74 …%obj.base.relocated.casted = bitcast <2 x i8 addrspace(1)*> %obj.base.relocated to <2 x i64 addrsp…
75 ret <2 x i64 addrspace(1)*> %obj.relocated.casted
Dstatepoint-stack-usage.ll74 %c1.casted = bitcast i32 addrspace(1)* %c1 to i8 addrspace(1)*
78 …, i32 0, i32 5, i32 0, i32 -1, i32 0, i32 0, i32 0, i8 addrspace(1)* %c1.casted, i32 addrspace(1)*…
/external/c-ares/
DNEWS20 * Casted arguments to ctype macros casted to unsigned char, since not
/external/deqp/doc/testspecs/GLES3/
Dfunctional.shaders.int_op.txt69 from the operation are casted back to floating-point values and scaled to range
/external/deqp/modules/gles31/functional/
Des31fShaderAtomicOpTests.cpp366 static bool intEqualsAfterUintCast (deInt32 value, deUint32 casted, glu::Precision precision) in intEqualsAfterUintCast() argument
379 if ((reference & preciseMask) != (casted & preciseMask)) in intEqualsAfterUintCast()
387 if ((signBits & ~preciseMask) == (casted & ~preciseMask)) in intEqualsAfterUintCast()
/external/swiftshader/third_party/LLVM/test/Transforms/InstCombine/
D2004-11-27-SetCCForCastLargerAndConstant.ll10 ; constant value and the range of the casted value.
/external/clang/docs/
DLibASTMatchers.rst98 Those match all nodes of type *Base* if they can be dynamically casted to
/external/llvm/test/Transforms/InstCombine/
D2004-11-27-SetCCForCastLargerAndConstant.ll11 ; constant value and the range of the casted value.

12