Searched refs:forceScalarizeMaskedGather (Results 1 – 9 of 9) sorted by relevance
| /openbsd/src/gnu/llvm/llvm/lib/Target/X86/ |
| D | X86TargetTransformInfo.h | 247 bool forceScalarizeMaskedGather(VectorType *VTy, Align Alignment); 249 return forceScalarizeMaskedGather(VTy, Alignment); in forceScalarizeMaskedScatter()
|
| D | X86TargetTransformInfo.cpp | 5819 !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/ |
| D | ARMTargetTransformInfo.h | 193 bool forceScalarizeMaskedGather(VectorType *VTy, Align Alignment) { in forceScalarizeMaskedGather() function 202 return forceScalarizeMaskedGather(VTy, Alignment); in forceScalarizeMaskedScatter()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/RISCV/ |
| D | RISCVTargetTransformInfo.h | 231 bool forceScalarizeMaskedGather(VectorType *VTy, Align Alignment) { in forceScalarizeMaskedGather() function
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/Analysis/ |
| D | TargetTransformInfo.h | 661 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()
|
| D | TargetTransformInfoImpl.h | 275 bool forceScalarizeMaskedGather(VectorType *DataType, Align Alignment) const { in forceScalarizeMaskedGather() function
|
| /openbsd/src/gnu/llvm/llvm/lib/Analysis/ |
| D | TargetTransformInfo.cpp | 433 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/ |
| D | ScalarizeMaskedMemIntrin.cpp | 961 !TTI.forceScalarizeMaskedGather(cast<VectorType>(LoadTy), Alignment)) in optimizeCallInst()
|
| /openbsd/src/gnu/llvm/llvm/lib/Transforms/Vectorize/ |
| D | SLPVectorizer.cpp | 3774 !TTI.forceScalarizeMaskedGather(VecTy, CommonAlignment)) in canVectorizeLoads()
|