HomeSort by relevance Sort by last modified time
    Searched refs:EE (Results 26 - 50 of 126) sorted by null

12 3 4 5 6

  /external/clang/test/CodeGen/
2002-07-14-MiscTests3.c 148 double EE, double FF, double GG, double HH,
151 return X + Y + Z + AA + BB + CC + DD + EE + FF + GG + HH
  /external/llvm/lib/Target/MSP430/
MSP430BranchSelector.cpp 69 for (MachineBasicBlock::iterator MBBI = MBB->begin(), EE = MBB->end();
70 MBBI != EE; ++MBBI)
  /external/clang/test/Sema/
block-return.c 120 int (^EE) (void) = ^{ return i+1; }; // OK
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfAccelTable.cpp 72 for (StringMap<DataArray>::iterator EI = Entries.begin(), EE = Entries.end();
73 EI != EE; ++EI) {
234 EE = Entries.end();
235 EI != EE; ++EI) {
  /external/llvm/tools/lli/
RemoteMemoryManager.h 83 void notifyObjectLoaded(ExecutionEngine *EE, const ObjectImage *Obj) override;
RemoteMemoryManager.cpp 80 void RemoteMemoryManager::notifyObjectLoaded(ExecutionEngine *EE,
140 EE->mapSectionAddress(const_cast<void*>(Offsets[i].first.MB.base()), Addr);
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp 272 void *reset(LLVMContext &C, ExecutionEngine *EE,
276 void *ArgvArray::reset(LLVMContext &C, ExecutionEngine *EE,
279 unsigned PtrSize = EE->getDataLayout()->getPointerSize();
295 EE->StoreValueToMemory(PTOGV(Dest), (GenericValue*)(Array+i*PtrSize),
300 EE->StoreValueToMemory(PTOGV(nullptr),
353 static bool isTargetNullPtr(ExecutionEngine *EE, void *Loc) {
354 unsigned PtrSize = EE->getDataLayout()->getPointerSize();
522 ExecutionEngine *EE = nullptr;
524 EE = ExecutionEngine::MCJITCtor(M, ErrorStr, MCJMM ? MCJMM : JMM,
527 EE = ExecutionEngine::JITCtor(M, ErrorStr, JMM
    [all...]
  /external/llvm/lib/Analysis/
BranchProbabilityInfo.cpp 335 EE = BackEdges.end(); EI != EE; ++EI) {
346 EE = InEdges.end(); EI != EE; ++EI) {
357 EE = ExitingEdges.end(); EI != EE; ++EI) {
MemoryDependenceAnalysis.cpp     [all...]
  /external/llvm/utils/TableGen/
CodeEmitterGen.cpp 305 std::map<std::string, std::vector<std::string> >::iterator IE, EE;
306 for (IE = CaseMap.begin(), EE = CaseMap.end(); IE != EE; ++IE) {
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/tests/gas64/
gas-macho64.asm 82 # EE FF FF FF FF FF FF FF
89 # EE FF FF FF FF FF FF FF
  /external/llvm/lib/CodeGen/
ShadowStackGC.cpp 134 EE = BB->end(); II != EE; ++II)
433 EscapeEnumerator EE(F, "gc_cleanup");
434 while (IRBuilder<> *AtExit = EE.Next()) {
Analysis.cpp 46 EE = STy->element_end();
47 EI != EE; ++EI) {
84 EE = STy->element_end();
85 EI != EE; ++EI)
133 for (unsigned j = 0, ee = CI.Codes.size(); j != ee; ++j) {
MachineCSE.cpp 286 MachineBasicBlock::const_iterator EE = CSMBB->end();
290 while (I != E && I != EE && I->isDebugValue())
293 if (I == EE) {
299 EE = MBB->end();
  /external/llvm/unittests/ExecutionEngine/JIT/
OProfileJITEventListenerTest.cpp 144 EE->RegisterJITEventListener(Listener.get());
  /external/llvm/examples/Kaleidoscope/MCJIT/complete/
toy.cpp 972 // If we have an EE, the EE owns the module so just delete the EE.
1035 ExecutionEngine *EE = EngineBuilder(M)
1040 if (!EE) {
1046 EE->setObjectCache(&OurObjectCache);
1059 FPM->add(new DataLayout(*EE->getDataLayout()));
1086 EE->finalizeObject();
1089 EngineMap[M] = EE;
1091 return EE;
    [all...]
  /external/llvm/lib/ExecutionEngine/MCJIT/
MCJIT.h 59 void notifyObjectLoaded(ExecutionEngine *EE,
61 ClientMM->notifyObjectLoaded(EE, Obj);
  /external/llvm/lib/Target/PowerPC/
PPCBranchSelector.cpp 79 for (MachineBasicBlock::iterator MBBI = MBB->begin(), EE = MBB->end();
80 MBBI != EE; ++MBBI)
  /frameworks/compile/slang/
slang_rs_context.cpp 240 EE = mNeedExportTypes.end();
241 EI != EE;
  /external/llvm/lib/Target/ARM/
A15SDOptimizer.cpp 225 II = MRI->use_instr_begin(Reg), EE = MRI->use_instr_end();
226 II != EE; ++II) {
633 EE = DefSrcs.end(); II != EE; ++II) {
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
simd-2.asm 37 cvtpi2pd xmm5, mm6 ; 66 0F 2A EE
  /external/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h 72 ExecutionEngine &EE;
85 ExecutionEngineState(ExecutionEngine &EE);
279 "EE!");
332 /// used by clients of the EE that want to have an LLVM global overlay
366 /// getPointerToFunction - The different EE's represent function bodies in
376 /// getPointerToBasicBlock - The different EE's represent basic blocks in
  /external/llvm/examples/Kaleidoscope/MCJIT/lazy/
toy.cpp 720 // If we have an EE, the EE owns the module so just delete the EE.
790 ExecutionEngine *EE = compileModule(*it);
791 void *P = EE->getPointerToFunction(F);
872 ExecutionEngine *EE = compileModule(*it);
873 void *P = EE->getPointerToFunction(F);
    [all...]
  /sdk/emulator/opengl/tests/event_injector/
emulator-console.c 335 #define EE(x,y) if (keycode == x) return y;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
adogpool.h 1031 #define ADO_Reserved_49 GUID_BUILDER(ADO_Reserved_49,D808C6F7,36C0,4302,80,EE,C4,B7,00,F8,D2,38)
1049 #define ADO_Reserved_52 GUID_BUILDER(ADO_Reserved_52,71701A97,5386,43B0,95,8D,3C,EE,40,57,B1,99)
    [all...]

Completed in 671 milliseconds

12 3 4 5 6