Home
last modified time | relevance | path

Searched refs:StrideV (Results 1 – 2 of 2) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/VE/
HDVVPISelLowering.cpp138 SDValue StrideV = getLoadStoreStride(Op, CDAG); in lowerVVP_LOAD_STORE() local
156 {Chain, BasePtr, StrideV, Mask, AVL}); in lowerVVP_LOAD_STORE()
179 {Chain, Data, BasePtr, StrideV, Mask, AVL}); in lowerVVP_LOAD_STORE()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
HDLoopVectorize.cpp8666 auto *StrideV = cast<SCEVUnknown>(Stride)->getValue(); in tryToBuildVPlanWithVPRecipes() local
8667 auto *ScevStride = dyn_cast<SCEVConstant>(PSE.getSCEV(StrideV)); in tryToBuildVPlanWithVPRecipes()
8674 if (VPValue *StrideVPV = Plan->getLiveIn(StrideV)) in tryToBuildVPlanWithVPRecipes()
8679 for (Value *U : StrideV->users()) { in tryToBuildVPlanWithVPRecipes()