HomeSort by relevance Sort by last modified time
    Searched refs:IRType (Results 26 - 44 of 44) sorted by null

12

  /external/valgrind/main/VEX/priv/
host_s390_isel.c 50 - A mapping from IRTemp to IRType, giving the type of any IRTemp we
494 IRType ty = typeOfIRExpr(env->type_env, expr);
670 IRType ty = typeOfIRExpr(env->type_env, expr);
    [all...]
host_x86_isel.c 134 - A mapping from IRTemp to IRType, giving the type of any IRTemp we
330 IRType arg_ty = typeOfIRExpr(env->type_env, arg);
738 IRType ty = typeOfIRExpr(env->type_env,e);
    [all...]
host_amd64_isel.c 99 - A mapping from IRTemp to IRType, giving the type of any IRTemp we
361 //.. IRType arg_ty = typeOfIRExpr(env->type_env, arg);
865 IRType ty = typeOfIRExpr(env->type_env,e);
    [all...]
guest_amd64_toIR.c 230 static IRTemp newTemp ( IRType ty )
291 static IRExpr* mkU ( IRType ty, ULong i )
307 static IRExpr* loadLE ( IRType ty, IRExpr* addr )
312 static IROp mkSizedOp ( IRType ty, IROp op8 )
629 static IRType szToITy ( Int n )
988 IRType ty = typeOfIRExpr(irsb->tyenv, e);
    [all...]
guest_x86_toIR.c 322 static IRTemp newTemp ( IRType ty )
438 static IRType szToITy ( Int n )
553 IRType ty = typeOfIRExpr(irsb->tyenv, e);
688 static IRExpr* mkU ( IRType ty, UInt i )
694 value as the IRType, rather than a real IRType. */
703 static IRExpr* loadLE ( IRType ty, IRExpr* addr )
708 static IROp mkSizedOp ( IRType ty, IROp op8 )
757 IRType tyE = typeOfIRExpr(irsb->tyenv, expVal);
758 IRType tyN = typeOfIRExpr(irsb->tyenv, newVal)
    [all...]
host_arm_isel.c 71 - A mapping from IRTemp to IRType, giving the type of any IRTemp we
482 IRType aTy = typeOfIRExpr(env->type_env, args[i]);
532 IRType aTy = typeOfIRExpr(env->type_env, args[i]);
669 IRType ty = typeOfIRExpr(env->type_env,e);
735 IRType ty = typeOfIRExpr(env->type_env,e);
789 IRType ty = typeOfIRExpr(env->type_env,e);
863 IRType ty = typeOfIRExpr(env->type_env,e);
919 IRType ty = typeOfIRExpr(env->type_env,e);
    [all...]
main_main.c 202 IRType guest_word_type;
203 IRType host_word_type;
    [all...]
guest_generic_bb_to_IR.c 155 /*IN*/ IRType guest_word_type,
472 IRType host_word_type = Ity_INVALID;
    [all...]
ir_opt.c 270 IRType ty = typeOfIRExpr(bb->tyenv, ex);
522 static UInt mk_key_GetPut ( Int offset, IRType ty )
    [all...]
guest_arm_toIR.c 310 static IRExpr* loadLE ( IRType ty, IRExpr* addr )
332 static IRTemp newTemp ( IRType ty )
    [all...]
guest_s390_toIR.c 110 newTemp(IRType type)
133 mktemp(IRType type, IRExpr *expr)
237 load(IRType type, IRExpr *addr)
    [all...]
  /external/valgrind/main/exp-sgcheck/
sg_main.c     [all...]
  /external/valgrind/main/exp-dhat/
dh_main.c 803 IRType tyAddr = Ity_INVALID;
877 IRType gWordTy, IRType hWordTy )
988 IRType dataTy;
    [all...]
  /external/valgrind/main/callgrind/
main.c 855 void addConstMemStoreStmt( IRSB* bbOut, UWord addr, UInt val, IRType hWordTy)
906 IRType gWordTy, IRType hWordTy )
1065 IRType dataTy;
    [all...]
  /external/valgrind/main/cachegrind/
cg_main.c 949 IRType gWordTy, IRType hWordTy )
    [all...]
  /external/valgrind/main/massif/
ms_main.c     [all...]
  /external/valgrind/main/helgrind/
hg_main.c     [all...]
  /external/clang/lib/CodeGen/
CGExpr.cpp     [all...]
  /external/valgrind/main/memcheck/
mc_machine.c     [all...]

Completed in 462 milliseconds

12