HomeSort by relevance Sort by last modified time
    Searched refs:Pairs (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/Target/AArch64/Utils/
AArch64BaseInfo.cpp 23 if (Pairs[i].Value == Value) {
25 return Pairs[i].Name;
36 if (Pairs[i].Name == LowerCaseName) {
38 return Pairs[i].Value;
AArch64BaseInfo.h 125 NamedImmMapper(const Mapping (&Pairs)[N], uint32_t TooBigImm)
126 : Pairs(&Pairs[0]), NumPairs(N), TooBigImm(TooBigImm) {}
136 const Mapping *Pairs;
  /external/llvm/lib/Analysis/
DependenceAnalysis.cpp 37 // Some non-linear subscript pairs can be handled by the GCD test
74 STATISTIC(TotalArrayPairs, "Array pairs tested");
75 STATISTIC(SeparableSubscriptPairs, "Separable subscript pairs");
76 STATISTIC(CoupledSubscriptPairs, "Coupled subscript pairs");
77 STATISTIC(NonlinearSubscriptPairs, "Nonlinear subscript pairs");
    [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Tools.pas 892 // Pairs

Completed in 61 milliseconds