Home
last modified time | relevance | path

Searched refs:phi2 (Results 1 – 14 of 14) sorted by relevance

/external/v8/test/mjsunit/regress/
Dregress-crbug-173907b.js43 var phi2 = v - K;
69 phi1 = phi2;
70 phi2 = t;
76 result[0] = (O === 0) ? phi1 : phi2;
77 result[1] = (O !== 0) ? phi1 : phi2;
Dregress-crbug-173907.js43 var phi2 = v - K;
69 phi1 = phi2;
70 phi2 = t;
76 result[0] = (O === 0) ? phi1 : phi2;
77 result[1] = (O !== 0) ? phi1 : phi2;
/external/v8/test/cctest/compiler/
Dtest-phi-reducer.cc134 Node* phi2 = R.Phi(a, b); in TEST() local
135 R.CheckReduce(phi2, phi2); in TEST()
165 Node* phi2 = R.Phi(a, b, a); in TEST() local
166 R.CheckReduce(phi2, phi2); in TEST()
205 Node* phi2 = R.Phi(a, b, a, a); in TEST() local
206 R.CheckReduce(phi2, phi2); in TEST()
/external/llvm/test/Transforms/InstCombine/
Dpr12338.ll9 %local = phi <1 x i32> [ <i32 0>, %entry ], [ %phi2, %cond.end47 ]
22 %phi2 = sub <1 x i32> zeroinitializer, %sum
Dfold-phi.ll36 %phi2 = phi i64 [ %and, %if.else ], [ undef, %while.body ]
37 %or2 = or i64 %phi2, %zext
/external/llvm/test/Transforms/IndVarSimplify/
D2012-10-19-congruent-constant.ll10 %phi2 = phi i1 [ false, %entry ], [ %cmpb, %for.body ]
12 tail call void @aux(i1 %phi1, i1 %phi2) nounwind
/external/llvm/test/CodeGen/AArch64/
Dldst-opt.ll656 %phi2 = phi i32* [ %gep3, %for.body ], [ %a, %0 ]
660 %gep2 = getelementptr i32, i32* %phi2, i64 -1
663 store i32 %load2, i32* %phi2
665 %gep3 = getelementptr i32, i32* %phi2, i64 -2
680 %phi2 = phi i64* [ %gep3, %for.body ], [ %a, %0 ]
684 %gep2 = getelementptr i64, i64* %phi2, i64 -1
687 store i64 %load2, i64* %phi2
689 %gep3 = getelementptr i64, i64* %phi2, i64 -2
704 %phi2 = phi <2 x i64>* [ %gep3, %for.body ], [ %a, %0 ]
708 %gep2 = getelementptr <2 x i64>, <2 x i64>* %phi2, i64 -1
[all …]
/external/llvm/test/Transforms/RewriteStatepointsForGC/
Drelocation.ll26 ; CHECK: %phi2 = phi i64 addrspace(1)* [ %obj.relocated, %use ], [ %obj2.relocated, %joint ]
28 %phi2 = phi i64 addrspace(1)* [ %obj, %use ], [ %obj2, %joint ]
277 ; CHECK: phi2 = phi i64 addrspace(1)*
280 %phi2 = phi i64 addrspace(1)* [ %obj, %join ], [ %obj2, %branch2 ]
281 ret i64 addrspace(1)* %phi2
/external/llvm/test/Transforms/SimplifyCFG/
Dinvoke.ll112 %phi2 = phi i8* [%a, %x], [%b, %y]
116 tail call void @__cxa_call_unexpected(i8* %phi2) noreturn nounwind
/external/llvm/test/CodeGen/R600/
Dsgpr-copy.ll33 ; CHECK-LABEL: {{^}}phi2:
34 define void @phi2(<16 x i8> addrspace(2)* inreg, <16 x i8> addrspace(2)* inreg, <32 x i8> addrspace…
/external/freetype/src/base/
Dftstroke.c1654 FT_Angle theta1, phi1, theta2, phi2, rotate, alpha0 = 0; in FT_Stroker_CubicTo() local
1663 phi2 = ft_angle_mean( angle_mid, angle_out ); in FT_Stroker_CubicTo()
1682 FT_Vector_From_Polar( &ctrl2, length2, phi2 + rotate ); in FT_Stroker_CubicTo()
/external/pdfium/third_party/freetype/src/base/
Dftstroke.c1655 FT_Angle theta1, phi1, theta2, phi2, rotate, alpha0 = 0; in FT_Stroker_CubicTo() local
1664 phi2 = ft_angle_mean( angle_mid, angle_out ); in FT_Stroker_CubicTo()
1683 FT_Vector_From_Polar( &ctrl2, length2, phi2 + rotate ); in FT_Stroker_CubicTo()
/external/clang/lib/CodeGen/
DCGObjCGNU.cpp1459 llvm::PHINode *phi2 = Builder.CreatePHI(v.second->getType(), 2); in GenerateMessageSend() local
1460 phi2->addIncoming(v.second, messageBB); in GenerateMessageSend()
1461 phi2->addIncoming(llvm::Constant::getNullValue(v.second->getType()), in GenerateMessageSend()
1463 msgRet = RValue::getComplex(phi, phi2); in GenerateMessageSend()
/external/llvm/test/Transforms/SROA/
Dphi-and-select.ll406 %phi2 = phi i32* [ %phi1, %loop2 ], [ null, %entry ]