Searched defs:cee (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/skia/src/gpu/
H A DGrOvalRenderer.cpp149 const CircleEdgeEffect& cee = other.cast<CircleEdgeEffect>(); variable
150 return cee.fStroke == fStroke;
/external/skia/src/gpu/
H A DGrOvalRenderer.cpp143 const CircleEdgeEffect& cee = CastEffect<CircleEdgeEffect>(other); variable
144 return cee.fStroke == fStroke;
/external/valgrind/main/VEX/priv/
H A Dhost_arm64_isel.c511 IRCallee* cee, IRType retTy, IRExpr** args )
585 /* Note that the cee->regparms field is meaningless on ARM64 hosts
804 target = (HWord)Ptr_to_ULong(cee->addr);
2322 e->Iex.CCall.cee, e->Iex.CCall.retty,
6682 doHelperCall( &addToSp, &rloc, env, d->guard, d->cee, retty, d->args );
507 doHelperCall( UInt* stackAdjustAfterCall, RetLoc* retloc, ISelEnv* env, IRExpr* guard, IRCallee* cee, IRType retTy, IRExpr** args ) argument
H A Dhost_arm_isel.c392 IRCallee* cee, IRType retTy, IRExpr** args )
466 /* Note that the cee->regparms field is meaningless on ARM hosts
711 target = (HWord)Ptr_to_ULong(cee->addr);
1840 e->Iex.CCall.cee, e->Iex.CCall.retty,
5974 doHelperCall( &addToSp, &rloc, env, d->guard, d->cee, retty, d->args );
388 doHelperCall( UInt* stackAdjustAfterCall, RetLoc* retloc, ISelEnv* env, IRExpr* guard, IRCallee* cee, IRType retTy, IRExpr** args ) argument
H A Dhost_mips_isel.c397 IRCallee* cee, IRType retTy, IRExpr** args )
418 to regs GPR4 ... GPR7. Note that the cee->regparms field is meaningless
424 to regs GPR4 ... GPR11. Note that the cee->regparms field is meaningless
643 ULong target = mode64 ? Ptr_to_ULong(cee->addr) :
644 toUInt(Ptr_to_ULong(cee->addr));
1846 doHelperCall(&addToSp, &rloc, env, NULL/*guard*/, e->Iex.CCall.cee,
3824 doHelperCall( &addToSp, &rloc, env, d->guard, d->cee, retty, d->args );
393 doHelperCall( UInt* stackAdjustAfterCall, RetLoc* retloc, ISelEnv* env, IRExpr* guard, IRCallee* cee, IRType retTy, IRExpr** args ) argument
H A Dir_defs.c1252 ppIRCallee(e->Iex.CCall.cee);
1324 ppIRCallee(d->cee);
1777 IRExpr* IRExpr_CCall ( IRCallee* cee, IRType retty, IRExpr** args ) { argument
1780 e->Iex.CCall.cee = cee;
1902 d->cee = NULL;
2220 return IRExpr_CCall(deepCopyIRCallee(e->Iex.CCall.cee),
2243 d2->cee = deepCopyIRCallee(d->cee);
3630 static Bool saneIRCallee ( IRCallee* cee )
[all...]
H A Dhost_amd64_isel.c433 IRCallee* cee, IRType retTy, IRExpr** args )
507 /* Note that the cee->regparms field is meaningless on AMD64 host
694 AMD64Instr_Call(cc, Ptr_to_ULong(cee->addr), n_args, *retloc));
1831 e->Iex.CCall.cee, e->Iex.CCall.retty, e->Iex.CCall.args );
2382 cal->Iex.CCall.cee,
4537 doHelperCall( &addToSp, &rloc, env, d->guard, d->cee, retty, d->args );
429 doHelperCall( UInt* stackAdjustAfterCall, RetLoc* retloc, ISelEnv* env, IRExpr* guard, IRCallee* cee, IRType retTy, IRExpr** args ) argument
H A Dhost_ppc_isel.c688 IRCallee* cee, IRType retTy, IRExpr** args )
768 /* Note that the cee->regparms field is meaningless on PPC32/64 host
1032 ULong target = mode64 ? Ptr_to_ULong(cee->addr)
1033 : toUInt(Ptr_to_ULong(cee->addr));
2326 e->Iex.CCall.cee, e->Iex.CCall.retty, e->Iex.CCall.args );
5628 doHelperCall( &addToSp, &rloc, env, d->guard, d->cee, retty, d->args );
684 doHelperCall( UInt* stackAdjustAfterCall, RetLoc* retloc, ISelEnv* env, IRExpr* guard, IRCallee* cee, IRType retTy, IRExpr** args ) argument
H A Dhost_x86_isel.c382 IRCallee* cee, Int n_arg_ws,
390 addInstr(env, X86Instr_Call( cc, toUInt(Ptr_to_ULong(cee->addr)),
391 cee->regparms, rloc));
432 IRCallee* cee, IRType retTy, IRExpr** args )
504 vassert(cee->regparms >= 0 && cee->regparms <= 3);
538 stack_limit = cee->regparms;
551 if (cee->regparms > 0) {
561 argreg = cee->regparms;
686 callHelperAndClearArgs( env, cc, cee, n_arg_w
381 callHelperAndClearArgs( ISelEnv* env, X86CondCode cc, IRCallee* cee, Int n_arg_ws, RetLoc rloc ) argument
428 doHelperCall( UInt* stackAdjustAfterCall, RetLoc* retloc, ISelEnv* env, IRExpr* guard, IRCallee* cee, IRType retTy, IRExpr** args ) argument
[all...]
H A Dir_opt.c360 IRExpr_CCall(ex->Iex.CCall.cee,
2453 ex->Iex.CCall.cee,
3122 ex = (*specHelper)( st->Ist.WrTmp.data->Iex.CCall.cee->name,
3403 IRCallee* cee; member in struct:__anon32217::__anon32219::__anon32230
3461 && eqIRCallee(a1->u.CCall.cee, a2->u.CCall.cee);
3547 return IRExpr_CCall(ae->u.CCall.cee,
3727 /* Ok to share only the cee, since it is immutable. */
3728 ae->u.CCall.cee = e->Iex.CCall.cee;
[all...]
/external/valgrind/main/memcheck/
H A Dmc_translate.c1762 IRAtom** exprvec, IRType finalVtype, IRCallee* cee )
1776 if (cee->mcx_mask & (1<<i))
1790 if (cee->mcx_mask & (1<<i)) {
1793 if (0) VG_(printf)("excluding %s(%d)\n", cee->name, i);
4657 e->Iex.CCall.cee );
5027 if ( (d->cee->mcx_mask & (1<<i))
6384 IRCallee* cee; local
6401 cee = di->cee;
6402 if (!is_helperc_value_checkN_fail( cee
[all...]
/external/valgrind/main/VEX/pub/
H A Dlibvex_ir.h1901 With the 'cee' field, 'name' is the function's name. It is
1904 inside 'cee'.
1943 ppIRExpr output: <cee>(<args>):<retty>
1947 IRCallee* cee; /* Function to call. */ member in struct:_IRExpr::__anon32286::__anon32297
2021 extern IRExpr* IRExpr_CCall ( IRCallee* cee, IRType retty, IRExpr** args );
2214 IRCallee* cee; /* where to call */ member in struct:_IRDirty

Completed in 188 milliseconds