HomeSort by relevance Sort by last modified time
    Searched refs:VF (Results 1 - 25 of 71) sorted by null

1 2 3

  /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/mesa3d/src/gallium/drivers/nouveau/nv50/
nv50_formats.c 378 #define VF(c, pf, type, size, bgra) \
390 VF(A, B8G8R8A8_UNORM, UNORM, 8_8_8_8, 1),
391 VF(A, R8G8B8A8_UNORM, UNORM, 8_8_8_8, 0),
393 VF(A, R10G10B10A2_UNORM, UNORM, 10_10_10_2, 0),
394 VF(A, B10G10R10A2_UNORM, UNORM, 10_10_10_2, 1),
395 VF(A, R10G10B10A2_SNORM, SNORM, 10_10_10_2, 0),
396 VF(A, B10G10R10A2_SNORM, SNORM, 10_10_10_2, 1),
397 VF(A, R10G10B10A2_UINT, UINT, 10_10_10_2, 0),
398 VF(A, B10G10R10A2_UINT, UINT, 10_10_10_2, 1),
400 VF(A, R11G11B10_FLOAT, FLOAT, 11_11_10, 0)
    [all...]
  /external/clang/test/CodeGenCXX/
apple-kext-indirect-call-2.cpp 15 virtual void VF();
18 void B::VF() {}
  /external/llvm/include/llvm/Analysis/
TargetLibraryInfo.h 161 /// factor VF.
162 bool isFunctionVectorizable(StringRef F, unsigned VF) const {
163 return !getVectorizedFunction(F, VF).empty();
170 /// Return the name of the equivalent of F, vectorized with factor VF. If no
172 StringRef getVectorizedFunction(StringRef F, unsigned VF) const;
174 /// Return true if the function F has a scalar equivalent, and set VF to be
176 bool isFunctionScalarizable(StringRef F, unsigned &VF) const {
177 return !getScalarizedFunction(F, VF).empty();
183 /// Set VF to the vectorization factor.
184 StringRef getScalarizedFunction(StringRef F, unsigned &VF) const
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
TargetLibraryInfo.h 161 /// factor VF.
162 bool isFunctionVectorizable(StringRef F, unsigned VF) const {
163 return !getVectorizedFunction(F, VF).empty();
170 /// Return the name of the equivalent of F, vectorized with factor VF. If no
172 StringRef getVectorizedFunction(StringRef F, unsigned VF) const;
174 /// Return true if the function F has a scalar equivalent, and set VF to be
176 bool isFunctionScalarizable(StringRef F, unsigned &VF) const {
177 return !getScalarizedFunction(F, VF).empty();
183 /// Set VF to the vectorization factor.
184 StringRef getScalarizedFunction(StringRef F, unsigned &VF) const
    [all...]
VectorUtils.h 130 /// vectorization factor \p VF into a single wide vector. The mask is of the
133 /// <0, VF, VF * 2, ..., VF * (NumVecs - 1), 1, VF + 1, VF * 2 + 1, ...>
135 /// For example, the mask for VF = 4 and NumVecs = 2 is:
138 Constant *createInterleaveMask(IRBuilder<> &Builder, unsigned VF,
145 /// interleaved vector into separate vectors of vectorization factor \p VF. The
148 /// <Start, Start + Stride, ..., Start + Stride * (VF - 1)
    [all...]
TargetTransformInfo.h 438 unsigned VF) const;
560 unsigned getMaxInterleaveFactor(unsigned VF) const;
651 /// 3. scalar instruction which is to be vectorized with VF.
654 unsigned VF = 1) const;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
TargetLibraryInfo.h 161 /// factor VF.
162 bool isFunctionVectorizable(StringRef F, unsigned VF) const {
163 return !getVectorizedFunction(F, VF).empty();
170 /// Return the name of the equivalent of F, vectorized with factor VF. If no
172 StringRef getVectorizedFunction(StringRef F, unsigned VF) const;
174 /// Return true if the function F has a scalar equivalent, and set VF to be
176 bool isFunctionScalarizable(StringRef F, unsigned &VF) const {
177 return !getScalarizedFunction(F, VF).empty();
183 /// Set VF to the vectorization factor.
184 StringRef getScalarizedFunction(StringRef F, unsigned &VF) const
    [all...]
VectorUtils.h 130 /// vectorization factor \p VF into a single wide vector. The mask is of the
133 /// <0, VF, VF * 2, ..., VF * (NumVecs - 1), 1, VF + 1, VF * 2 + 1, ...>
135 /// For example, the mask for VF = 4 and NumVecs = 2 is:
138 Constant *createInterleaveMask(IRBuilder<> &Builder, unsigned VF,
145 /// interleaved vector into separate vectors of vectorization factor \p VF. The
148 /// <Start, Start + Stride, ..., Start + Stride * (VF - 1)
    [all...]
TargetTransformInfo.h 438 unsigned VF) const;
560 unsigned getMaxInterleaveFactor(unsigned VF) const;
651 /// 3. scalar instruction which is to be vectorized with VF.
654 unsigned VF = 1) const;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
TargetLibraryInfo.h 161 /// factor VF.
162 bool isFunctionVectorizable(StringRef F, unsigned VF) const {
163 return !getVectorizedFunction(F, VF).empty();
170 /// Return the name of the equivalent of F, vectorized with factor VF. If no
172 StringRef getVectorizedFunction(StringRef F, unsigned VF) const;
174 /// Return true if the function F has a scalar equivalent, and set VF to be
176 bool isFunctionScalarizable(StringRef F, unsigned &VF) const {
177 return !getScalarizedFunction(F, VF).empty();
183 /// Set VF to the vectorization factor.
184 StringRef getScalarizedFunction(StringRef F, unsigned &VF) const
    [all...]
VectorUtils.h 130 /// vectorization factor \p VF into a single wide vector. The mask is of the
133 /// <0, VF, VF * 2, ..., VF * (NumVecs - 1), 1, VF + 1, VF * 2 + 1, ...>
135 /// For example, the mask for VF = 4 and NumVecs = 2 is:
138 Constant *createInterleaveMask(IRBuilder<> &Builder, unsigned VF,
145 /// interleaved vector into separate vectors of vectorization factor \p VF. The
148 /// <Start, Start + Stride, ..., Start + Stride * (VF - 1)
    [all...]
TargetTransformInfo.h 438 unsigned VF) const;
560 unsigned getMaxInterleaveFactor(unsigned VF) const;
651 /// 3. scalar instruction which is to be vectorized with VF.
654 unsigned VF = 1) const;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
TargetLibraryInfo.h 161 /// factor VF.
162 bool isFunctionVectorizable(StringRef F, unsigned VF) const {
163 return !getVectorizedFunction(F, VF).empty();
170 /// Return the name of the equivalent of F, vectorized with factor VF. If no
172 StringRef getVectorizedFunction(StringRef F, unsigned VF) const;
174 /// Return true if the function F has a scalar equivalent, and set VF to be
176 bool isFunctionScalarizable(StringRef F, unsigned &VF) const {
177 return !getScalarizedFunction(F, VF).empty();
183 /// Set VF to the vectorization factor.
184 StringRef getScalarizedFunction(StringRef F, unsigned &VF) const
    [all...]
VectorUtils.h 130 /// vectorization factor \p VF into a single wide vector. The mask is of the
133 /// <0, VF, VF * 2, ..., VF * (NumVecs - 1), 1, VF + 1, VF * 2 + 1, ...>
135 /// For example, the mask for VF = 4 and NumVecs = 2 is:
138 Constant *createInterleaveMask(IRBuilder<> &Builder, unsigned VF,
145 /// interleaved vector into separate vectors of vectorization factor \p VF. The
148 /// <Start, Start + Stride, ..., Start + Stride * (VF - 1)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
TargetLibraryInfo.h 161 /// factor VF.
162 bool isFunctionVectorizable(StringRef F, unsigned VF) const {
163 return !getVectorizedFunction(F, VF).empty();
170 /// Return the name of the equivalent of F, vectorized with factor VF. If no
172 StringRef getVectorizedFunction(StringRef F, unsigned VF) const;
174 /// Return true if the function F has a scalar equivalent, and set VF to be
176 bool isFunctionScalarizable(StringRef F, unsigned &VF) const {
177 return !getScalarizedFunction(F, VF).empty();
183 /// Set VF to the vectorization factor.
184 StringRef getScalarizedFunction(StringRef F, unsigned &VF) const
    [all...]
VectorUtils.h 130 /// vectorization factor \p VF into a single wide vector. The mask is of the
133 /// <0, VF, VF * 2, ..., VF * (NumVecs - 1), 1, VF + 1, VF * 2 + 1, ...>
135 /// For example, the mask for VF = 4 and NumVecs = 2 is:
138 Constant *createInterleaveMask(IRBuilder<> &Builder, unsigned VF,
145 /// interleaved vector into separate vectors of vectorization factor \p VF. The
148 /// <Start, Start + Stride, ..., Start + Stride * (VF - 1)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
TargetLibraryInfo.h 161 /// factor VF.
162 bool isFunctionVectorizable(StringRef F, unsigned VF) const {
163 return !getVectorizedFunction(F, VF).empty();
170 /// Return the name of the equivalent of F, vectorized with factor VF. If no
172 StringRef getVectorizedFunction(StringRef F, unsigned VF) const;
174 /// Return true if the function F has a scalar equivalent, and set VF to be
176 bool isFunctionScalarizable(StringRef F, unsigned &VF) const {
177 return !getScalarizedFunction(F, VF).empty();
183 /// Set VF to the vectorization factor.
184 StringRef getScalarizedFunction(StringRef F, unsigned &VF) const
    [all...]
VectorUtils.h 130 /// vectorization factor \p VF into a single wide vector. The mask is of the
133 /// <0, VF, VF * 2, ..., VF * (NumVecs - 1), 1, VF + 1, VF * 2 + 1, ...>
135 /// For example, the mask for VF = 4 and NumVecs = 2 is:
138 Constant *createInterleaveMask(IRBuilder<> &Builder, unsigned VF,
145 /// interleaved vector into separate vectors of vectorization factor \p VF. The
148 /// <Start, Start + Stride, ..., Start + Stride * (VF - 1)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
TargetLibraryInfo.h 161 /// factor VF.
162 bool isFunctionVectorizable(StringRef F, unsigned VF) const {
163 return !getVectorizedFunction(F, VF).empty();
170 /// Return the name of the equivalent of F, vectorized with factor VF. If no
172 StringRef getVectorizedFunction(StringRef F, unsigned VF) const;
174 /// Return true if the function F has a scalar equivalent, and set VF to be
176 bool isFunctionScalarizable(StringRef F, unsigned &VF) const {
177 return !getScalarizedFunction(F, VF).empty();
183 /// Set VF to the vectorization factor.
184 StringRef getScalarizedFunction(StringRef F, unsigned &VF) const
    [all...]
VectorUtils.h 130 /// vectorization factor \p VF into a single wide vector. The mask is of the
133 /// <0, VF, VF * 2, ..., VF * (NumVecs - 1), 1, VF + 1, VF * 2 + 1, ...>
135 /// For example, the mask for VF = 4 and NumVecs = 2 is:
138 Constant *createInterleaveMask(IRBuilder<> &Builder, unsigned VF,
145 /// interleaved vector into separate vectors of vectorization factor \p VF. The
148 /// <Start, Start + Stride, ..., Start + Stride * (VF - 1)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
TargetLibraryInfo.h 161 /// factor VF.
162 bool isFunctionVectorizable(StringRef F, unsigned VF) const {
163 return !getVectorizedFunction(F, VF).empty();
170 /// Return the name of the equivalent of F, vectorized with factor VF. If no
172 StringRef getVectorizedFunction(StringRef F, unsigned VF) const;
174 /// Return true if the function F has a scalar equivalent, and set VF to be
176 bool isFunctionScalarizable(StringRef F, unsigned &VF) const {
177 return !getScalarizedFunction(F, VF).empty();
183 /// Set VF to the vectorization factor.
184 StringRef getScalarizedFunction(StringRef F, unsigned &VF) const
    [all...]
VectorUtils.h 130 /// vectorization factor \p VF into a single wide vector. The mask is of the
133 /// <0, VF, VF * 2, ..., VF * (NumVecs - 1), 1, VF + 1, VF * 2 + 1, ...>
135 /// For example, the mask for VF = 4 and NumVecs = 2 is:
138 Constant *createInterleaveMask(IRBuilder<> &Builder, unsigned VF,
145 /// interleaved vector into separate vectors of vectorization factor \p VF. The
148 /// <Start, Start + Stride, ..., Start + Stride * (VF - 1)
    [all...]
  /external/clang/test/SemaCXX/
destructor.cpp 213 struct VF final: VB {};
246 VF vf; use(vf); local
310 VF* vf = new VF(); local
311 delete vf;
315 void nowarn0_explicit_dtor(F* f, VB* vb, VD* vd, VF* vf) {
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp 239 /// If the incoming type is void, we return void. If the VF is 1, we return
241 static Type *ToVectorTy(Type *Scalar, unsigned VF) {
242 if (Scalar->isVoidTy() || VF == 1)
244 return VectorType::get(Scalar, VF);
274 /// block to a specified vectorization factor (VF).
295 AC(AC), VF(VecWidth), UF(UnrollFactor),
376 /// variable canonicalization. It supports both VF = 1 for unrolled loops and
379 unsigned VF, PhiVector *PV);
542 unsigned VF;
577 /// corresponding VF * UF scalarized values in the vectorized loop. Th
    [all...]

Completed in 804 milliseconds

1 2 3