Home
last modified time | relevance | path

Searched refs:VF (Results 1 – 25 of 31) sorted by relevance

12

/external/clang/test/SemaCXX/
Ddestructor.cpp207 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/
DLoopVectorize.cpp256 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 …]
DSLPVectorizer.cpp2280 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/
Dms-x86-member-pointers.cpp14 struct VF { char a; int (V::*mp)(); }; argument
79 sizeof(VF) +
/external/clang/test/CodeGenCXX/
Dapple-kext-indirect-call-2.C15 virtual void VF();
18 void B::VF() {} in VF() function
/external/llvm/test/Transforms/LoopVectorize/X86/
Duint64_to_fp64-cost-model.ll8 ; 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
Dvector-scalar-select-cost.ll26 ; 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
Dgcc-examples.ll11 ; Select VF = 8;
47 ; Select VF=4 because sext <8 x i1> to <8 x i32> is expensive.
Dfp_to_sint8-cost-model.ll8 ; CHECK: cost of 7 for VF 8 For instruction: %conv = fptosi float %tmp to i8
/external/llvm/lib/Target/PowerPC/
DPPCRegisterInfo.td52 // 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/
Dshifts.cl37 //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/
Dop_helper.c330 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()
Dcpu.h131 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()
Dtranslate.c633 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()
Dhelper.c525 (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/
Dgcc-examples.ll10 ; Select VF = 8;
/external/llvm/test/CodeGen/X86/
Davx2-vbroadcast.ll206 %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/
Dde-DE_gl0_kpdf_lfz.pkb70 `O�!�A���=���Ε � �?3"���c�2����������H���N��VF���@�;������f� a…
Dde-DE_kdt_g2p.pkb424 …ݽy��������������r�������������V\�0O�K@1��00�� �������4� ���������VF ){O�������L����…
/external/llvm/test/Transforms/LoopVectorize/
Dreduction.ll449 ; 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/
Den-US_lh0_kdt_dur.pkb623VF�2���+�,[n���V�e�Uå��ɇa�(����� H t��X,G�ꈕD���UŐ���j��
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
Dvp9_encoder.c1000 #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/
Dvp9_onyx_if.c1329 #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/
Dtestimg.ppm4VF-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/
Dtestimg.ppm4VF-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��|��������…

12