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

  /external/clang/test/CodeGenCXX/
apple-kext-indirect-call-2.C 15 virtual void VF();
18 void B::VF() {}
  /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;
  /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...]

Completed in 71 milliseconds