Home
last modified time | relevance | path

Searched refs:Rdx (Results 1 – 3 of 3) sorted by relevance

/external/llvm/test/Transforms/LoopVectorize/AArch64/
Dreduction-small-size.ll31 ; CHECK: [[Rdx:%[a-zA-Z0-9.]+]] = extractelement <16 x i8>
32 ; CHECK: zext i8 [[Rdx]] to i32
92 ; CHECK: [[Rdx:%[a-zA-Z0-9.]+]] = extractelement <8 x i16>
93 ; CHECK: zext i16 [[Rdx]] to i32
155 ; CHECK: [[Rdx:%[a-zA-Z0-9.]+]] = extractelement <8 x i16>
156 ; CHECK: zext i16 [[Rdx]] to i32
/external/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp4273 Value *Rdx = nullptr; in getReductionValue() local
4277 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 …]
/external/syslinux/gpxe/src/include/gpxe/efi/Protocol/
DDebugSupport.h223 UINT64 Rdx; member