HomeSort by relevance Sort by last modified time
    Searched refs:IRType (Results 1 - 25 of 44) 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 )
  /external/valgrind/main/drd/
drd_load_store.h 47 IRType const gWordTy,
48 IRType const hWordTy);
drd_load_store.c 437 IRType const gWordTy,
438 IRType const hWordTy)
573 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 173 /*IN*/ IRType guest_word_type,
ir_defs.c 47 void ppIRType ( IRType ty )
    [all...]
host_ppc_isel.c 215 - A mapping from IRTemp to IRType, giving the type of any IRTemp we
391 static PPCAMode* iselWordExpr_AMode_wrk ( ISelEnv* env, IRExpr* e, IRType xferTy );
392 static PPCAMode* iselWordExpr_AMode ( ISelEnv* env, IRExpr* e, IRType xferTy );
    [all...]
guest_ppc_toIR.c 449 static IRTemp newTemp ( IRType ty )
512 IRType tyA = typeOfIRExpr(irsb->tyenv, addr);
570 static IRExpr* loadBE ( IRType ty, IRExpr* addr )
892 static IROp mkSzOp ( IRType ty, IROp op8 )
907 static Addr64 mkSzAddr ( IRType ty, Addr64 addr )
916 static IRExpr* mkSzImm ( IRType ty, ULong imm64 )
923 static IRConst* mkSzConst ( IRType ty, ULong imm64 )
932 static IRExpr* mkSzExtendS16 ( IRType ty, UInt imm16 )
941 static IRExpr* mkSzExtendS32 ( IRType ty, UInt imm32 )
950 static IRExpr* mkNarrowTo8 ( IRType ty, IRExpr* src
    [all...]
  /external/valgrind/main/VEX/pub/
libvex.h 532 IRType gWordTy, IRType hWordTy );
537 IRType gWordTy, IRType hWordTy );
libvex_ir.h 233 IRType;
235 /* Pretty-print an IRType */
236 extern void ppIRType ( IRType );
238 /* Get the size (in bytes) of an IRType */
239 extern Int sizeofIRType ( IRType );
364 IRType elemTy; /* type of each element in the indexed area */
369 extern IRRegArray* mkIRRegArray ( Int, IRType, Int );
    [all...]
  /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/memcheck/
mc_translate.c 127 static IRType shadowTypeV ( IRType ty );
199 IRType hWordTy;
231 static IRTemp newTemp ( MCEnv* mce, IRType ty, TempKind kind )
356 static IRType shadowTypeV ( IRType ty )
376 static IRExpr* definedOfType ( IRType ty ) {
430 static IRAtom* assignNew ( HChar cat, MCEnv* mce, IRType ty, IRExpr* e )
434 IRType tyE = typeOfIRExpr(mce->sb->tyenv, e);
544 static IRAtom* mkUifU ( MCEnv* mce, IRType vty, IRAtom* a1, IRAtom* a2 )
    [all...]
mc_include.h 143 IRType MC_(get_otrack_reg_array_equiv_int_type) ( IRRegArray* arr );
552 IRType gWordTy, IRType hWordTy );
  /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/clang/lib/CodeGen/
TargetInfo.cpp 394 bool UseX86_MMXType(llvm::Type *IRType) {
397 return IRType->isVectorTy() && IRType->getPrimitiveSizeInBits() == 64 &&
398 cast<llvm::VectorType>(IRType)->getElementType()->isIntegerTy() &&
399 IRType->getScalarSizeInBits() != 64;
735 llvm::Type *IRType = CGT.ConvertType(Ty);
736 if (UseX86_MMXType(IRType)) {
740 ABIArgInfo AAI = ABIArgInfo::getDirect(IRType);
914 llvm::Type *GetSSETypeAtOffset(llvm::Type *IRType,
917 llvm::Type *GetINTEGERTypeAtOffset(llvm::Type *IRType,
    [all...]
  /external/valgrind/tsan/
ts_valgrind.cc 971 IRType sp_type;
999 IRType gWordTy, IRType hWordTy ) {
    [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 476 milliseconds

1 2