Searched refs:Rdx (Results 1 – 3 of 3) sorted by relevance
31 ; CHECK: [[Rdx:%[a-zA-Z0-9.]+]] = extractelement <16 x i8>32 ; CHECK: zext i8 [[Rdx]] to i3292 ; CHECK: [[Rdx:%[a-zA-Z0-9.]+]] = extractelement <8 x i16>93 ; CHECK: zext i16 [[Rdx]] to i32155 ; CHECK: [[Rdx:%[a-zA-Z0-9.]+]] = extractelement <8 x i16>156 ; CHECK: zext i16 [[Rdx]] to i32
4273 Value *Rdx = nullptr; in getReductionValue() local4277 Rdx = P->getIncomingValue(0); in getReductionValue()4279 Rdx = P->getIncomingValue(1); in getReductionValue()4282 if (Rdx && DominatedReduxValue(Rdx)) in getReductionValue()4283 return Rdx; in getReductionValue()4296 Rdx = P->getIncomingValue(0); in getReductionValue()4298 Rdx = P->getIncomingValue(1); in getReductionValue()4301 if (Rdx && DominatedReduxValue(Rdx)) in getReductionValue()4302 return Rdx; in getReductionValue()4399 Value *Rdx = getReductionValue(DT, P, BB, LI); in vectorizeChainsInBlock() local[all …]
223 UINT64 Rdx; member