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

  /external/llvm/lib/CodeGen/
LiveInterval.cpp 356 const_iterator je = other.end(); local
368 j = std::upper_bound(j, je, i->start);
375 if (j == je) return false;
380 std::swap(ie, je);
403 const_iterator JE = Other.end();
404 if (J == JE)
422 std::swap(IE, JE);
426 if (++J == JE)
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopInterchange.cpp 108 ValueVector::iterator I, IE, J, JE;
111 for (J = I, JE = MemInstr.end(); J != JE; ++J) {
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
ScheduleDAGInstrs.cpp 487 std::map<const Value *, std::vector<SUnit *> >::iterator JE =
489 if (J != JE) {
RegisterCoalescer.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
JITEmitter.cpp 188 JITEmitter &JE;
194 explicit JITResolver(JIT &jit, JITEmitter &je)
195 : state(&jit), nextGOTIndex(0), JE(je), TheJIT(&jit) {
548 JE.startGVStub(F, SL.Size, SL.Alignment);
551 Stub = TheJIT->getJITInfo().emitFunctionStub(F, Actual, JE);
552 JE.finishGVStub();
595 JE);
611 JE.startGVStub(0, SL.Size, SL.Alignment);
612 Stub = TheJIT->getJITInfo().emitFunctionStub(0, FnAddr, JE);
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/
tables.go     [all...]
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/
tables.go     [all...]
  /external/mesa3d/src/mesa/x86/
assyntax.h 473 #define JE(a) CHOICE(je a, je a, je a)
    [all...]

Completed in 389 milliseconds