HomeSort by relevance Sort by last modified time
    Searched refs:Emitted (Results 1 - 9 of 9) 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/clang/lib/Basic/
Diagnostic.cpp 365 bool Emitted;
373 Emitted = (DiagLevel != DiagnosticIDs::Ignored);
374 if (Emitted) {
381 Emitted = ProcessDiag();
392 return Emitted;
561 /// 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
264 First(F), Last(L), SValue(SV), HeaderBB(H), Emitted(E) {}
269 bool Emitted;
289 : First(F), Range(R), SValue(SV), Reg(Rg), RegVT(RgVT), Emitted(E),
297 bool Emitted;
    [all...]
SelectionDAGISel.cpp 654 // Lower the instructions. If a call is emitted as a tail call, cease emitting
    [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/MC/
MCAsmStreamer.cpp 95 /// AddComment - Add a comment that can be emitted to the generated .s
256 /// AddComment - Add a comment that can be emitted to the generated .s
715 for (unsigned Emitted = 0; Emitted != Size;) {
716 unsigned Remaining = Size - Emitted;
725 IsLittleEndian ? Emitted : (Remaining - EmissionSize);
736 Emitted += EmissionSize;
    [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp     [all...]
  /external/clang/utils/TableGen/
ClangAttrEmitter.cpp     [all...]
NeonEmitter.cpp     [all...]

Completed in 872 milliseconds