Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DTargetTransformInfo.cpp134 bool TargetTransformInfo::isLegalMaskedGather(Type *DataType) const { in isLegalMaskedGather() function in TargetTransformInfo
/external/llvm/include/llvm/Analysis/
DTargetTransformInfoImpl.h218 bool isLegalMaskedGather(Type *DataType) { return false; } in isLegalMaskedGather() function
DTargetTransformInfo.h814 bool isLegalMaskedGather(Type *DataType) override { in isLegalMaskedGather() function
/external/llvm/lib/Target/X86/
DX86TargetTransformInfo.cpp1583 bool X86TTIImpl::isLegalMaskedGather(Type *DataTy) { in isLegalMaskedGather() function in X86TTIImpl
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp1469 bool isLegalMaskedGather(Type *DataType) { in isLegalMaskedGather() function in __anonf0c7dd4c0111::LoopVectorizationLegality