Searched refs:Rdx (Results 1 – 12 of 12) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopVectorize/AArch64/ |
D | reduction-small-size.ll | 23 ; 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/ |
D | reduction-small-size.ll | 31 ; 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/ |
D | ExpandReductions.cpp | 122 Value *Rdx = in expandReductions() local 125 II->replaceAllUsesWith(Rdx); in expandReductions()
|
/external/syzkaller/vendor/golang.org/x/sys/unix/ |
D | zptrace386_linux.go | 55 Rdx uint64 member
|
D | ztypes_linux_amd64.go | 650 Rdx uint64 member
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | IRBuilder.cpp | 379 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/ |
D | LoopUtils.cpp | 1641 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/ |
D | SLPVectorizer.cpp | 4273 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/ |
D | Unwind-seh.cpp | 88 disp->ContextRecord->Rdx = ms_exc->ExceptionInformation[3]; in _GCC_specific_handler()
|
D | UnwindCursor.hpp | 543 _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/ |
D | SLPVectorizer.cpp | 6024 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/ |
D | AArch64ISelLowering.cpp | 7643 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()
|