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 393 bool Emitted;
401 Emitted = (DiagLevel != DiagnosticIDs::Ignored);
402 if (Emitted) {
409 Emitted = ProcessDiag();
420 return Emitted;
605 /// that applies being emitted. The empty condition is always true, making the
    [all...]
  /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
242 First(F), Last(L), SValue(SV), HeaderBB(H), Emitted(E) {}
247 bool Emitted;
268 First(F), Range(R), SValue(SV), Reg(Rg), RegVT(RgVT), Emitted(E),
275 bool Emitted;
  /external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp 80 " RAUW on a value it has emitted.");
297 /// emitted.
338 // CurFn - The llvm function being emitted. Only valid during
342 /// Information about emitted code, which is passed to the
438 MBBLocations[MBB->getNumber()] && "MBB not emitted!");
462 assert(LabelLocations.count(Label) && "Label not emitted!");
562 DEBUG(dbgs() << "JIT: Lazy stub emitted at [" << Stub << "] for function '"
598 DEBUG(dbgs() << "JIT: Indirect symbol emitted at [" << IndirectSym
616 DEBUG(dbgs() << "JIT: Stub emitted at [" << Stub
742 // Make sure GV is emitted first, and create a stub containing the full
    [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp     [all...]

Completed in 155 milliseconds