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

  /external/llvm/include/llvm/ExecutionEngine/Orc/
LazyEmittingLayer.h 61 this->EmitState = Emitted;
75 case Emitted:
92 EmitState = Emitted;
109 enum { NotEmitted, Emitting, Emitted } EmitState;
149 // We don't need the mangled names set any more: Once we've emitted this
  /external/swiftshader/third_party/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;
SelectionDAGISel.cpp 409 // Lower all of the non-terminator instructions. If a call is emitted
799 "The only use of the vreg must be a use, we haven't emitted the def!");
815 /// Return false if it needs to be emitted.
    [all...]
  /external/swiftshader/third_party/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/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMFastISel.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86FastISel.cpp     [all...]
  /external/clang/lib/Basic/
Diagnostic.cpp 366 bool Emitted;
374 Emitted = (DiagLevel != DiagnosticIDs::Ignored);
375 if (Emitted) {
382 Emitted = ProcessDiag();
393 return Emitted;
562 /// that applies being emitted. The empty condition is always true, making the
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.h 116 /// PendingLoads - Loads are not emitted to the program immediately. We bunch
128 /// for export to other blocks need to be emitted before any terminator
265 Emitted(E) {}
270 bool Emitted;
291 RegVT(RgVT), Emitted(E), ContiguousRange(CR), Parent(P), Default(D),
298 bool Emitted;
    [all...]
SelectionDAGISel.cpp 668 // Lower the instructions. If a call is emitted as a tail call, cease emitting
    [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp     [all...]
  /external/llvm/lib/MC/
MCAsmStreamer.cpp 98 /// AddComment - Add a comment that can be emitted to the generated .s
288 /// AddComment - Add a comment that can be emitted to the generated .s
806 for (unsigned Emitted = 0; Emitted != Size;) {
807 unsigned Remaining = Size - Emitted;
814 IsLittleEndian ? Emitted : (Remaining - EmissionSize);
825 Emitted += EmissionSize;
    [all...]
  /external/clang/utils/TableGen/
ClangAttrEmitter.cpp     [all...]
NeonEmitter.cpp     [all...]
  /prebuilts/go/darwin-x86/src/html/template/
escape_test.go     [all...]
  /prebuilts/go/linux-x86/src/html/template/
escape_test.go     [all...]

Completed in 1265 milliseconds