/external/clang/test/SemaCXX/ |
D | destructor.cpp | 207 struct VF final: VB {}; struct 240 VF vf; use(vf); in nowarnstack() 303 VF* vf = new VF(); in nowarn0() 341 simple_ptr<VF> vf(new VF()); in nowarn1()
|
/external/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorize.cpp | 256 VF(VecWidth), UF(UnrollFactor), Builder(SE->getContext()), in InnerLoopVectorizer() 326 unsigned UF, unsigned VF, PhiVector *PV); 419 unsigned VF; member in __anon7302df660111::InnerLoopVectorizer 868 unsigned selectUnrollFactor(bool OptForSize, unsigned UserUF, unsigned VF, 890 unsigned expectedCost(unsigned VF); 894 unsigned getInstructionCost(Instruction *I, unsigned VF); 899 static Type* ToVectorTy(Type *Scalar, unsigned VF); 1285 const LoopVectorizationCostModel::VectorizationFactor VF = in processLoop() local 1292 CM.selectUnrollFactor(OptForSize, Hints.getUnroll(), VF.Width, VF.Cost); in processLoop() 1294 DEBUG(dbgs() << "LV: Found a vectorizable loop (" << VF.Width << ") in " in processLoop() [all …]
|
D | SLPVectorizer.cpp | 2280 unsigned VF = MinVecRegSize / Sz; in vectorizeStoreChain() local 2282 if (!isPowerOf2_32(Sz) || VF < 2) in vectorizeStoreChain() 2291 if (i + VF > e) in vectorizeStoreChain() 2295 if (hasValueBeenRAUWed(Chain, TrackValues, i, VF)) in vectorizeStoreChain() 2298 DEBUG(dbgs() << "SLP: Analyzing " << VF << " stores at offset " << i in vectorizeStoreChain() 2300 ArrayRef<Value *> Operands = Chain.slice(i, VF); in vectorizeStoreChain() 2306 DEBUG(dbgs() << "SLP: Found cost=" << Cost << " for VF=" << VF << "\n"); in vectorizeStoreChain() 2312 i += VF - 1; in vectorizeStoreChain() 2426 unsigned VF = MinVecRegSize / Sz; in tryToVectorizeList() local 2445 if (i + VF > e) in tryToVectorizeList() [all …]
|
/external/clang/test/Layout/ |
D | ms-x86-member-pointers.cpp | 14 struct VF { char a; int (V::*mp)(); }; argument 79 sizeof(VF) +
|
/external/clang/test/CodeGenCXX/ |
D | apple-kext-indirect-call-2.C | 15 virtual void VF(); 18 void B::VF() {} in VF() function
|
/external/llvm/test/Transforms/LoopVectorize/X86/ |
D | uint64_to_fp64-cost-model.ll | 8 ; CHECK: cost of 20 for VF 2 For instruction: %conv = uitofp i64 %tmp to double 9 ; CHECK: cost of 40 for VF 4 For instruction: %conv = uitofp i64 %tmp to double
|
D | vector-scalar-select-cost.ll | 26 ; CHECK: cost of 1 for VF 2 {{.*}} select i1 %cond, i32 %6, i32 0 54 ; CHECK: cost of 4 for VF 2 {{.*}} select i1 %8, i32 %6, i32 0
|
D | gcc-examples.ll | 11 ; Select VF = 8; 47 ; Select VF=4 because sext <8 x i1> to <8 x i32> is expensive.
|
D | fp_to_sint8-cost-model.ll | 8 ; CHECK: cost of 7 for VF 8 For instruction: %conv = fptosi float %tmp to i8
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCRegisterInfo.td | 52 // VF - One of the 32 64-bit floating-point subregisters of the vector 54 class VF<bits<5> num, string n> : PPCReg<n> { 60 class VR<VF SubReg, string n> : PPCReg<n> { 114 def VF#Index : VF<Index, "vs" # !add(Index, 32)>; 119 def V#Index : VR<!cast<VF>("VF"#Index), "v"#Index>,
|
/external/clang/test/CodeGenOpenCL/ |
D | shifts.cl | 37 //CHECK-NEXT: [[VF:%.+]] = add <4 x i32> [[VC]], <i32 2, i32 4, i32 16, i32 8> 41 //CHECK-NEXT: ret <4 x i32> [[VF]]
|
/external/qemu/target-arm/ |
D | op_helper.c | 330 env->VF = (a ^ b ^ -1) & (a ^ result); in HELPER() 344 env->VF = (a ^ b ^ -1) & (a ^ result); in HELPER() 355 env->VF = (a ^ b) & (a ^ result); in HELPER() 369 env->VF = (a ^ b) & (a ^ result); in HELPER()
|
D | cpu.h | 131 uint32_t VF; /* V is the bit 31. All other bits are undefined */ member 351 | (env->CF << 29) | ((env->VF & 0x80000000) >> 3) | (env->QF << 27) in xpsr_read() 364 env->VF = (val << 3) & 0x80000000; in xpsr_write()
|
D | translate.c | 633 tmp = load_cpu_field(VF); in gen_test_cc() 637 tmp = load_cpu_field(VF); in gen_test_cc() 657 tmp = load_cpu_field(VF); in gen_test_cc() 664 tmp = load_cpu_field(VF); in gen_test_cc() 675 tmp = load_cpu_field(VF); in gen_test_cc() 686 tmp = load_cpu_field(VF); in gen_test_cc()
|
D | helper.c | 525 (env->CF << 29) | ((env->VF & 0x80000000) >> 3) | (env->QF << 27) in cpsr_read() 537 env->VF = (val << 3) & 0x80000000; in cpsr_write()
|
/external/llvm/test/Transforms/LoopVectorize/ARM/ |
D | gcc-examples.ll | 10 ; Select VF = 8;
|
/external/llvm/test/CodeGen/X86/ |
D | avx2-vbroadcast.ll | 206 %A.0VF = fptosi float %A.0.inVF to i32 207 %B.0408VF = fptosi <8 x float> %B.0.in407VF to <8 x i32> 208 …%0 = and <8 x i32> %B.0408VF, <i32 65535, i32 65535, i32 65535, i32 65535, i32 65535, i32 65535, i… 209 %1 = and i32 %A.0VF, 65535
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/de-DE/ |
D | de-DE_gl0_kpdf_lfz.pkb | 70 `O!A�=��Ε ?3"�c�2��������H��N��VF���@�;������fa…
|
D | de-DE_kdt_g2p.pkb | 424 …ݽy��r�V\�0O�K@1�00� �4� �VF){O���L…
|
/external/llvm/test/Transforms/LoopVectorize/ |
D | reduction.ll | 449 ; outside user misses a few iterations (VF-1) of the loop. 472 ; would loose iterations (VF-1) on the operations after that use.
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/en-US/ |
D | en-US_lh0_kdt_dur.pkb | 623 �VF�2���+�,[n���V�e�Uå��ɇa�(�Ht��X,G�ꈕD���UŐ���j��
|
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/ |
D | vp9_encoder.c | 1000 #define BFP(BT, SDF, SDAF, VF, SVF, SVAF, SDX3F, SDX8F, SDX4DF)\ in vp9_create_compressor() argument 1003 cpi->fn_ptr[BT].vf = VF; \ in vp9_create_compressor()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_onyx_if.c | 1329 #define BFP(BT, SDF, SDAF, VF, SVF, SVAF, SVFHH, SVFHV, SVFHHV, \ in vp9_create_compressor() argument 1333 cpi->fn_ptr[BT].vf = VF; \ in vp9_create_compressor()
|
/external/qemu/distrib/jpeg-6b/ |
D | testimg.ppm | 4 …VF-L^6YuBg�Mw�]}�c�g��j��n��o��n�m~�l}�i|�h}�f�e�f�l�m��l�k~�g�f��g��i��m��r��v��|��������…
|
/external/jpeg/ |
D | testimg.ppm | 4 …VF-L^6YuBg�Mw�]}�c�g��j��n��o��n�m~�l}�i|�h}�f�e�f�l�m��l�k~�g�f��g��i��m��r��v��|��������…
|