HomeSort by: relevance | last modified time | path
    Searched refs:Marker (Results 1 - 14 of 14) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
Waymarking.h 225 template <class TIter, class Marker = Waymarker<
231 size_t Count = Marker::Traits::Tags::Remain;
232 if (Offset <= Marker::Traits::NUM_STATIC_TAGS) {
234 while (Offset != Marker::Traits::NUM_STATIC_TAGS) {
235 Marker::setWaymark(*Begin, Marker::Traits::Tags::Values[Offset]);
248 size_t Off = Marker::Traits::NUM_STATIC_TAGS;
252 unsigned Tag = Count & Marker::Traits::MARK_MASK;
255 if (Count <= Marker::Traits::MARK_MASK) {
256 Tag |= Marker::Traits::STOP_MASK
    [all...]
  /src/external/apache2/llvm/dist/llvm/utils/FileCheck/
FileCheck.cpp 190 /// A note to follow the marker, or empty string if none.
192 /// Does this marker indicate inclusion by -dump-input-filter=error?
337 /// The marker to use.
338 MarkerStyle Marker;
421 A.Marker = GetMarker(DiagItr->MatchTy);
423 A.Marker.Note = DiagItr->Note;
425 // markers. For example, a marker for 'with "VAR" equal to "5"' would
427 // for the marker simply points to the start of the match/search range for
432 A.Marker.Lead = ' ';
437 A.Marker.Note = "error: " + A.Marker.Note
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
StackLifetime.h 116 struct Marker {
122 DenseMap<const BasicBlock *, SmallVector<std::pair<unsigned, Marker>, 4>>
  /src/external/apache2/llvm/dist/clang/lib/Frontend/
VerifyDiagnosticConsumer.cpp 160 // Return true if a marker is next.
161 // A marker is the longest match for /#[A-Za-z0-9_-]+/.
318 // Tracker for markers in the input files. A marker is a comment of the form
326 // Marker declarations must be at the start of a comment or preceded by
331 struct Marker {
336 llvm::StringMap<Marker> Markers;
339 // marker.
345 // Register a marker.
348 {MarkerName, Marker{Pos, SourceLocation(), SourceLocation()}});
350 Marker &M = InsertResult.first->second
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
FuzzerMerge.cpp 81 std::string Marker;
83 ISS1 >> Marker;
85 if (Marker == "STARTED") {
93 } else if (Marker == "DONE") {
234 // Write the pre-run marker.
253 // Write the post-run marker and the coverage.
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
StackLifetime.cpp 67 // Returns unique alloca annotated by lifetime marker only if
93 DenseMap<const BasicBlock *, SmallDenseMap<const IntrinsicInst *, Marker>>
143 auto ProcessMarker = [&](const IntrinsicInst *I, const Marker &M) {
164 // Scan the BB to determine the marker order.
211 // then we know that the BEGIN marker comes after the END,
323 // There is marker which we can't assign to a specific alloca, so we
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Value.h 527 #define HANDLE_CONSTANT_MARKER(Marker, Constant) Marker = Constant##Val,
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
CommentLexer.h 37 backslash_command, // Command with an ID, that used backslash marker.
38 at_command, // Command with an ID, that used 'at' marker.
286 /// command, including command marker.
326 void setupAndLexVerbatimBlock(Token &T, const char *TextBegin, char Marker,
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86ExpandPseudo.cpp 193 //"movq %rax, %rdi" marker.
227 // Emit marker "movq %rax, %rdi". %rdi is not callee-saved, so it cannot be
231 auto *Marker = BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(X86::MOV64rr))
236 MBB.getParent()->moveCallSiteInfo(&MI, Marker);
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64ExpandPseudoInsts.cpp 662 // x29` marker. Mark the sequence as bundle, to avoid passes moving other code
687 auto *Marker = BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(AArch64::ORRXrs))
694 MBB.getParent()->moveCallSiteInfo(&MI, Marker);
697 std::next(Marker->getIterator()));
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
CodeExtractor.cpp 537 // Find bitcasts in the outlined region that have lifetime marker users
538 // outside that region. Replace the lifetime marker use with an
562 << *Bitcast << " in out-of-region lifetime marker "
1051 // Get the memory operand of the lifetime marker. If the underlying
1053 // region, the lifetime marker must not be erased.
1075 // The memory argument to a lifetime marker must be a i8*. Cache any bitcasts
1096 auto Marker = CallInst::Create(MarkerFunc, {NegativeOne, MemAsI8Ptr});
1098 Marker->insertBefore(TheCall);
1100 Marker->insertBefore(Term);
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/uni/
package.d 2525 Marker mark;
2559 Marker mark;
2572 Marker start;
2780 alias Marker = size_t;
2935 Marker addInterval(int a, int b, Marker hint=Marker.init) scope
3042 writefln("marker idx: %d; length=%d", pos, data[pos], data.length);
3049 Marker dropUpTo(uint a, Marker pos=Marker.init
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MachineInstr.cpp 505 void MachineInstr::setHeapAllocMarker(MachineFunction &MF, MDNode *Marker) {
507 if (Marker == getHeapAllocMarker())
511 Marker);
1804 OS << " heap-alloc-marker ";
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExpr.cpp 18645 MarkReferencedDecls Marker(*this, Loc);
18646 Marker.TraverseType(T);

Completed in 61 milliseconds