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

  /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;
SelectionDAGISel.cpp 509 // Lower all of the non-terminator instructions. If a call is emitted
    [all...]
  /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
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...]
  /external/clang/lib/Basic/
Diagnostic.cpp 393 bool Emitted;
401 Emitted = (DiagLevel != DiagnosticIDs::Ignored);
402 if (Emitted) {
409 Emitted = ProcessDiag();
420 return Emitted;
589 /// that applies being emitted. The empty condition is always true, making the
    [all...]

Completed in 62 milliseconds