| /openbsd/src/gnu/llvm/llvm/lib/Target/VE/ |
| D | VETargetTransformInfo.h | 142 bool isLegalMaskedGather(Type *DataType, MaybeAlign Alignment) { in isLegalMaskedGather() function
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/ARM/ |
| D | ARMTargetTransformInfo.h | 205 bool isLegalMaskedGather(Type *Ty, Align Alignment); 208 return isLegalMaskedGather(Ty, Alignment); in isLegalMaskedScatter()
|
| D | ARMTargetTransformInfo.cpp | 1121 bool ARMTTIImpl::isLegalMaskedGather(Type *Ty, Align Alignment) { in isLegalMaskedGather() function in ARMTTIImpl
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/X86/ |
| D | X86TargetTransformInfo.h | 251 bool isLegalMaskedGather(Type *DataType, Align Alignment);
|
| D | X86TargetTransformInfo.cpp | 5818 isLegalMaskedGather(SrcVTy, Align(Alignment)) && in getGatherScatterOpCost() 5839 (!isLegalMaskedGather(SrcVTy, Align(Alignment)) || in getGatherScatterOpCost() 5988 bool X86TTIImpl::isLegalMaskedGather(Type *DataTy, Align Alignment) { in isLegalMaskedGather() function in X86TTIImpl 6042 return isLegalMaskedGather(DataType, Alignment); in isLegalMaskedScatter()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/RISCV/ |
| D | RISCVTargetTransformInfo.h | 224 bool isLegalMaskedGather(Type *DataType, Align Alignment) { in isLegalMaskedGather() function
|
| D | RISCVTargetTransformInfo.cpp | 349 !isLegalMaskedGather(DataTy, Align(Alignment))) || in getGatherScatterOpCost()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/AArch64/ |
| D | AArch64TargetTransformInfo.h | 277 bool isLegalMaskedGather(Type *DataType, Align Alignment) const { in isLegalMaskedGather() function
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/Analysis/ |
| D | TargetTransformInfo.h | 658 bool isLegalMaskedGather(Type *DataType, Align Alignment) const; 1653 virtual bool isLegalMaskedGather(Type *DataType, Align Alignment) = 0; 2094 bool isLegalMaskedGather(Type *DataType, Align Alignment) override { in isLegalMaskedGather() function 2095 return Impl.isLegalMaskedGather(DataType, Alignment); in isLegalMaskedGather()
|
| D | TargetTransformInfoImpl.h | 271 bool isLegalMaskedGather(Type *DataType, Align Alignment) const { in isLegalMaskedGather() function
|
| /openbsd/src/gnu/llvm/llvm/lib/Analysis/ |
| D | TargetTransformInfo.cpp | 417 bool TargetTransformInfo::isLegalMaskedGather(Type *DataType, in isLegalMaskedGather() function in TargetTransformInfo 419 return TTIImpl->isLegalMaskedGather(DataType, Alignment); in isLegalMaskedGather()
|
| /openbsd/src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
| D | ScalarizeMaskedMemIntrin.cpp | 960 if (TTI.isLegalMaskedGather(LoadTy, Alignment) && in optimizeCallInst()
|
| /openbsd/src/gnu/llvm/llvm/lib/Transforms/Vectorize/ |
| D | LoopVectorize.cpp | 1455 return (LI && TTI.isLegalMaskedGather(Ty, Align)) || in isLegalGatherOrScatter() 4394 TTI.isLegalMaskedGather(VTy, Alignment)) in isScalarWithPredication()
|
| D | SLPVectorizer.cpp | 1303 R.TTI->isLegalMaskedGather( in getShallowScore() 3773 if (TTI.isLegalMaskedGather(VecTy, CommonAlignment) && in canVectorizeLoads()
|