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

  /external/clang/test/Layout/
ms-x86-member-pointers.cpp 15 struct UF { char a; int (U::*mp)(); };
67 // CHECK-NEXT: 0 | struct UF
80 sizeof(UF)];
  /system/bt/stack/smp/
p_256_multprecision.c 388 uint8_t UF;
408 UF = (F < a[10]);
460 U += UF;
536 U -= UF;
  /external/llvm/lib/Target/Hexagon/
HexagonCommonGEP.cpp 754 NodeToUsesMap::iterator UF = Uses.find(Node);
755 assert(UF != Uses.end() && "Used node with no use information");
756 UseSet &Us = UF->second;
970 NodeToUsesMap::iterator UF = Uses.find(Node);
971 assert(UF != Uses.end());
972 UseSet &Us = UF->second;
985 Uses.erase(UF);
1010 NodeToUsesMap::iterator UF = Uses.find(N);
1011 assert(UF != Uses.end());
1012 UseSet &Us = UF->second
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp 319 VF(VecWidth), UF(UnrollFactor), Builder(PSE.getSE()->getContext()),
391 unsigned UF, unsigned VF, PhiVector *PV);
455 ValueMap(unsigned UnrollFactor) : UF(UnrollFactor) {}
465 Entry.assign(UF, Val);
473 Entry.resize(UF);
474 assert(Entry.size() == UF);
481 unsigned UF;
512 unsigned UF;
546 /// Trip count of the widened loop (TripCount - TripCount % (VF*UF))
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-arm.c     [all...]
  /prebuilts/tools/common/m2/repository/itext/itext/2.0.8/
itext-2.0.8.jar 

Completed in 2035 milliseconds