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

12 3 4 5

  /external/clang/test/Sema/
block-return.c 120 int (^EE) (void) = ^{ return i+1; }; // OK
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfAccelTable.cpp 82 EI = Entries.begin(), EE = Entries.end(); EI != EE; ++EI) {
243 EI = Entries.begin(), EE = Entries.end(); EI != EE; ++EI) {
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp 264 void *reset(LLVMContext &C, ExecutionEngine *EE,
268 void *ArgvArray::reset(LLVMContext &C, ExecutionEngine *EE,
271 unsigned PtrSize = EE->getDataLayout()->getPointerSize();
287 EE->StoreValueToMemory(PTOGV(Dest), (GenericValue*)(Array+i*PtrSize),
292 EE->StoreValueToMemory(PTOGV(0),
345 static bool isTargetNullPtr(ExecutionEngine *EE, void *Loc) {
346 unsigned PtrSize = EE->getDataLayout()->getPointerSize();
493 ExecutionEngine *EE =
496 if (EE) return EE;
    [all...]
  /external/llvm/lib/Analysis/
BranchProbabilityInfo.cpp 330 EE = BackEdges.end(); EI != EE; ++EI) {
341 EE = InEdges.end(); EI != EE; ++EI) {
352 EE = ExitingEdges.end(); EI != EE; ++EI) {
MemoryDependenceAnalysis.cpp     [all...]
LoopInfo.cpp 306 for (BasicBlock::iterator II = (*BB)->begin(), EE = (*BB)->end();
307 II != EE; II++) {
  /external/llvm/utils/TableGen/
CodeEmitterGen.cpp 310 std::map<std::string, std::vector<std::string> >::iterator IE, EE;
311 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 133 EE = BB->end(); II != EE; ++II)
432 EscapeEnumerator EE(F, "gc_cleanup");
433 while (IRBuilder<> *AtExit = EE.Next()) {
Analysis.cpp 45 EE = STy->element_end();
46 EI != EE; ++EI) {
83 EE = STy->element_end();
84 EI != EE; ++EI)
132 for (unsigned j = 0, ee = CI.Codes.size(); j != ee; ++j) {
MachineCSE.cpp 270 MachineBasicBlock::const_iterator EE = CSMBB->end();
274 while (I != E && I != EE && I->isDebugValue())
277 if (I == EE) {
283 EE = MBB->end();
ScheduleDAG.cpp 81 EE = PredSU->Succs.end(); II != EE; ++II) {
  /external/llvm/unittests/ExecutionEngine/JIT/
OProfileJITEventListenerTest.cpp 144 EE->RegisterJITEventListener(Listener.get());
  /external/llvm/examples/Kaleidoscope/MCJIT/complete/
toy.cpp 971 // If we have an EE, the EE owns the module so just delete the EE.
1034 ExecutionEngine *EE = EngineBuilder(M)
1039 if (!EE) {
1045 EE->setObjectCache(&OurObjectCache);
1058 FPM->add(new DataLayout(*EE->getDataLayout()));
1085 EE->finalizeObject();
1088 EngineMap[M] = EE;
1090 return EE;
    [all...]
  /frameworks/compile/slang/
slang_rs_context.cpp 259 EE = mNeedExportTypes.end();
260 EI != EE;
  /external/llvm/lib/Target/ARM/
A15SDOptimizer.cpp 231 EE = MRI->use_end();
232 II != EE; ++II) {
634 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 68 ExecutionEngine &EE;
81 ExecutionEngineState(ExecutionEngine &EE);
252 "EE!");
288 /// used by clients of the EE that want to have an LLVM global overlay
316 /// getPointerToFunction - The different EE's represent function bodies in
323 /// getPointerToBasicBlock - The different EE's represent basic blocks in
  /external/v8/test/mjsunit/
uri.js 65 assertEquals('%EE%80%80', encodeURI(s10));
  /external/chromium_org/third_party/openssl/openssl/crypto/srp/
srp_grps.h 241 bn_pack4(043E,8F66,3F48,60EE),
247 bn_pack4(A797,15EE,F29B,E328),
379 bn_pack4(043E,8F66,3F48,60EE),
385 bn_pack4(A797,15EE,F29B,E328),
  /external/llvm/examples/Kaleidoscope/MCJIT/lazy/
toy.cpp 719 // If we have an EE, the EE owns the module so just delete the EE.
789 ExecutionEngine *EE = compileModule(*it);
790 void *P = EE->getPointerToFunction(F);
871 ExecutionEngine *EE = compileModule(*it);
872 void *P = EE->getPointerToFunction(F);
    [all...]
  /external/openssl/crypto/srp/
srp_grps.h 241 bn_pack4(043E,8F66,3F48,60EE),
247 bn_pack4(A797,15EE,F29B,E328),
379 bn_pack4(043E,8F66,3F48,60EE),
385 bn_pack4(A797,15EE,F29B,E328),
  /sdk/emulator/opengl/tests/event_injector/
emulator-console.c 335 #define EE(x,y) if (keycode == x) return y;
  /external/chromium_org/v8/test/mjsunit/
uri.js 65 assertEquals('%EE%80%80', encodeURI(s10));
  /external/llvm/lib/Transforms/Scalar/
TailRecursionElimination.cpp 192 for (Function::iterator BB = F.begin(), EE = F.end(); BB != EE; ++BB) {

Completed in 833 milliseconds

12 3 4 5