Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DTargetTransformInfo.cpp130 bool TargetTransformInfo::isLegalMaskedLoad(Type *DataType) const { in isLegalMaskedLoad() function in TargetTransformInfo
/external/llvm/include/llvm/Analysis/
DTargetTransformInfoImpl.h214 bool isLegalMaskedLoad(Type *DataType) { return false; } in isLegalMaskedLoad() function
DTargetTransformInfo.h808 bool isLegalMaskedLoad(Type *DataType) override { in isLegalMaskedLoad() function
/external/llvm/lib/Target/X86/
DX86TargetTransformInfo.cpp1570 bool X86TTIImpl::isLegalMaskedLoad(Type *DataTy) { in isLegalMaskedLoad() function in X86TTIImpl
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp1459 bool isLegalMaskedLoad(Type *DataType, Value *Ptr) { in isLegalMaskedLoad() function in __anonf0c7dd4c0111::LoopVectorizationLegality