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

  /external/clang/lib/Basic/
Diagnostic.cpp 350 bool Emitted;
358 Emitted = (DiagLevel != DiagnosticIDs::Ignored);
359 if (Emitted) {
366 Emitted = ProcessDiag();
377 return Emitted;
546 /// that applies being emitted. The empty condition is always true, making the
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.h 112 /// PendingLoads - Loads are not emitted to the program immediately. We bunch
120 /// for export to other blocks need to be emitted before any terminator
254 First(F), Last(L), SValue(SV), HeaderBB(H), Emitted(E) {}
259 bool Emitted;
280 First(F), Range(R), SValue(SV), Reg(Rg), RegVT(RgVT), Emitted(E),
287 bool Emitted;
  /external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp 80 " RAUW on a value it has emitted.");
290 /// emitted.
328 // CurFn - The llvm function being emitted. Only valid during
332 /// Information about emitted code, which is passed to the
418 MBBLocations[MBB->getNumber()] && "MBB not emitted!");
442 assert(LabelLocations.count(Label) && "Label not emitted!");
541 DEBUG(dbgs() << "JIT: Lazy stub emitted at [" << Stub << "] for function '"
577 DEBUG(dbgs() << "JIT: Indirect symbol emitted at [" << IndirectSym
595 DEBUG(dbgs() << "JIT: Stub emitted at [" << Stub
731 // Make sure GV is emitted first, and create a stub containing the full
    [all...]
  /external/clang/utils/TableGen/
ClangAttrEmitter.cpp     [all...]
NeonEmitter.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp     [all...]

Completed in 568 milliseconds