HomeSort by: relevance | last modified time | path
    Searched defs:VW (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
MVETailPredication.cpp 266 auto *VW = SE->getSCEV(ConstantInt::get(TripCount->getType(), VectorWidth));
267 // ElementCount + (VW-1):
271 // Ceil = ElementCount + (VW-1) / VW
272 auto *Ceil = SE->getUDivExpr(ECPlusVWMinus1, VW);
281 dbgs() << "ARM TP: - (ElemCount+VW-1) / VW = "; Ceil->dump();
289 // and "ElementCount + (VW-1) / VW":
298 SE->getUDivExpr(SE->getAddExpr(SE->getMulExpr(Ceil, VW),
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp 2640 unsigned VW = ty(ValV).getSizeInBits();
2641 ValV = DAG.getBitcast(MVT::getIntegerVT(VW), ValV);
2643 if (VW != VecWidth)

Completed in 25 milliseconds