OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VecWidth
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp
455
unsigned
VecWidth
= VecType->getPrimitiveSizeInBits();
459
if ((
VecWidth
% DestWidth != 0) || (ShiftAmount % DestWidth != 0))
464
unsigned NumVecElts =
VecWidth
/ DestWidth;
[
all
...]
/external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp
316
const TargetTransformInfo *TTI, unsigned
VecWidth
,
319
VF(
VecWidth
), UF(UnrollFactor), Builder(PSE.getSE()->getContext()),
[
all
...]
Completed in 940 milliseconds