Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/
DX86TargetTransformInfo.cpp1312 bool X86TTIImpl::isLegalMaskedGather(Type *DataTy) { in isLegalMaskedGather() function in X86TTIImpl
/external/llvm/lib/Analysis/
DTargetTransformInfo.cpp124 bool TargetTransformInfo::isLegalMaskedGather(Type *DataType) const { in isLegalMaskedGather() function in TargetTransformInfo
/external/llvm/include/llvm/Analysis/
DTargetTransformInfoImpl.h219 bool isLegalMaskedGather(Type *DataType) { return false; } in isLegalMaskedGather() function
DTargetTransformInfo.h708 bool isLegalMaskedGather(Type *DataType) override { in isLegalMaskedGather() function