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

  /external/clang/lib/Basic/
Diagnostic.cpp 391 bool Emitted = ProcessDiag();
401 return Emitted;
586 /// 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 80 " RAUW on a value it has emitted.");
292 /// emitted.
333 // CurFn - The llvm function being emitted. Only valid during
337 /// Information about emitted code, which is passed to the
433 MBBLocations[MBB->getNumber()] && "MBB not emitted!");
457 assert(LabelLocations.count(Label) && "Label not emitted!");
557 DEBUG(dbgs() << "JIT: Lazy stub emitted at [" << Stub << "] for function '"
593 DEBUG(dbgs() << "JIT: Indirect symbol emitted at [" << IndirectSym
611 DEBUG(dbgs() << "JIT: Stub emitted at [" << Stub
737 // Make sure GV is emitted first, and create a stub containing the full
    [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp     [all...]

Completed in 115 milliseconds