HomeSort by relevance Sort by last modified time
    Searched defs:JE (Results 1 - 6 of 6) sorted by null

  /external/llvm/lib/CodeGen/
LiveInterval.cpp 104 const_iterator je = other.end(); local
116 j = std::upper_bound(j, je, i->start);
123 if (j == je) return false;
128 std::swap(ie, je);
151 const_iterator JE = Other.end();
152 if (J == JE)
170 std::swap(IE, JE);
174 if (++J == JE)
ScheduleDAGInstrs.cpp 642 JE = (*I)->Succs.end(); J != JE; ++J)
    [all...]
  /external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp 185 JITEmitter &JE;
191 explicit JITResolver(JIT &jit, JITEmitter &je)
192 : state(&jit), nextGOTIndex(0), JE(je), TheJIT(&jit) {
528 JE.startGVStub(F, SL.Size, SL.Alignment);
531 Stub = TheJIT->getJITInfo().emitFunctionStub(F, Actual, JE);
532 JE.finishGVStub();
575 JE);
591 JE.startGVStub(nullptr, SL.Size, SL.Alignment);
592 Stub = TheJIT->getJITInfo().emitFunctionStub(nullptr, FnAddr, JE);
    [all...]
  /external/chromium_org/third_party/libaddressinput/src/java/src/com/android/i18n/addressinput/
RegionDataConstants.java 568 JE(new String[]{
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/x86/
assyntax.h 473 #define JE(a) CHOICE(je a, je a, je a)
    [all...]
  /external/mesa3d/src/mesa/x86/
assyntax.h 473 #define JE(a) CHOICE(je a, je a, je a)
    [all...]

Completed in 366 milliseconds