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

  /external/clang/test/CodeGenCXX/
apple-kext-indirect-call-2.C 15 virtual void VF();
18 void B::VF() {}
  /external/clang/test/SemaCXX/
destructor.cpp 194 struct VF final: VB {};
227 VF vf; use(vf); local
290 VF* vf = new VF(); local
291 delete vf;
328 simple_ptr<VF> vf(new VF())
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp 136 /// block to a specified vectorization factor (VF).
156 VF(VecWidth), UF(UnrollFactor), Builder(SE->getContext()), Induction(0),
293 unsigned VF;
650 /// \return The most profitable vectorization factor and the cost of that VF.
651 /// This method checks every power of two up to VF. If UserVF is not ZERO
665 /// VF and LoopCost are the selected vectorization factor and the cost of the
666 /// selected VF.
667 unsigned selectUnrollFactor(bool OptForSize, unsigned UserUF, unsigned VF,
689 unsigned expectedCost(unsigned VF);
693 unsigned getInstructionCost(Instruction *I, unsigned VF);
    [all...]
SLPVectorizer.cpp     [all...]
  /external/qemu/target-arm/
cpu.h 102 uint32_t VF; /* V is the bit 31. All other bits are undefined */
299 | (env->CF << 29) | ((env->VF & 0x80000000) >> 3) | (env->QF << 27)
312 env->VF = (val << 3) & 0x80000000;
op_helper.c 340 env->VF = (a ^ b ^ -1) & (a ^ result);
354 env->VF = (a ^ b ^ -1) & (a ^ result);
365 env->VF = (a ^ b) & (a ^ result);
379 env->VF = (a ^ b) & (a ^ result);
translate.c 641 tmp = load_cpu_field(VF);
645 tmp = load_cpu_field(VF);
665 tmp = load_cpu_field(VF);
672 tmp = load_cpu_field(VF);
683 tmp = load_cpu_field(VF);
694 tmp = load_cpu_field(VF);
    [all...]
helper.c 479 (env->CF << 29) | ((env->VF & 0x80000000) >> 3) | (env->QF << 27)
491 env->VF = (val << 3) & 0x80000000;
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_onyx_if.c     [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/testdata/
h264-svc-99-640x360.rtpdump 49 ?????5?]???????vJ????`???~<k?c?L?5??{ ??v???,??vf?0?QIe????.???????????=?K?n??X(??????}/?Udz??\ t????`o?<F ?Cw?@2?gH??H??n7^?4?6??Y??4V(= ??t%m?2j~???? O??+[ ?????0)??o????`??c?xt??? ?%??H.?òn????S??' ??U?,?????(`f?? ??K?8???f_??t?X/?g?Ok?4??;?.RL?@??}?>????????? ??a?? ??V??vh?S??`?)3(?p?;??4
    [all...]

Completed in 456 milliseconds