OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:VF
(Results
1 - 4
of
4
) sorted by null
/external/clang/test/CodeGenCXX/
apple-kext-indirect-call-2.C
15
virtual void
VF
();
18
void B::
VF
() {}
/external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp
[
all
...]
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
...]
/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;
Completed in 982 milliseconds