Home
last modified time | relevance | path

Searched refs:forceScalarizeMaskedGather (Results 1 – 9 of 9) sorted by relevance

/openbsd/src/gnu/llvm/llvm/lib/Target/X86/
DX86TargetTransformInfo.h247 bool forceScalarizeMaskedGather(VectorType *VTy, Align Alignment);
249 return forceScalarizeMaskedGather(VTy, Alignment); in forceScalarizeMaskedScatter()
DX86TargetTransformInfo.cpp5819 !forceScalarizeMaskedGather(cast<VectorType>(SrcVTy), in getGatherScatterOpCost()
5840 forceScalarizeMaskedGather(cast<VectorType>(SrcVTy), in getGatherScatterOpCost()
5976 bool X86TTIImpl::forceScalarizeMaskedGather(VectorType *VTy, Align Alignment) { in forceScalarizeMaskedGather() function in X86TTIImpl
/openbsd/src/gnu/llvm/llvm/lib/Target/ARM/
DARMTargetTransformInfo.h193 bool forceScalarizeMaskedGather(VectorType *VTy, Align Alignment) { in forceScalarizeMaskedGather() function
202 return forceScalarizeMaskedGather(VTy, Alignment); in forceScalarizeMaskedScatter()
/openbsd/src/gnu/llvm/llvm/lib/Target/RISCV/
DRISCVTargetTransformInfo.h231 bool forceScalarizeMaskedGather(VectorType *VTy, Align Alignment) { in forceScalarizeMaskedGather() function
/openbsd/src/gnu/llvm/llvm/include/llvm/Analysis/
DTargetTransformInfo.h661 bool forceScalarizeMaskedGather(VectorType *Type, Align Alignment) const;
1654 virtual bool forceScalarizeMaskedGather(VectorType *DataType,
2097 bool forceScalarizeMaskedGather(VectorType *DataType, in forceScalarizeMaskedGather() function
2099 return Impl.forceScalarizeMaskedGather(DataType, Alignment); in forceScalarizeMaskedGather()
DTargetTransformInfoImpl.h275 bool forceScalarizeMaskedGather(VectorType *DataType, Align Alignment) const { in forceScalarizeMaskedGather() function
/openbsd/src/gnu/llvm/llvm/lib/Analysis/
DTargetTransformInfo.cpp433 bool TargetTransformInfo::forceScalarizeMaskedGather(VectorType *DataType, in forceScalarizeMaskedGather() function in TargetTransformInfo
435 return TTIImpl->forceScalarizeMaskedGather(DataType, Alignment); in forceScalarizeMaskedGather()
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Scalar/
DScalarizeMaskedMemIntrin.cpp961 !TTI.forceScalarizeMaskedGather(cast<VectorType>(LoadTy), Alignment)) in optimizeCallInst()
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp3774 !TTI.forceScalarizeMaskedGather(VecTy, CommonAlignment)) in canVectorizeLoads()