HomeSort by relevance Sort by last modified time
    Searched refs:IRType (Results 1 - 25 of 45) sorted by null

1 2

  /external/valgrind/main/none/
nl_main.c 43 IRType gWordTy, IRType hWordTy )
  /external/valgrind/main/exp-sgcheck/
sg_main.h 57 struct _SGEnv* sg_instrument_init ( IRTemp (*newIRTemp_cb)(IRType,void*),
66 IRType gWordTy, IRType hWordTy );
73 IRType gWordTy, IRType hWordTy );
h_main.h 75 IRType gWordTy, IRType hWordTy );
h_main.c 536 IRType hWordTy;
539 IRType gWordTy;
575 static IRTemp newTemp ( PCEnv* pce, IRType ty, TempKind kind )
601 static IRTemp for_sg__newIRTemp_cb ( IRType ty, void* opaque )
612 IRType gWordTy, IRType hWordTy )
sg_main.c     [all...]
  /external/valgrind/main/drd/
drd_load_store.h 46 IRType const gWordTy,
47 IRType const hWordTy);
drd_load_store.c 372 IRType ty_data_expr;
584 IRType const gWordTy,
585 IRType const hWordTy)
723 IRType dataTy;
  /external/valgrind/main/coregrind/
pub_core_gdbserver.h 119 IRType gWordTy, IRType hWordTy);
m_translate.c 223 IRType gWordTy,
224 IRType hWordTy )
262 IRType gWordTy,
263 IRType hWordTy )
271 IRType typeof_SP;
    [all...]
pub_core_tooliface.h 112 IRType, IRType);
m_tooliface.c 44 VexGuestLayout*, VexGuestExtents*, IRType, IRType),
  /external/valgrind/main/VEX/priv/
guest_generic_bb_to_IR.h 177 /*IN*/ IRType guest_word_type,
ir_defs.c 47 void ppIRType ( IRType ty )
    [all...]
host_mips_isel.c 70 - A mapping from IRTemp to IRType, giving the type of any IRTemp we
235 IRType xferTy);
236 static MIPSAMode *iselWordExpr_AMode(ISelEnv * env, IRExpr * e, IRType xferTy);
566 static MIPSAMode *iselWordExpr_AMode(ISelEnv * env, IRExpr * e, IRType xferTy)
575 IRType xferTy)
577 IRType ty = typeOfIRExpr(env->type_env, e);
636 IRType ty = typeOfIRExpr(env->type_env, e);
    [all...]
host_s390_isel.c 50 - A mapping from IRTemp to IRType, giving the type of any IRTemp we
475 IRType type = typeOfIRExpr(env->type_env, args[i]);
610 IRType ty = typeOfIRExpr(env->type_env, expr);
786 IRType ty = typeOfIRExpr(env->type_env, expr);
    [all...]
  /external/valgrind/main/VEX/pub/
libvex_ir.h 237 IRType;
239 /* Pretty-print an IRType */
240 extern void ppIRType ( IRType );
242 /* Get the size (in bytes) of an IRType */
243 extern Int sizeofIRType ( IRType );
372 IRType elemTy; /* type of each element in the indexed area */
377 extern IRRegArray* mkIRRegArray ( Int, IRType, Int );
    [all...]
libvex.h 592 IRType gWordTy, IRType hWordTy );
597 IRType gWordTy, IRType hWordTy );
  /external/valgrind/main/VEX/
test_main.c 79 //static IRSB* ac_instrument ( IRSB*, VexGuestLayout*, IRType );
84 IRType gWordTy, IRType hWordTy );
276 IRSB* ac_instrument (IRSB* bb_in, VexGuestLayout* layout, IRType hWordTy )
505 static IRType shadowType ( IRType ty );
536 IRType hWordTy;
648 static IRType shadowType ( IRType ty )
666 static IRExpr* definedOfType ( IRType ty )
    [all...]
  /external/valgrind/main/lackey/
lk_main.c 306 static Int type2index ( IRType ty )
353 static void instrument_detail(IRSB* sb, Op op, IRType type)
606 IRType gWordTy, IRType hWordTy )
612 IRType type;
796 IRType dataTy;
821 IRType dataTy;
    [all...]
  /external/valgrind/main/memcheck/
mc_translate.c 128 static IRType shadowTypeV ( IRType ty );
206 IRType hWordTy;
238 static IRTemp newTemp ( MCEnv* mce, IRType ty, TempKind kind )
363 static IRType shadowTypeV ( IRType ty )
387 static IRExpr* definedOfType ( IRType ty ) {
441 static IRAtom* assignNew ( HChar cat, MCEnv* mce, IRType ty, IRExpr* e )
445 IRType tyE = typeOfIRExpr(mce->sb->tyenv, e);
571 static IRAtom* mkUifU ( MCEnv* mce, IRType vty, IRAtom* a1, IRAtom* a2 )
    [all...]
mc_include.h 152 IRType MC_(get_otrack_reg_array_equiv_int_type) ( IRRegArray* arr );
569 IRType gWordTy, IRType hWordTy );
  /external/clang/lib/CodeGen/
TargetInfo.cpp 485 bool UseX86_MMXType(llvm::Type *IRType) {
488 return IRType->isVectorTy() && IRType->getPrimitiveSizeInBits() == 64 &&
489 cast<llvm::VectorType>(IRType)->getElementType()->isIntegerTy() &&
490 IRType->getScalarSizeInBits() != 64;
913 llvm::Type *IRType = CGT.ConvertType(Ty);
914 if (UseX86_MMXType(IRType)) {
918 ABIArgInfo AAI = ABIArgInfo::getDirect(IRType);
    [all...]
  /external/valgrind/main/coregrind/m_gdbserver/
m_gdbserver.c     [all...]
  /external/valgrind/main/exp-bbv/
bbv_main.c 350 IRType gWordTy, IRType hWordTy )
  /external/valgrind/main/include/
pub_tool_tooliface.h 139 // IRType gWordTy and IRType hWordTy contain the types of native
223 IRType gWordTy,
224 IRType hWordTy),
    [all...]

Completed in 103 milliseconds

1 2