/external/llvm/test/Transforms/LoopUnroll/ |
partial-unroll-optsize.ll | 10 %iv = phi i32 [ 0, %entry ], [ %inc, %loop ]
|
pr10813.ll | 14 %0 = phi i32 [ %pl_nextlane.i971, %pl_loopend.i973 ], [ 0, %cif_mixed_test_all ]
|
unroll-pragmas.ll | 17 %indvars.iv = phi i64 [ 0, %entry ], [ %indvars.iv.next, %for.body ] 41 %indvars.iv = phi i64 [ 0, %entry ], [ %indvars.iv.next, %for.body ] 69 %indvars.iv = phi i64 [ 0, %entry ], [ %indvars.iv.next, %for.body ] 92 %indvars.iv = phi i64 [ 0, %entry ], [ %indvars.iv.next, %for.body ] 122 %indvars.iv = phi i64 [ 0, %entry ], [ %indvars.iv.next, %for.body ] 153 %indvars.iv = phi i64 [ 0, %entry ], [ %indvars.iv.next, %for.body ] 181 %indvars.iv = phi i64 [ %indvars.iv.next, %for.body ], [ 0, %entry ] 218 %indvars.iv = phi i64 [ %indvars.iv.next, %for.body ], [ 0, %entry ] 245 %indvars.iv = phi i64 [ 0, %entry ], [ %indvars.iv.next, %for.body ] 273 %indvars.iv = phi i64 [ 0, %entry ], [ %indvars.iv.next, %for.body [all...] |
/external/llvm/test/Transforms/LoopUnswitch/ |
2007-08-01-Dom.ll | 24 %nmonths_addr.016.1 = phi i32 [ %nmonths, %entry ], [ 0, %bb16 ], [ 0, %bb53 ], [ %nmonths_addr.016.1, %bb58 ] ; <i32> [#uses=2]
|
/external/llvm/test/Transforms/ObjCARC/ |
contract-end-of-use-list.ll | 24 %retval = phi i8* [ %retained2, %if.end ], [ null, %entry ]
|
/external/llvm/test/Transforms/SCCP/ |
apint-basictest4.ll | 23 %Ret = phi i100 [%t4, %BB1], [%f3, %BB2]
|
crash.ll | 17 %Kind.1 = phi i32 [ undef, %bb ], [ %ins174, %bb23 ]
|
/external/llvm/test/Transforms/SLPVectorizer/X86/ |
crash_7zip.ll | 16 %range.2.i = phi i32 [ %range.4.i, %do.cond.i ], [ undef, %entry ] 17 %code.2.i = phi i32 [ %code.4.i, %do.cond.i ], [ undef, %entry ] 28 %range.4.i = phi i32 [ %sub91.i, %if.else.i ], [ undef, %do.body66.i ] 29 %code.4.i = phi i32 [ %sub92.i, %if.else.i ], [ %.code.2.i, %do.body66.i ]
|
crash_bullet3.ll | 32 %0 = phi float [ 0x47EFFFFFE0000000, %for.end227 ], [ undef, %for.body233 ] 33 %1 = phi float [ 0x47EFFFFFE0000000, %for.end227 ], [ undef, %for.body233 ] 58 %dx272.1 = phi float [ %sub275, %if.then329 ], [ %sub275, %if.end327 ], [ 0x3F847AE140000000, %if.then291 ] 59 %dy276.1 = phi float [ undef, %if.then329 ], [ undef, %if.end327 ], [ 0x3F847AE140000000, %if.then291 ]
|
/external/llvm/test/Transforms/SimplifyCFG/SPARC/ |
switch_to_lookup_table.ll | 26 %retval.0 = phi i32 [ 15, %sw.default ], [ 1, %sw.bb6 ], [ 62, %sw.bb5 ], [ 27, %sw.bb4 ], [ -1, %sw.bb3 ], [ 0, %sw.bb2 ], [ 123, %sw.bb1 ], [ 55, %entry ]
|
/external/llvm/test/Transforms/SimplifyCFG/ |
attr-noduplicate.ll | 29 %value = phi i32 [ 1, %cond.false ], [ 0, %if.end ]
|
unreachable-blocks.ll | 23 %a18 = phi i1 [ %test, %while_block ], [ %test2, %and_if1 ]
|
/external/llvm/test/Transforms/TailCallElim/ |
dup_tail.ll | 24 %retval.0 = phi i32 [ 1, %if.then ], [ %add, %if.end ]
|
/external/llvm/test/Verifier/ |
inalloca2.ll | 36 %args = phi i64* [ %a, %if ], [ %b, %else ]
|
/frameworks/ml/bordeaux/service/src/android/bordeaux/services/ |
BaseCluster.java | 82 double phi = Math.toRadians(latitude); local 84 vector[0] = Math.cos(lambda) * Math.cos(phi); 85 vector[1] = Math.sin(lambda) * Math.cos(phi); 86 vector[2] = Math.sin(phi);
|
/external/clang/test/CodeGenCXX/ |
partial-destruction.cpp | 31 // CHECK: [[E_CUR:%.*]] = phi [[A]]* [ [[E2]], {{%.*}} ], [ [[E_NEXT:%.*]], {{%.*}} ] 45 // CHECK: [[ED_AFTER:%.*]] = phi [[A]]* [ [[ED_END]], {{%.*}} ], [ [[ED_CUR:%.*]], {{%.*}} ] 58 // CHECK: [[E_AFTER:%.*]] = phi [[A]]* [ [[PARTIAL_END]], {{%.*}} ], [ [[E_CUR:%.*]], {{%.*}} ] 79 // CHECK: [[EDD_AFTER:%.*]] = phi [[A]]* [ [[ED_CUR]], {{%.*}} ], [ [[EDD_CUR:%.*]], {{%.*}} ] 86 // CHECK: [[E_AFTER:%.*]] = phi [[A]]* [ [[E_END]], {{%.*}} ], [ [[E_CUR:%.*]], {{%.*}} ] 140 // CHECK: [[CUR:%.*]] = phi [[A]]* [ [[BEGIN]], {{%.*}} ], [ [[NEXT:%.*]], {{%.*}} ] 151 // CHECK: [[PAST:%.*]] = phi [[A]]* [ [[CUR]], {{%.*}} ], [ [[DEL:%.*]], {{%.*}} ]
|
/external/llvm/include/llvm/CodeGen/ |
FunctionLoweringInfo.h | 113 /// PHINodesToUpdate - A list of phi instructions whose operand list will 153 /// register is a PHI destination and the PHI's LiveOutInfo is not valid. 166 /// register is a PHI destination and the PHI's LiveOutInfo is not valid. If 186 /// ComputePHILiveOutRegInfo - Compute LiveOutInfo for a PHI's destination 190 /// InvalidatePHILiveOutRegInfo - Invalidates a PHI's LiveOutInfo, to be
|
/external/llvm/test/Analysis/ScalarEvolution/ |
nsw.ll | 18 %i.01 = phi i32 [ %tmp8, %bb1 ], [ 0, %bb.nph ] ; <i32> [#uses=3] 63 %__first.addr.02.i.i = phi i32* [ %begin, %for.body.lr.ph.i.i ], [ %ptrincdec.i.i, %for.body.i.i ] 87 %indvar.i.i = phi i64 [ %tmp, %for.body.i.i ], [ 0, %entry ] 122 %result = phi i32 [ %a, %entry ], [ %tmp2, %greater ] 135 %tmp2 = phi i32* [ %arg, %bb ], [ %tmp5, %bb1 ] 136 %tmp3 = phi i32 [ 0, %bb ], [ %tmp4, %bb1 ] 153 %tmp = phi i32* [ %arg, %bb ], [ %tmp4, %bb2 ]
|
/external/llvm/test/CodeGen/X86/ |
brcond.ll | 106 %.0.in = phi double [ %4, %bb1 ], [ %2, %entry ] ; <double> [#uses=1] 134 %e = phi <4 x float> [%c, %bb1], [%d, %bb2] 158 %e = phi <4 x float> [%c, %bb1], [%d, %bb2] 182 %e = phi <4 x float> [%c, %bb1], [%d, %bb2] 206 %e = phi <4 x float> [%c, %bb1], [%d, %bb2] 230 %e = phi <4 x float> [%c, %bb1], [%d, %bb2] 254 %e = phi <4 x float> [%c, %bb1], [%d, %bb2]
|
/dalvik/dx/tests/083-ssa-phi-placement/ |
expected.txt | 118 @????: phi v5:V <- . 119 @????: phi v4:V <- . 120 @????: phi v3:V <- . 121 @????: phi v2:V <- . 268 @????: phi v3:V <- . 293 @????: phi v6:V <- . 294 @????: phi v5:V <- . 295 @????: phi v4:V <- . 296 @????: phi v3:V <- . 297 @????: phi v0:V <- [all...] |
/external/llvm/docs/tutorial/ |
OCamlLangImpl5.rst | 171 %iftmp = phi double [ %calltmp, %then ], [ %calltmp1, %else ] 208 `Phi 214 "execution" of the Phi operation requires "remembering" which block 215 control came from. The Phi operation takes on the value corresponding to 227 Phi nodes: 231 Phi node in this case. 237 can insert Phi nodes directly, if convenient. In this case, it is really 238 really easy to generate the Phi node, so we choose to do it directly. 292 * phi. We create a new name because one is used for the phi node, and th [all...] |
/external/llvm/test/CodeGen/R600/ |
big_alu.ll | 154 %temp68.1 = phi float [ %600, %ENDIF154 ], [ 0.000000e+00, %main_body ] 155 %temp69.0 = phi float [ %602, %ENDIF154 ], [ 0.000000e+00, %main_body ] 156 %temp70.0 = phi float [ %604, %ENDIF154 ], [ 1.000000e+00, %main_body ] 440 %temp88.0 = phi float [ 0.000000e+00, %IF137 ], [ %446, %ENDIF139 ] 441 %temp92.0 = phi float [ 1.000000e+00, %IF137 ], [ %.temp92.0, %ENDIF139 ] 442 %temp96.0 = phi float [ 0.000000e+00, %IF137 ], [ %477, %ENDIF139 ] 519 %temp88.1 = phi float [ %480, %IF146 ], [ %temp92.0, %IF140 ] 552 %temp88.2 = phi float [ %506, %IF149 ], [ %481, %ENDIF145 ] 553 %temp92.2 = phi float [ %481, %IF149 ], [ %temp92.0, %ENDIF145 ] 586 %temp88.3 = phi float [ %532, %IF152 ], [ %507, %ENDIF148 [all...] |
/dalvik/dx/src/com/android/dx/ssa/ |
SsaBasicBlock.java | 85 * phi-removal process. Retained for subsequent move scheduling. 91 * phi-removal process. Retained for subsequent move scheduling. 198 * Adds a phi insn to the beginning of this block. The result type of 199 * the phi will be set to void, to indicate that it's currently unknown. 208 * Adds a phi insn to the beginning of this block. This is to be used 209 * when the result type or local-association can be determined at phi 219 * Adds an insn to the head of this basic block, just after any phi 251 * Visits each phi insn. 273 * Deletes all phi insns. Do this after adding appropriate move insns. 285 * Gets the number of phi insns at the top of this basic block [all...] |
SsaInsn.java | 172 * Returns the Rop opcode for this insn, or null if this is a phi insn. 182 * a phi insn. 276 * Any non-phi move instruction 282 * Any phi insn 288 * Any insn that isn't a move or a phi (which is also a move).
|
/external/chromium_org/ui/gfx/geometry/ |
matrix3_f.cc | 163 double phi = 0.0f; 165 phi = M_PI / 3; 167 phi = acos(half_det_b) / 3; 169 eigenvalues[0] = q + 2 * p * static_cast<float>(cos(phi)); 171 static_cast<float>(cos(phi + 2.0 * M_PI / 3.0));
|