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

  /external/llvm/lib/CodeGen/
RegisterCoalescer.h 46 /// Partial - True when the original copy was a partial subregister copy.
47 bool Partial;
64 Partial(false), CrossClass(false), Flipped(false), NewRC(0) {}
71 Partial(false), CrossClass(false), Flipped(false), NewRC(0) {}
90 bool isPartial() const { return Partial; }
RegisterCoalescer.cpp 230 Partial = SrcSub || DstSub;
345 // This is a partial register copy. Check that the parts match.
398 assert(!CP.isPartial() && "This doesn't work for partial copies.");
    [all...]
  /external/llvm/lib/Analysis/
AliasAnalysisCounter.cpp 32 unsigned No, May, Partial, Must;
39 No = May = Partial = Must = 0;
48 unsigned AASum = No+May+Partial+Must;
57 printLine("partial alias", Partial, AASum);
61 << Partial*100/AASum << "%/"
134 case PartialAlias: Partial++; AliasString = "Partial alias"; break;
  /external/webkit/Source/WebCore/page/
SpatialNavigation.h 68 // 2) Partially aligned: There is a partial intersection between the rects, either
98 Partial,
SpatialNavigation.cpp 108 return Partial;
209 // This method checks if |start| and |dest| have a partial intersection, either
  /system/bluetooth/data/
auto_pairing.conf 18 // Blacklisting by Partial Name (if name starts with)
  /external/clang/lib/Sema/
SemaTemplateInstantiate.cpp     [all...]