Home
last modified time | relevance | path

Searched defs:isLegalMaskedGather (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.h128 bool isLegalMaskedGather(Type *DataType, Align Alignment) { in isLegalMaskedGather() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h252 bool isLegalMaskedGather(Type *DataType, Align Alignment) const { in isLegalMaskedGather() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp1041 bool ARMTTIImpl::isLegalMaskedGather(Type *Ty, Align Alignment) { in isLegalMaskedGather() function in ARMTTIImpl
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h257 bool isLegalMaskedGather(Type *DataType, Align Alignment) const { in isLegalMaskedGather() function
H A DTargetTransformInfo.h1891 bool isLegalMaskedGather(Type *DataType, Align Alignment) override { in isLegalMaskedGather() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp394 bool TargetTransformInfo::isLegalMaskedGather(Type *DataType, in isLegalMaskedGather() function in TargetTransformInfo
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp4565 bool X86TTIImpl::isLegalMaskedGather(Type *DataTy, Align Alignment) { in isLegalMaskedGather() function in X86TTIImpl
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1492 bool isLegalMaskedGather(Type *DataType, Align Alignment) const { in isLegalMaskedGather() function in llvm::LoopVectorizationCostModel