HomeSort by relevance Sort by last modified time
    Searched refs:mce (Results 1 - 12 of 12) sorted by null

  /external/valgrind/main/VEX/
test_main.c 506 static IRExpr* expr2vbits ( struct _MCEnv* mce, IRExpr* e );
547 Shadow IRTemps are therefore allocated on demand. mce.tmpMap is a
566 static IRTemp findShadowTmp ( MCEnv* mce, IRTemp orig )
568 tl_assert(orig < mce->n_originalTmps);
569 if (mce->tmpMap[orig] == IRTemp_INVALID) {
570 mce->tmpMap[orig]
571 = newIRTemp(mce->bb->tyenv,
572 shadowType(mce->bb->tyenv->types[orig]));
574 return mce->tmpMap[orig];
583 static void newShadowTmp ( MCEnv* mce, IRTemp orig
2581 MCEnv mce; local
    [all...]
  /external/valgrind/main/memcheck/
mc_translate.c 129 static IRExpr* expr2vbits ( struct _MCEnv* mce, IRExpr* e );
130 static IRTemp findShadowTmpB ( struct _MCEnv* mce, IRTemp orig );
185 "typeOfIRExpr(mce->bb->tyenv, ...)" at various places in the
217 Shadow IRTemps are therefore allocated on demand. mce.tmpMap is a
235 both the table in mce->sb and to our auxiliary mapping. Note that
236 newTemp may cause mce->tmpMap to resize, hence previous results
237 from VG_(indexXA)(mce->tmpMap) are invalidated. */
238 static IRTemp newTemp ( MCEnv* mce, IRType ty, TempKind kind )
242 IRTemp tmp = newIRTemp(mce->sb->tyenv, ty);
246 newIx = VG_(addToXA)( mce->tmpMap, &ent )
5299 MCEnv mce; local
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/
mce.h 28 struct mce { struct
45 * This structure contains all data related to the MCE log. Also
59 struct mce entry[MCE_LOG_LEN];
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/asm/
mce.h 28 struct mce { struct
45 * This structure contains all data related to the MCE log. Also
59 struct mce entry[MCE_LOG_LEN];
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/asm/
mce.h 28 struct mce { struct
45 * This structure contains all data related to the MCE log. Also
59 struct mce entry[MCE_LOG_LEN];
  /external/llvm/lib/Target/PowerPC/
PPCCodeEmitter.cpp 32 JITCodeEmitter &MCE;
47 PPCCodeEmitter(TargetMachine &tm, JITCodeEmitter &mce)
48 : MachineFunctionPass(ID), TM(tm), MCE(mce) {}
88 /// to the specified MCE object.
100 MCE.setModuleInfo(MMI);
103 MCE.startFunction(MF);
106 } while (MCE.finishFunction(MF));
112 MCE.StartMachineBasicBlock(&MBB);
116 MCE.processDebugLoc(MI.getDebugLoc(), true)
    [all...]
  /external/llvm/lib/Target/Mips/
MipsCodeEmitter.cpp 54 JITCodeEmitter &MCE;
67 MipsCodeEmitter(TargetMachine &tm, JITCodeEmitter &mce)
70 TM(tm), MCE(mce), MCPEs(0), MJTEs(0),
138 MCE.setModuleInfo(&getAnalysis<MachineModuleInfo> ());
143 MCE.startFunction(MF);
147 MCE.StartMachineBasicBlock(MBB);
152 } while (MCE.finishFunction(MF));
239 MCE.addRelocation(MachineRelocation::getGV(MCE.getCurrentPCOffset(), Reloc
    [all...]
  /external/llvm/lib/Target/X86/
X86CodeEmitter.cpp 47 CodeEmitter &MCE;
54 explicit Emitter(X86TargetMachine &tm, CodeEmitter &mce)
56 MCE(mce), PICBaseOffset(0), Is64BitMode(false),
58 Emitter(X86TargetMachine &tm, CodeEmitter &mce,
61 MCE(mce), PICBaseOffset(0), Is64BitMode(is64),
136 MCE.setModuleInfo(MMI);
145 MCE.startFunction(MF);
148 MCE.StartMachineBasicBlock(MBB)
    [all...]
  /device/lge/mako/camera/QCamera/HAL/core/src/
QCameraHWI_Parm.cpp 299 static const str_map mce[] = { member in namespace:android
781 mce,sizeof(mce)/sizeof(str_map));
    [all...]
  /device/lge/mako/camera/
QCameraHWI_Parm.cpp 299 static const str_map mce[] = { member in namespace:android
806 mce,sizeof(mce)/sizeof(str_map));
    [all...]
QualcommCameraHardware.cpp 759 static const str_map mce[] = { member in namespace:android
    [all...]
  /external/llvm/lib/Target/ARM/
ARMCodeEmitter.cpp 53 JITCodeEmitter &MCE;
67 ARMCodeEmitter(TargetMachine &tm, JITCodeEmitter &mce)
71 MCE(mce), MCPEs(0), MJTEs(0),
388 /// code to the specified MCE object.
413 MCE.setModuleInfo(MMI);
418 MCE.startFunction(MF);
421 MCE.StartMachineBasicBlock(MBB);
426 } while (MCE.finishFunction(MF));
505 ? MachineRelocation::getIndirectSymbol(MCE.getCurrentPCOffset(), Reloc
    [all...]

Completed in 556 milliseconds