HomeSort by relevance Sort by last modified time
    Searched defs:Hints (Results 1 - 9 of 9) sorted by null

  /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++];
64 /// This can produce more than Limit registers if there are hints.
67 return Hints.end()[Pos++];
74 void rewind() { Pos = -int(Hints.size()); }
81 return std::find(Hints.begin(), Hints.end(), PhysReg) != Hints.end()
    [all...]
  /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/lib/Sema/
DeclSpec.cpp     [all...]
SemaChecking.cpp     [all...]
  /external/fonttools/Lib/fontTools/
subset.py     [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winioctl.h     [all...]
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
org.eclipse.sisu.plexus-0.0.0.M5.jar 
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ntifs.h     [all...]

Completed in 216 milliseconds