Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopVectorize/AArch64/
Dreduction-small-size.ll23 ; CHECK: [[Rdx:%[a-zA-Z0-9.]+]] = call i8 @llvm.experimental.vector.reduce.add.i8.v16i8(<16 x i8>
24 ; CHECK: zext i8 [[Rdx]] to i32
78 ; CHECK: [[Rdx:%[a-zA-Z0-9.]+]] = call i16 @llvm.experimental.vector.reduce.add.i16.v8i16(<8 x i1…
79 ; CHECK: zext i16 [[Rdx]] to i32
135 ; CHECK: [[Rdx:%[a-zA-Z0-9.]+]] = call i16 @llvm.experimental.vector.reduce.add.i16.v8i16(<8 x i1…
136 ; CHECK: zext i16 [[Rdx]] to i32
/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/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DExpandReductions.cpp122 Value *Rdx = in expandReductions() local
125 II->replaceAllUsesWith(Rdx); in expandReductions()
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzptrace386_linux.go55 Rdx uint64 member
Dztypes_linux_amd64.go650 Rdx uint64 member
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DIRBuilder.cpp379 auto Rdx = getReductionIntrinsic( in CreateFPMaxReduce() local
384 Rdx->setFastMathFlags(FMF); in CreateFPMaxReduce()
386 return Rdx; in CreateFPMaxReduce()
390 auto Rdx = getReductionIntrinsic( in CreateFPMinReduce() local
395 Rdx->setFastMathFlags(FMF); in CreateFPMinReduce()
397 return Rdx; in CreateFPMinReduce()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DLoopUtils.cpp1641 auto Rdx = Builder.CreateFAddReduce(ScalarUdf, Src); in createSimpleTargetReduction() local
1642 cast<CallInst>(Rdx)->setFastMathFlags(FMFFast); in createSimpleTargetReduction()
1643 return Rdx; in createSimpleTargetReduction()
1648 auto Rdx = Builder.CreateFMulReduce(ScalarUdf, Src); in createSimpleTargetReduction() local
1649 cast<CallInst>(Rdx)->setFastMathFlags(FMFFast); in createSimpleTargetReduction()
1650 return Rdx; in createSimpleTargetReduction()
/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/libunwind_llvm/src/
DUnwind-seh.cpp88 disp->ContextRecord->Rdx = ms_exc->ExceptionInformation[3]; in _GCC_specific_handler()
DUnwindCursor.hpp543 _msContext.Rdx = r.getRegister(UNW_X86_64_RDX); in UnwindCursor()
661 case UNW_X86_64_RDX: return _msContext.Rdx; in getReg()
711 case UNW_X86_64_RDX: _msContext.Rdx = value; break; in setReg()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp6024 Value *Rdx = nullptr; in getReductionValue() local
6028 Rdx = P->getIncomingValue(0); in getReductionValue()
6030 Rdx = P->getIncomingValue(1); in getReductionValue()
6033 if (Rdx && DominatedReduxValue(Rdx)) in getReductionValue()
6034 return Rdx; in getReductionValue()
6047 Rdx = P->getIncomingValue(0); in getReductionValue()
6049 Rdx = P->getIncomingValue(1); in getReductionValue()
6052 if (Rdx && DominatedReduxValue(Rdx)) in getReductionValue()
6053 return Rdx; in getReductionValue()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp7643 auto Rdx = DAG.getNode(Op, DL, VecOp.getSimpleValueType(), VecOp); in getReductionSDNode() local
7644 return DAG.getNode(ISD::EXTRACT_VECTOR_ELT, DL, ScalarOp.getValueType(), Rdx, in getReductionSDNode()