/external/v8/test/mjsunit/regress/ |
D | regress-crbug-173907b.js | 43 var phi2 = v - K; 69 phi1 = phi2; 70 phi2 = t; 76 result[0] = (O === 0) ? phi1 : phi2; 77 result[1] = (O !== 0) ? phi1 : phi2;
|
D | regress-crbug-173907.js | 43 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/ |
D | funclet.ll | 22 %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/ |
D | pr12338.ll | 9 %local = phi <1 x i32> [ <i32 0>, %entry ], [ %phi2, %cond.end47 ] 22 %phi2 = sub <1 x i32> zeroinitializer, %sum
|
D | fold-phi.ll | 36 %phi2 = phi i64 [ %and, %if.else ], [ undef, %while.body ] 37 %or2 = or i64 %phi2, %zext
|
/external/llvm/test/Transforms/IndVarSimplify/ |
D | 2012-10-19-congruent-constant.ll | 10 %phi2 = phi i1 [ false, %entry ], [ %cmpb, %for.body ] 12 tail call void @aux(i1 %phi1, i1 %phi2) nounwind
|
/external/v8/test/cctest/compiler/ |
D | test-loop-analysis.cc | 737 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/ |
D | relocation.ll | 27 ; 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/ |
D | ldst-opt.ll | 1123 %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/ |
D | relocation.ll | 26 ; 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/ |
D | invoke.ll | 112 %phi2 = phi i8* [%a, %x], [%b, %y] 116 tail call void @__cxa_call_unexpected(i8* %phi2) noreturn nounwind
|
/external/v8/test/unittests/compiler/ |
D | branch-elimination-unittest.cc | 141 Node* phi2 = in TEST_F() local 146 Node* add = graph()->NewNode(machine()->Int32Add(), phi1, phi2); in TEST_F()
|
D | scheduler-unittest.cc | 980 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/ |
D | sgpr-copy.ll | 33 ; 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/ |
D | ftstroke.c | 1654 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/ |
D | ftstroke.c | 1664 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/ |
D | CGObjCGNU.cpp | 1473 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/ |
D | phi-and-select.ll | 406 %phi2 = phi i32* [ %phi1, %loop2 ], [ null, %entry ]
|