/external/llvm/test/Transforms/IndVarSimplify/ |
const_phi.ll | 6 ; We can compute the expression of %phi0 and that is a SCEV 20 ; %phi0.pre and %phi1.pre are evaluated by SCEV to constant 0. 21 %phi0.pre = phi i32 [ 0, %entry ], [ 2, %not_taken ] 26 ; %phi0 and %phi1 are evaluated by SCEV to constant 0. 27 %phi0 = phi i32 [ 0, %loop ], [ %phi0.pre, %pre ]
|
/external/llvm/test/Transforms/SLPVectorizer/X86/ |
phi_overalignedtype.ll | 36 %phi0 = phi double [ %i1.0, %entry ], [ %i2.0, %then ] 41 store double %phi0, double* %o, align 16
|
phi.ll | 239 %phi0 = phi x86_fp80 [ %i1.0, %entry ], [ %i2.0, %then ] 244 store x86_fp80 %phi0, x86_fp80* %o, align 16
|
/device/google/contexthub/firmware/src/algos/ |
fusion.c | 326 fusion->Phi0[0] = I33; 327 mat33Sub(&fusion->Phi0[0], &tmp); 332 mat33Add(&fusion->Phi0[0], &tmp); 336 fusion->Phi0[1] = tmp; 338 mat33Sub(&fusion->Phi0[1], &I33dT); 343 mat33Sub(&fusion->Phi0[1], &tmp); 357 mat33Multiply(&Pnew[0][0], &fusion->Phi0[0], &fusion->P[0][0]); 358 mat33Multiply(&tmp, &fusion->Phi0[1], &fusion->P[1][0]); 361 mat33Multiply(&Pnew[0][1], &fusion->Phi0[0], &fusion->P[0][1]); 362 mat33Multiply(&tmp, &fusion->Phi0[1], &fusion->P[1][1]) [all...] |
/external/llvm/test/Transforms/LICM/ |
lcssa-ssa-promoter.ll | 37 ; CHECK-NEXT: %[[PHI0:[^,]+]] = phi i32 [ %{{[^,]+}}, %inner.latch ], [ 0, %inner.preheader ] 51 ; CHECK-NEXT: %[[PHI1:[^,]+]] = phi i32 [ 0, %inner.body.rhs ], [ %[[PHI0]], %inner.header ]
|
/external/v8/test/unittests/compiler/ |
control-flow-optimizer-unittest.cc | 108 Node* phi0 = graph()->NewNode(common()->Phi(MachineRepresentation::kBit, 2), local 110 Node* branch = graph()->NewNode(common()->Branch(), phi0, merge0);
|
/device/google/contexthub/firmware/inc/algos/ |
fusion.h | 47 struct Mat33 Phi0[2];
|
/external/opencv3/modules/imgproc/test/ |
test_convhull.cpp | 1670 double phi0 = 2*CV_PI*i\/total; local [all...] |
/development/perftests/panorama/input/ |
test_002.ppm | [all...] |