Home
last modified time | relevance | path

Searched refs:VecWidth (Results 1 – 4 of 4) sorted by relevance

/external/spirv-llvm/lib/SPIRV/
DOCLUtil.cpp258 unsigned VecWidth = code >> 16; in decodeVecTypeHint() local
280 if (VecWidth < 1) in decodeVecTypeHint()
282 return VectorType::get(ST, VecWidth); in decodeVecTypeHint()
/external/llvm/lib/Transforms/Vectorize/
DLoadStoreVectorizer.cpp777 unsigned VecWidth = VecStoreTy->getNumElements(); in vectorizeStoreChain() local
781 unsigned NewIdx = J + I * VecWidth; in vectorizeStoreChain()
940 unsigned VecWidth = VecLoadTy->getNumElements(); in vectorizeLoadChain() local
945 unsigned NewIdx = Idx + I * VecWidth; in vectorizeLoadChain()
DLoopVectorize.cpp293 unsigned VecWidth, unsigned UnrollFactor) in InnerLoopVectorizer() argument
295 AC(AC), VF(VecWidth), UF(UnrollFactor), in InnerLoopVectorizer()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCasts.cpp455 unsigned VecWidth = VecType->getPrimitiveSizeInBits(); in foldVecTruncToExtElt() local
459 if ((VecWidth % DestWidth != 0) || (ShiftAmount % DestWidth != 0)) in foldVecTruncToExtElt()
464 unsigned NumVecElts = VecWidth / DestWidth; in foldVecTruncToExtElt()