HomeSort by relevance Sort by last modified time
    Searched refs:VWidth (Results 1 - 7 of 7) sorted by null

  /external/llvm/lib/Transforms/InstCombine/
InstCombineSimplifyDemanded.cpp     [all...]
InstCombineVectorOps.cpp 530 unsigned VWidth = cast<VectorType>(VecOp->getType())->getNumElements();
531 APInt UndefElts(VWidth, 0);
532 APInt AllOnesEltMask(APInt::getAllOnesValue(VWidth));
    [all...]
InstCombineCalls.cpp 280 unsigned VWidth = VT->getNumElements();
299 auto ShiftVec = Builder.CreateVectorSplat(VWidth, ShiftAmt);
    [all...]
InstCombineSelect.cpp     [all...]
InstCombineMulDivRem.cpp     [all...]
InstructionCombining.cpp     [all...]
  /external/clang/test/CodeGenCXX/
pragma-loop.cpp 107 const T VWidth = VECWIDTH;
110 #pragma clang loop vectorize_width(VWidth) interleave_count(ICount)

Completed in 1048 milliseconds