Home
last modified time | relevance | path

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/
DAArch64TargetTransformInfo.h207 bool useReductionIntrinsic(unsigned Opcode, Type *Ty,
DAArch64TargetTransformInfo.cpp903 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/
DARMTargetTransformInfo.h170 bool useReductionIntrinsic(unsigned Opcode, Type *Ty,
DARMTargetTransformInfo.cpp1274 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/
DTargetTransformInfo.h1141 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()
DTargetTransformInfoImpl.h606 bool useReductionIntrinsic(unsigned Opcode, Type *Ty, in useReductionIntrinsic() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DTargetTransformInfo.cpp842 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/
DLoopUtils.cpp940 if (TTI->useReductionIntrinsic(Opcode, Src->getType(), Flags)) in createSimpleTargetReduction()