HomeSort by relevance Sort by last modified time
    Searched defs:VF (Results 1 - 4 of 4) 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.cpp 15 virtual void VF();
18 void B::VF() {}
  /external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp     [all...]
LoopVectorize.cpp 223 /// If the incoming type is void, we return void. If the VF is 1, we return
225 static Type* ToVectorTy(Type *Scalar, unsigned VF) {
226 if (Scalar->isVoidTy() || VF == 1)
228 return VectorType::get(Scalar, VF);
232 /// block to a specified vectorization factor (VF).
252 VF(VecWidth), UF(UnrollFactor), Builder(SE->getContext()),
317 /// variable canonicalization. It supports both VF = 1 for unrolled loops and
320 unsigned UF, unsigned VF, PhiVector *PV);
414 unsigned VF;
    [all...]

Completed in 603 milliseconds