Home
last modified time | relevance | path

Searched refs:use1 (Results 1 – 20 of 20) sorted by relevance

/external/swiftshader/third_party/LLVM/test/Analysis/Dominators/
D2006-10-02-BreakCritEdges.ll5 declare void @use1(i32)
14 call void @use1( i32 %i )
18 call void @use1( i32 %i )
/external/llvm/test/Analysis/Dominators/
D2006-10-02-BreakCritEdges.ll6 declare void @use1(i32)
15 call void @use1( i32 %i )
19 call void @use1( i32 %i )
/external/llvm/test/Transforms/InstCombine/
D2009-01-31-Pressure.ll4 declare void @use1(i1)
11 call void @use1(i1 %C)
19 call void @use1(i1 %C)
/external/swiftshader/third_party/LLVM/test/Transforms/InstCombine/
D2009-01-31-Pressure.ll4 declare void @use1(i1)
11 call void @use1(i1 %C)
19 call void @use1(i1 %C)
/external/swiftshader/third_party/llvm-7.0/llvm/test/Analysis/Dominators/
D2006-10-02-BreakCritEdges.ll7 declare void @use1(i32)
16 call void @use1( i32 %i )
20 call void @use1( i32 %i )
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstCombine/
D2009-01-31-Pressure.ll4 declare void @use1(i1)
11 call void @use1(i1 %C)
19 call void @use1(i1 %C)
Dselect-icmp-and.ll431 declare void @use1(i1)
441 ; CHECK-NEXT: call void @use1(i1 [[T2]])
447 call void @use1(i1 %t2)
459 ; CHECK-NEXT: call void @use1(i1 [[T2]])
465 call void @use1(i1 %t2)
477 ; CHECK-NEXT: call void @use1(i1 [[T2]])
483 call void @use1(i1 %t2)
495 ; CHECK-NEXT: call void @use1(i1 [[T2]])
501 call void @use1(i1 %t2)
564 ; CHECK-NEXT: call void @use1(i1 [[T2]])
[all …]
Dselect-of-bittest.ll453 declare void @use1(i1)
463 ; CHECK-NEXT: call void @use1(i1 [[TMP3]])
474 call void @use1(i1 %tmp3)
487 ; CHECK-NEXT: call void @use1(i1 [[TMP2]])
496 call void @use1(i1 %tmp2)
/external/clang/test/Modules/Inputs/merge-template-members/
Dupdate.h2 B<int>::C use1; variable
/external/clang/test/CodeGenCXX/
Dcxx1z-inline-variables.cpp14 const int &use1 = external_inline; variable
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AMDGPU/
Dsetcc-fneg-constant.ll44 %use1 = fmul float %mul, %neg.mul
49 store volatile float %use1, float addrspace(1)* undef
96 %use1 = fmul float %neg.mul, %mul
98 store volatile float %use1, float addrspace(1)* undef
Dfneg-combines.ll75 %use1 = fmul float %add, 4.0
77 store volatile float %use1, float addrspace(1)* %out
206 %use1 = fmul float %fneg.a, %c
208 store volatile float %use1, float addrspace(1)* %out
274 %use1 = fmul float %mul, 4.0
276 store volatile float %use1, float addrspace(1)* %out
382 %use1 = fmul float %fneg.a, %c
384 store volatile float %use1, float addrspace(1)* %out
529 %use1 = fmul float %min, 4.0
531 store volatile float %use1, float addrspace(1)* %out
[all …]
Dinsert_vector_elt.v2i16.ll66 %use1 = zext i16 %elt1 to i32
67 call void asm sideeffect "; use $0", "s"(i32 %use1) #0
108 %use1 = zext i16 %elt to i32
109 call void asm sideeffect "; use $0", "s"(i32 %use1) #0
140 %use1 = zext i16 %elt to i32
141 %vec.hi.use1 = zext i16 %vec.hi to i32
143 call void asm sideeffect "; use $0", "s"(i32 %use1) #0
144 call void asm sideeffect "; use $0", "s"(i32 %vec.hi.use1) #0
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/GlobalMerge/
Ddebug-info.ll11 define void @use1() {
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/FunctionAttrs/
Dnonnull.ll78 declare void @use1(i8* %x)
133 ; CHECK-NEXT: call void @use1(i8* %b)
138 call void @use1(i8* %b)
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/NaryReassociate/
Dnary-add.ll126 ; def4 use1
128 ; NaryReassociate should match use1 with def3, and use2 with def1.
/external/llvm/test/Transforms/NaryReassociate/
Dnary-add.ll125 ; def4 use1
127 ; NaryReassociate should match use1 with def3, and use2 with def1.
/external/skqp/tests/
DPathOpsAngleIdeas.cpp789 bool use1 = fabs(dist1) < fabs(dist2); in mDistance() local
791 SkDebugf("%c dist=%1.9g r=%1.9g\n", agrees ? 'T' : 'F', use1 ? dist1 : dist2, in mDistance()
792 use1 ? distEndRatio(dist1, q1) : distEndRatio(dist2, q2)); in mDistance()
794 return fabs(use1 ? distEndRatio(dist1, q1) : distEndRatio(dist2, q2)); in mDistance()
/external/skia/tests/
DPathOpsAngleIdeas.cpp789 bool use1 = fabs(dist1) < fabs(dist2); in mDistance() local
791 SkDebugf("%c dist=%1.9g r=%1.9g\n", agrees ? 'T' : 'F', use1 ? dist1 : dist2, in mDistance()
792 use1 ? distEndRatio(dist1, q1) : distEndRatio(dist2, q2)); in mDistance()
794 return fabs(use1 ? distEndRatio(dist1, q1) : distEndRatio(dist2, q2)); in mDistance()
/external/v8/src/compiler/
Dsimplified-lowering.cc208 static bool IsUseLessGeneral(UseInfo use1, UseInfo use2) { in IsUseLessGeneral() argument
209 return use1.truncation().IsLessGeneralThan(use2.truncation()); in IsUseLessGeneral()