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

  /external/clang/lib/Basic/
Diagnostic.cpp 360 bool Emitted = DiagObj->ProcessDiag();
373 return Emitted;
558 /// that applies being emitted. The empty condition is always true, making the
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.h 111 /// PendingLoads - Loads are not emitted to the program immediately. We bunch
119 /// for export to other blocks need to be emitted before any terminator
251 First(F), Last(L), SValue(SV), HeaderBB(H), Emitted(E) {}
256 bool Emitted;
275 First(F), Range(R), SValue(SV), Reg(Rg), RegVT(RgVT), Emitted(E),
282 bool Emitted;
  /external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp 81 " RAUW on a value it has emitted.");
293 /// emitted.
337 // CurFn - The llvm function being emitted. Only valid during
341 /// Information about emitted code, which is passed to the
437 MBBLocations[MBB->getNumber()] && "MBB not emitted!");
461 assert(LabelLocations.count(Label) && "Label not emitted!");
561 DEBUG(dbgs() << "JIT: Lazy stub emitted at [" << Stub << "] for function '"
597 DEBUG(dbgs() << "JIT: Indirect symbol emitted at [" << IndirectSym
615 DEBUG(dbgs() << "JIT: Stub emitted at [" << Stub
741 // Make sure GV is emitted first, and create a stub containing the full
    [all...]
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp     [all...]

Completed in 43 milliseconds