/external/llvm/lib/CodeGen/ |
AllocationOrder.h | 13 // hints and target hooks. The AllocationOrder class encapsulates all of that. 29 SmallVector<MCPhysReg, 16> Hints; 42 /// Get the allocation order without reordered hints. 50 return Hints.end()[Pos++]; 62 /// This can produce more than Limit registers if there are hints. 65 return Hints.end()[Pos++]; 72 void rewind() { Pos = -int(Hints.size()); } 79 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. 36 TRI->getRegAllocationHints(VirtReg, Order, Hints, MF, &VRM); 40 if (!Hints.empty()) { 41 dbgs() << "hints:"; 42 for (unsigned I = 0, E = Hints.size(); I != E; ++I) 43 dbgs() << ' ' << PrintReg(Hints[I], TRI); 48 for (unsigned I = 0, E = Hints.size(); I != E; ++I) 49 assert(std::find(Order.begin(), Order.end(), Hints[I]) != Order.end() &&
|
TargetRegisterInfo.cpp | 254 // Compute target-independent register allocator hints to help eliminate copies. 258 SmallVectorImpl<MCPhysReg> &Hints, 264 // Hints with HintType != 0 were set by target-dependent code. 269 // Target-independent hints are either a physical or a virtual register. 279 // Check that Phys is in the allocation order. We shouldn't heed hints 286 Hints.push_back(Phys);
|
/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();
|
/external/clang/include/clang/Frontend/ |
TextDiagnostic.h | 28 /// Hints, and code snippets. In the presence of macros this involves 94 ArrayRef<FixItHint> Hints, 96 emitSnippetAndCaret(Loc, Level, Ranges, Hints, SM); 115 ArrayRef<FixItHint> Hints, 120 void emitParseableFixits(ArrayRef<FixItHint> Hints, const SourceManager &SM);
|
DiagnosticRenderer.h | 40 /// Hints, and code snippets. In the presence of macros this involves 92 ArrayRef<FixItHint> Hints, 119 ArrayRef<CharSourceRange> Ranges, ArrayRef<FixItHint> Hints, 124 ArrayRef<FixItHint> Hints, 140 /// \param FixItHints The FixIt hints active for this diagnostic.
|
/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, "&"));
|
DeclSpec.cpp | 869 FixItHint Hints[NumLocs]; 877 Hints[I] = FixItHint::CreateRemoval(ExtraLocs[I]); 886 << Hints[0] << Hints[1] << Hints[2] << Hints[3] 887 << Hints[4] << Hints[5] << Hints[6] << Hints[7] [all...] |
SemaChecking.cpp | [all...] |
SemaOverload.cpp | [all...] |
SemaExpr.cpp | [all...] |
/external/clang/lib/Frontend/ |
TextDiagnostic.cpp | [all...] |
SerializedDiagnosticPrinter.cpp | 81 ArrayRef<FixItHint> Hints, 143 ArrayRef<FixItHint> Hints, 634 ArrayRef<FixItHint> Hints, 647 for (ArrayRef<FixItHint>::iterator I = Hints.begin(), E = Hints.end(); 664 ArrayRef<FixItHint> Hints, 666 Writer.EmitCodeContext(Ranges, Hints, SM);
|
DiagnosticRenderer.cpp | 384 ArrayRef<FixItHint> Hints, 388 emitCodeContext(Loc, Level, SpellingRanges, Hints, SM); 401 /// \param Hints The FixIt hints active for this diagnostic. 406 ArrayRef<FixItHint> Hints, 415 emitMacroExpansions(OneLevelUp, Level, Ranges, Hints, SM,
|
/external/llvm/lib/Target/ARM/ |
ARMBaseRegisterInfo.h | 28 /// Register allocation hints. 124 SmallVectorImpl<MCPhysReg> &Hints,
|
ARMBaseRegisterInfo.cpp | 194 // Resolve the RegPairEven / RegPairOdd register allocator hints. 198 SmallVectorImpl<MCPhysReg> &Hints, 213 TargetRegisterInfo::getRegAllocationHints(VirtReg, Order, Hints, MF, VRM); 230 Hints.push_back(PairedPhys); 237 // Don't provide hints that are paired to a reserved register. 241 Hints.push_back(Reg);
|
/external/llvm/lib/Support/ |
SourceMgr.cpp | 244 ArrayRef<SMFixIt> Hints) 247 FixIts(Hints.begin(), Hints.end()) { 284 // completion. This is sort of the best we can do when two hints appear 299 // This relies on one byte per column in our fixit hints.
|
/external/llvm/include/llvm/Target/ |
TargetRegisterInfo.h | 646 /// target-independent hints provided to MRI::setRegAllocationHint with 649 /// order for VirtReg. There may be target-independent hints. 652 SmallVectorImpl<MCPhysReg> &Hints, 665 /// register allocation hints when a register is "changed" (e.g. coalesced) [all...] |
/external/clang/tools/libclang/ |
CIndexDiagnostic.cpp | 139 ArrayRef<FixItHint> Hints,
|
/dalvik/vm/ |
Dvm.mk | 344 arch/generic/Hints.cpp \
|
/external/llvm/lib/Transforms/Vectorize/ |
LoopVectorize.cpp | 720 /// Utility class for getting and setting loop vectorizer hints in the form 780 /// Find hints specified in the loop metadata. [all...] |
/cts/suite/cts/deviceTests/browserbench/assets/octane/ |
pdfjs.js | [all...] |