HomeSort by relevance Sort by last modified time
    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 1965 milliseconds