Searched refs:useReductionIntrinsic (Results 1 – 8 of 8) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64TargetTransformInfo.h | 207 bool useReductionIntrinsic(unsigned Opcode, Type *Ty,
|
D | AArch64TargetTransformInfo.cpp | 903 bool AArch64TTIImpl::useReductionIntrinsic(unsigned Opcode, Type *Ty, in useReductionIntrinsic() function in AArch64TTIImpl
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMTargetTransformInfo.h | 170 bool useReductionIntrinsic(unsigned Opcode, Type *Ty,
|
D | ARMTargetTransformInfo.cpp | 1274 bool ARMTTIImpl::useReductionIntrinsic(unsigned Opcode, Type *Ty, in useReductionIntrinsic() function in ARMTTIImpl
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | TargetTransformInfo.h | 1141 bool useReductionIntrinsic(unsigned Opcode, Type *Ty, 1394 virtual bool useReductionIntrinsic(unsigned Opcode, Type *Ty, 1869 bool useReductionIntrinsic(unsigned Opcode, Type *Ty, in useReductionIntrinsic() function 1871 return Impl.useReductionIntrinsic(Opcode, Ty, Flags); in useReductionIntrinsic()
|
D | TargetTransformInfoImpl.h | 606 bool useReductionIntrinsic(unsigned Opcode, Type *Ty, in useReductionIntrinsic() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | TargetTransformInfo.cpp | 842 bool TargetTransformInfo::useReductionIntrinsic(unsigned Opcode, in useReductionIntrinsic() function in TargetTransformInfo 844 return TTIImpl->useReductionIntrinsic(Opcode, Ty, Flags); in useReductionIntrinsic()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | LoopUtils.cpp | 940 if (TTI->useReductionIntrinsic(Opcode, Src->getType(), Flags)) in createSimpleTargetReduction()
|