Home
last modified time | relevance | path

Searched refs:phi2 (Results 1 – 18 of 18) 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/llvm/test/Transforms/LoopStrengthReduce/
Dfunclet.ll22 %phi2 = phi i8* [ %tmp96, %throw ]
34 %tmp99 = phi i8* [ %tmp101, %iter ], [ %phi2, %blah2 ]
48 ; CHECK-NEXT: ptrtoint i8* %phi2 to i32
60 %phi2 = phi i8* [ %tmp96, %throw ]
78 %tmp99 = phi i8* [ %tmp101, %iter ], [ %phi2, %blah ]
90 ; CHECK-NEXT: ptrtoint i8* %phi2 to i32
110 %phi2 = phi i8* [ %tmp96, %pad ]
121 %tmp99 = phi i8* [ %tmp101, %iter ], [ %phi2, %blug ]
133 ; CHECK-NEXT: ptrtoint i8* %phi2 to i32
145 %phi2 = phi i8* [ %tmp96, %throw ]
[all …]
/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/v8/test/cctest/compiler/
Dtest-loop-analysis.cc737 Node* phi2 = t.graph.NewNode( in RunEdgeMatrix2() local
739 Node* cond2 = t.graph.NewNode(&kIntAdd, phi2, p3); in RunEdgeMatrix2()
749 Node* choices[] = {p1, phi1, cond1, phi2, cond2}; in RunEdgeMatrix2()
756 phi2, cond2, branch2, if_true2}; in RunEdgeMatrix2()
759 Node* header2[] = {loop2, phi2}; in RunEdgeMatrix2()
813 Node* phi2 = t.graph.NewNode(t.common.Phi(MachineRepresentation::kWord32, 2), in RunEdgeMatrix3() local
815 Node* cond2 = t.graph.NewNode(&kIntAdd, phi2, p2b); in RunEdgeMatrix3()
840 Node* o3[] = {t.one, phi1, cond1, phi2, cond2}; in RunEdgeMatrix3()
851 Node* l2[] = {phi1, cond1, phi2, cond2}; in RunEdgeMatrix3()
852 Node* l3[] = {phi1, cond1, phi2, cond2, phi3, cond3}; in RunEdgeMatrix3()
[all …]
/external/llvm/test/Transforms/RewriteStatepointsForGC/deopt-bundles/
Drelocation.ll27 ; CHECK: %phi2 = phi i64 addrspace(1)* [ %obj.relocated.casted, %use ], [ %obj2.relocated.casted, %…
29 %phi2 = phi i64 addrspace(1)* [ %obj, %use ], [ %obj2, %joint ]
272 ; CHECK: phi2 = phi i64 addrspace(1)*
275 %phi2 = phi i64 addrspace(1)* [ %obj, %join ], [ %obj2, %branch2 ]
276 ret i64 addrspace(1)* %phi2
/external/llvm/test/CodeGen/AArch64/
Dldst-opt.ll1123 %phi2 = phi i32* [ %gep3, %for.body ], [ %a, %0 ]
1127 %gep2 = getelementptr i32, i32* %phi2, i64 -1
1130 store i32 %load2, i32* %phi2
1132 %gep3 = getelementptr i32, i32* %phi2, i64 -2
1147 %phi2 = phi i64* [ %gep3, %for.body ], [ %a, %0 ]
1151 %gep2 = getelementptr i64, i64* %phi2, i64 -1
1154 store i64 %load2, i64* %phi2
1156 %gep3 = getelementptr i64, i64* %phi2, i64 -2
1171 %phi2 = phi <2 x i64>* [ %gep3, %for.body ], [ %a, %0 ]
1175 %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.casted, %use ], [ %obj2.relocated.casted, %…
28 %phi2 = phi i64 addrspace(1)* [ %obj, %use ], [ %obj2, %joint ]
278 ; CHECK: phi2 = phi i64 addrspace(1)*
281 %phi2 = phi i64 addrspace(1)* [ %obj, %join ], [ %obj2, %branch2 ]
282 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/v8/test/unittests/compiler/
Dbranch-elimination-unittest.cc141 Node* phi2 = in TEST_F() local
146 Node* add = graph()->NewNode(machine()->Int32Add(), phi1, phi2); in TEST_F()
Dscheduler-unittest.cc980 Node* phi2 = graph()->NewNode( in TARGET_TEST_F() local
988 common()->Phi(MachineRepresentation::kTagged, 2), phi, phi2, m2); in TARGET_TEST_F()
/external/llvm/test/CodeGen/AMDGPU/
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.c1664 FT_Angle theta1, phi1, theta2, phi2, rotate, alpha0 = 0; in FT_Stroker_CubicTo() local
1673 phi2 = ft_angle_mean( angle_mid, angle_out ); in FT_Stroker_CubicTo()
1692 FT_Vector_From_Polar( &ctrl2, length2, phi2 + rotate ); in FT_Stroker_CubicTo()
/external/clang/lib/CodeGen/
DCGObjCGNU.cpp1473 llvm::PHINode *phi2 = Builder.CreatePHI(v.second->getType(), 2); in GenerateMessageSend() local
1474 phi2->addIncoming(v.second, messageBB); in GenerateMessageSend()
1475 phi2->addIncoming(llvm::Constant::getNullValue(v.second->getType()), in GenerateMessageSend()
1477 msgRet = RValue::getComplex(phi, phi2); in GenerateMessageSend()
/external/llvm/test/Transforms/SROA/
Dphi-and-select.ll406 %phi2 = phi i32* [ %phi1, %loop2 ], [ null, %entry ]