| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/ |
| D | ARMTargetTransformInfo.h | 187 bool isLegalMaskedGather(Type *Ty, Align Alignment); 190 return isLegalMaskedGather(Ty, Alignment); in isLegalMaskedScatter()
|
| D | ARMTargetTransformInfo.cpp | 1046 bool ARMTTIImpl::isLegalMaskedGather(Type *Ty, Align Alignment) { in isLegalMaskedGather() function in ARMTTIImpl
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| D | RISCVTargetTransformInfo.cpp | 141 !isLegalMaskedGather(DataTy, Align(Alignment))) || in getGatherScatterOpCost()
|
| D | RISCVTargetTransformInfo.h | 136 bool isLegalMaskedGather(Type *DataType, Align Alignment) { in isLegalMaskedGather() function
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/ |
| D | X86TargetTransformInfo.h | 231 bool isLegalMaskedGather(Type *DataType, Align Alignment);
|
| D | X86TargetTransformInfo.cpp | 4636 isLegalMaskedGather(SrcVTy, Align(Alignment))) || in getGatherScatterOpCost() 4653 !isLegalMaskedGather(SrcVTy, Align(Alignment))) || in getGatherScatterOpCost() 4768 bool X86TTIImpl::isLegalMaskedGather(Type *DataTy, Align Alignment) { in isLegalMaskedGather() function in X86TTIImpl 4818 return isLegalMaskedGather(DataType, Alignment); in isLegalMaskedScatter()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| D | AArch64TargetTransformInfo.h | 273 bool isLegalMaskedGather(Type *DataType, Align Alignment) const { in isLegalMaskedGather() function
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| D | TargetTransformInfo.h | 656 bool isLegalMaskedGather(Type *DataType, Align Alignment) const; 1505 virtual bool isLegalMaskedGather(Type *DataType, Align Alignment) = 0; 1880 bool isLegalMaskedGather(Type *DataType, Align Alignment) override { in isLegalMaskedGather() function 1881 return Impl.isLegalMaskedGather(DataType, Alignment); in isLegalMaskedGather()
|
| D | TargetTransformInfoImpl.h | 257 bool isLegalMaskedGather(Type *DataType, Align Alignment) const { in isLegalMaskedGather() function
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/ |
| D | TargetTransformInfo.cpp | 390 bool TargetTransformInfo::isLegalMaskedGather(Type *DataType, in isLegalMaskedGather() function in TargetTransformInfo 392 return TTIImpl->isLegalMaskedGather(DataType, Alignment); in isLegalMaskedGather()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| D | ScalarizeMaskedMemIntrin.cpp | 964 if (TTI.isLegalMaskedGather(LoadTy, Alignment)) in optimizeCallInst()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| D | LoopVectorize.cpp | 1518 return (LI && TTI.isLegalMaskedGather(Ty, Align)) || in isLegalGatherOrScatter() 5270 TTI.isLegalMaskedGather(Ty, Alignment)) in isScalarWithPredication()
|
| D | SLPVectorizer.cpp | 3016 if (TTI->isLegalMaskedGather(FixedVectorType::get(ScalarTy, VL.size()), in buildTree_rec()
|