HomeSort by relevance Sort by last modified time
    Searched refs:Hints (Results 1 - 25 of 77) sorted by null

1 2 3 4

  /external/llvm/lib/CodeGen/
AllocationOrder.h 13 // hints and target hooks. The AllocationOrder class encapsulates all of that.
30 SmallVector<MCPhysReg, 16> Hints;
44 /// Get the allocation order without reordered hints.
52 return Hints.end()[Pos++];
66 /// This can produce more than Limit registers if there are hints.
69 return Hints.end()[Pos++];
76 void rewind() { Pos = -int(Hints.size()); }
83 return std::find(Hints.begin(), Hints.end(), PhysReg) != Hints.end()
    [all...]
AllocationOrder.cpp 13 // hints and target hooks. The AllocationOrder class encapsulates all of that.
38 TRI->getRegAllocationHints(VirtReg, Order, Hints, MF, &VRM, Matrix);
42 if (!Hints.empty()) {
43 dbgs() << "hints:";
44 for (unsigned I = 0, E = Hints.size(); I != E; ++I)
45 dbgs() << ' ' << PrintReg(Hints[I], TRI);
50 for (unsigned I = 0, E = Hints.size(); I != E; ++I)
51 assert(std::find(Order.begin(), Order.end(), Hints[I]) != Order.end() &&
  /external/clang/include/clang/Sema/
SemaFixItUtils.h 30 /// The class facilities generation and storage of conversion FixIts. Hints for
41 /// The list of Hints generated so far.
42 std::vector<FixItHint> Hints;
45 /// of the Hints vector since we allow multiple FixIts per conversion.
81 Hints.clear();
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Sema/
SemaFixItUtils.h 30 /// The class facilities generation and storage of conversion FixIts. Hints for
41 /// The list of Hints generated so far.
42 std::vector<FixItHint> Hints;
45 /// of the Hints vector since we allow multiple FixIts per conversion.
81 Hints.clear();
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Sema/
SemaFixItUtils.h 30 /// The class facilities generation and storage of conversion FixIts. Hints for
41 /// The list of Hints generated so far.
42 std::vector<FixItHint> Hints;
45 /// of the Hints vector since we allow multiple FixIts per conversion.
81 Hints.clear();
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Sema/
SemaFixItUtils.h 30 /// The class facilities generation and storage of conversion FixIts. Hints for
41 /// The list of Hints generated so far.
42 std::vector<FixItHint> Hints;
45 /// of the Hints vector since we allow multiple FixIts per conversion.
81 Hints.clear();
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
SemaFixItUtils.h 30 /// The class facilities generation and storage of conversion FixIts. Hints for
41 /// The list of Hints generated so far.
42 std::vector<FixItHint> Hints;
45 /// of the Hints vector since we allow multiple FixIts per conversion.
81 Hints.clear();
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Sema/
SemaFixItUtils.h 30 /// The class facilities generation and storage of conversion FixIts. Hints for
41 /// The list of Hints generated so far.
42 std::vector<FixItHint> Hints;
45 /// of the Hints vector since we allow multiple FixIts per conversion.
81 Hints.clear();
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Sema/
SemaFixItUtils.h 30 /// The class facilities generation and storage of conversion FixIts. Hints for
41 /// The list of Hints generated so far.
42 std::vector<FixItHint> Hints;
45 /// of the Hints vector since we allow multiple FixIts per conversion.
81 Hints.clear();
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Sema/
SemaFixItUtils.h 30 /// The class facilities generation and storage of conversion FixIts. Hints for
41 /// The list of Hints generated so far.
42 std::vector<FixItHint> Hints;
45 /// of the Hints vector since we allow multiple FixIts per conversion.
81 Hints.clear();
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
SemaFixItUtils.h 30 /// The class facilities generation and storage of conversion FixIts. Hints for
41 /// The list of Hints generated so far.
42 std::vector<FixItHint> Hints;
45 /// of the Hints vector since we allow multiple FixIts per conversion.
81 Hints.clear();
  /external/clang/include/clang/Frontend/
TextDiagnostic.h 28 /// Hints, and code snippets. In the presence of macros this involves
93 ArrayRef<FixItHint> Hints,
95 emitSnippetAndCaret(Loc, Level, Ranges, Hints, SM);
112 ArrayRef<FixItHint> Hints,
117 void emitParseableFixits(ArrayRef<FixItHint> Hints, const SourceManager &SM);
DiagnosticRenderer.h 40 /// Hints, and code snippets. In the presence of macros this involves
90 ArrayRef<FixItHint> Hints,
118 ArrayRef<CharSourceRange> Ranges, ArrayRef<FixItHint> Hints,
127 ArrayRef<FixItHint> Hints,
141 /// \param FixItHints The FixIt hints active for this diagnostic.
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Frontend/
TextDiagnostic.h 28 /// Hints, and code snippets. In the presence of macros this involves
93 ArrayRef<FixItHint> Hints,
95 emitSnippetAndCaret(Loc, Level, Ranges, Hints, SM);
114 ArrayRef<FixItHint> Hints,
119 void emitParseableFixits(ArrayRef<FixItHint> Hints, const SourceManager &SM);
DiagnosticRenderer.h 39 /// Hints, and code snippets. In the presence of macros this involves
89 ArrayRef<FixItHint> Hints,
117 ArrayRef<CharSourceRange> Ranges, ArrayRef<FixItHint> Hints,
126 ArrayRef<FixItHint> Hints,
140 /// \param FixItHints The FixIt hints active for this diagnostic.
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Frontend/
TextDiagnostic.h 28 /// Hints, and code snippets. In the presence of macros this involves
93 ArrayRef<FixItHint> Hints,
95 emitSnippetAndCaret(Loc, Level, Ranges, Hints, SM);
114 ArrayRef<FixItHint> Hints,
119 void emitParseableFixits(ArrayRef<FixItHint> Hints, const SourceManager &SM);
DiagnosticRenderer.h 39 /// Hints, and code snippets. In the presence of macros this involves
89 ArrayRef<FixItHint> Hints,
117 ArrayRef<CharSourceRange> Ranges, ArrayRef<FixItHint> Hints,
126 ArrayRef<FixItHint> Hints,
140 /// \param FixItHints The FixIt hints active for this diagnostic.
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Frontend/
TextDiagnostic.h 28 /// Hints, and code snippets. In the presence of macros this involves
93 ArrayRef<FixItHint> Hints,
95 emitSnippetAndCaret(Loc, Level, Ranges, Hints, SM);
114 ArrayRef<FixItHint> Hints,
119 void emitParseableFixits(ArrayRef<FixItHint> Hints, const SourceManager &SM);
DiagnosticRenderer.h 39 /// Hints, and code snippets. In the presence of macros this involves
89 ArrayRef<FixItHint> Hints,
117 ArrayRef<CharSourceRange> Ranges, ArrayRef<FixItHint> Hints,
126 ArrayRef<FixItHint> Hints,
140 /// \param FixItHints The FixIt hints active for this diagnostic.
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Frontend/
TextDiagnostic.h 28 /// Hints, and code snippets. In the presence of macros this involves
93 ArrayRef<FixItHint> Hints,
95 emitSnippetAndCaret(Loc, Level, Ranges, Hints, SM);
114 ArrayRef<FixItHint> Hints,
119 void emitParseableFixits(ArrayRef<FixItHint> Hints, const SourceManager &SM);
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Frontend/
TextDiagnostic.h 28 /// Hints, and code snippets. In the presence of macros this involves
93 ArrayRef<FixItHint> Hints,
95 emitSnippetAndCaret(Loc, Level, Ranges, Hints, SM);
114 ArrayRef<FixItHint> Hints,
119 void emitParseableFixits(ArrayRef<FixItHint> Hints, const SourceManager &SM);
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Frontend/
TextDiagnostic.h 28 /// Hints, and code snippets. In the presence of macros this involves
93 ArrayRef<FixItHint> Hints,
95 emitSnippetAndCaret(Loc, Level, Ranges, Hints, SM);
114 ArrayRef<FixItHint> Hints,
119 void emitParseableFixits(ArrayRef<FixItHint> Hints, const SourceManager &SM);
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Frontend/
TextDiagnostic.h 28 /// Hints, and code snippets. In the presence of macros this involves
93 ArrayRef<FixItHint> Hints,
95 emitSnippetAndCaret(Loc, Level, Ranges, Hints, SM);
114 ArrayRef<FixItHint> Hints,
119 void emitParseableFixits(ArrayRef<FixItHint> Hints, const SourceManager &SM);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Frontend/
TextDiagnostic.h 28 /// Hints, and code snippets. In the presence of macros this involves
93 ArrayRef<FixItHint> Hints,
95 emitSnippetAndCaret(Loc, Level, Ranges, Hints, SM);
114 ArrayRef<FixItHint> Hints,
119 void emitParseableFixits(ArrayRef<FixItHint> Hints, const SourceManager &SM);
  /external/clang/lib/Sema/
SemaFixItUtils.cpp 109 Hints.push_back(FixItHint::CreateRemoval(
113 Hints.push_back(FixItHint::CreateInsertion(Begin, "*("));
114 Hints.push_back(FixItHint::CreateInsertion(End, ")"));
116 Hints.push_back(FixItHint::CreateInsertion(Begin, "*"));
143 Hints.push_back(FixItHint::CreateRemoval(
147 Hints.push_back(FixItHint::CreateInsertion(Begin, "&("));
148 Hints.push_back(FixItHint::CreateInsertion(End, ")"));
150 Hints.push_back(FixItHint::CreateInsertion(Begin, "&"));

Completed in 433 milliseconds

1 2 3 4