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

  /external/valgrind/main/memcheck/
mc_translate.c 134 static IRExpr* expr2vbits ( struct _MCEnv* mce, IRExpr* e );
135 static IRTemp findShadowTmpB ( struct _MCEnv* mce, IRTemp orig );
190 "typeOfIRExpr(mce->bb->tyenv, ...)" at various places in the
222 Shadow IRTemps are therefore allocated on demand. mce.tmpMap is a
240 both the table in mce->sb and to our auxiliary mapping. Note that
241 newTemp may cause mce->tmpMap to resize, hence previous results
242 from VG_(indexXA)(mce->tmpMap) are invalidated. */
243 static IRTemp newTemp ( MCEnv* mce, IRType ty, TempKind kind )
247 IRTemp tmp = newIRTemp(mce->sb->tyenv, ty);
251 newIx = VG_(addToXA)( mce->tmpMap, &ent )
5975 MCEnv mce; local
    [all...]
  /external/valgrind/main/VEX/
test_main.c 529 static IRExpr* expr2vbits ( struct _MCEnv* mce, IRExpr* e );
570 Shadow IRTemps are therefore allocated on demand. mce.tmpMap is a
589 static IRTemp findShadowTmp ( MCEnv* mce, IRTemp orig )
591 tl_assert(orig < mce->n_originalTmps);
592 if (mce->tmpMap[orig] == IRTemp_INVALID) {
593 mce->tmpMap[orig]
594 = newIRTemp(mce->bb->tyenv,
595 shadowType(mce->bb->tyenv->types[orig]));
597 return mce->tmpMap[orig];
606 static void newShadowTmp ( MCEnv* mce, IRTemp orig
2604 MCEnv mce; local
    [all...]
  /bionic/libc/kernel/uapi/asm-x86/asm/
mce.h 24 struct mce { struct
  /development/ndk/platforms/android-L/arch-x86/include/asm/
mce.h 24 struct mce { struct
  /development/ndk/platforms/android-L/arch-x86_64/include/asm/
mce.h 24 struct mce { struct
  /external/kernel-headers/original/uapi/asm-x86/asm/
mce.h 8 struct mce { struct
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/asm/
mce.h 24 struct mce { struct
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/asm/
mce.h 24 struct mce { struct
  /external/bluetooth/bluedroid/bta/
Android.mk 76 ./mce/bta_mce_api.c \
77 ./mce/bta_mce_main.c \
78 ./mce/bta_mce_act.c \
79 ./mce/bta_mce_cfg.c \
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/asm/
mce.h 50 struct mce { struct
75 * This structure contains all data related to the MCE log. Also
88 unsigned recordlen; /* length of struct mce */
89 struct mce entry[MCE_LOG_LEN];
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm/
mce.h 50 struct mce { struct
75 * This structure contains all data related to the MCE log. Also
88 unsigned recordlen; /* length of struct mce */
89 struct mce entry[MCE_LOG_LEN];
  /external/llvm/lib/Target/Sparc/
SparcCodeEmitter.cpp 39 JITCodeEmitter &MCE;
51 SparcCodeEmitter(TargetMachine &tm, JITCodeEmitter &mce)
53 TM(tm), MCE(mce), MCPEs(nullptr),
109 MCE.setModuleInfo(&getAnalysis<MachineModuleInfo> ());
114 MCE.startFunction(MF);
118 MCE.StartMachineBasicBlock(MBB);
123 } while (MCE.finishFunction(MF));
130 DEBUG(errs() << "JIT: " << (void*)MCE.getCurrentPCValue() << ":\t" << *MI);
132 MCE.processDebugLoc(MI->getDebugLoc(), true)
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCCodeEmitter.cpp 32 JITCodeEmitter &MCE;
47 PPCCodeEmitter(TargetMachine &tm, JITCodeEmitter &mce)
48 : MachineFunctionPass(ID), TM(tm), MCE(mce) {}
93 /// to the specified MCE object.
105 MCE.setModuleInfo(MMI);
108 MCE.startFunction(MF);
111 } while (MCE.finishFunction(MF));
117 MCE.StartMachineBasicBlock(&MBB);
121 MCE.processDebugLoc(MI.getDebugLoc(), true)
    [all...]
  /external/llvm/lib/Target/Mips/
MipsCodeEmitter.cpp 55 JITCodeEmitter &MCE;
68 MipsCodeEmitter(TargetMachine &tm, JITCodeEmitter &mce)
70 TM(tm), MCE(mce), MCPEs(nullptr), MJTEs(nullptr),
153 MCE.setModuleInfo(&getAnalysis<MachineModuleInfo> ());
158 MCE.startFunction(MF);
162 MCE.StartMachineBasicBlock(MBB);
167 } while (MCE.finishFunction(MF));
314 MCE.addRelocation(MachineRelocation::getGV(MCE.getCurrentPCOffset(), Reloc
    [all...]
  /device/lge/mako/camera/QCamera/HAL/core/src/
QCameraHWI_Parm.cpp 296 static const str_map mce[] = { member in namespace:android
778 mce,sizeof(mce)/sizeof(str_map));
    [all...]
  /device/lge/mako/camera/
QCameraHWI_Parm.cpp 301 static const str_map mce[] = { member in namespace:android
808 mce,sizeof(mce)/sizeof(str_map));
    [all...]
QualcommCameraHardware.cpp 756 static const str_map mce[] = { member in namespace:android
    [all...]
  /device/moto/shamu/camera/QCamera/HAL/core/src/
QCameraHWI_Parm.cpp 312 static const str_map mce[] = { member in namespace:android
853 mce,sizeof(mce)/sizeof(str_map));
    [all...]
  /external/llvm/lib/Target/ARM/
ARMCodeEmitter.cpp 55 JITCodeEmitter &MCE;
69 ARMCodeEmitter(TargetMachine &tm, JITCodeEmitter &mce)
73 MCE(mce), MCPEs(nullptr), MJTEs(nullptr),
359 /// code to the specified MCE object.
384 MCE.setModuleInfo(MMI);
389 MCE.startFunction(MF);
392 MCE.StartMachineBasicBlock(MBB);
397 } while (MCE.finishFunction(MF));
473 ? MachineRelocation::getIndirectSymbol(MCE.getCurrentPCOffset(), Reloc
    [all...]
  /external/llvm/lib/Target/X86/
X86CodeEmitter.cpp 48 CodeEmitter &MCE;
55 explicit Emitter(X86TargetMachine &tm, CodeEmitter &mce)
57 MCE(mce), PICBaseOffset(0), Is64BitMode(false),
132 MCE.setModuleInfo(MMI);
141 MCE.startFunction(MF);
144 MCE.StartMachineBasicBlock(MBB);
155 } while (MCE.finishFunction(MF));
262 MCE.addRelocation(MachineRelocation::getBB(MCE.getCurrentPCOffset()
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ntddk.h 42 #include <mce.h>
    [all...]

Completed in 474 milliseconds