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

  /external/clang/test/Layout/
ms-x86-member-pointers.cpp 14 struct VF { char a; int (V::*mp)(); };
60 // CHECK-NEXT: 0 | struct VF
79 sizeof(VF) +
  /external/clang/test/CodeGenCXX/
apple-kext-indirect-call-2.C 15 virtual void VF();
18 void B::VF() {}
  /external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp     [all...]
LoopVectorize.cpp 236 /// block to a specified vectorization factor (VF).
256 VF(VecWidth), UF(UnrollFactor), Builder(SE->getContext()),
323 /// variable canonicalization. It supports both VF = 1 for unrolled loops and
326 unsigned UF, unsigned VF, PhiVector *PV);
419 unsigned VF;
    [all...]
  /external/qemu/target-arm/
cpu.h 131 uint32_t VF; /* V is the bit 31. All other bits are undefined */
351 | (env->CF << 29) | ((env->VF & 0x80000000) >> 3) | (env->QF << 27)
364 env->VF = (val << 3) & 0x80000000;

Completed in 411 milliseconds