HomeSort by relevance Sort by last modified time
    Searched refs:VF (Results 1 - 7 of 7) 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 132 /// block to a specified vectorization factor (VF).
152 VF(VecWidth), UF(UnrollFactor), Builder(SE->getContext()), Induction(0),
284 unsigned VF;
565 /// \return The most profitable vectorization factor and the cost of that VF.
566 /// This method checks every power of two up to VF. If UserVF is not ZERO
580 /// VF and LoopCost are the selected vectorization factor and the cost of the
581 /// selected VF.
582 unsigned selectUnrollFactor(bool OptForSize, unsigned UserUF, unsigned VF,
604 unsigned expectedCost(unsigned VF);
608 unsigned getInstructionCost(Instruction *I, unsigned VF);
    [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...]

Completed in 86 milliseconds