Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/
DX86TargetTransformInfo.cpp1123 bool X86TTIImpl::isLegalMaskedStore(Type *DataType, int Consecutive) { in isLegalMaskedStore() function in X86TTIImpl
/external/llvm/lib/Analysis/
DTargetTransformInfo.cpp108 bool TargetTransformInfo::isLegalMaskedStore(Type *DataType, in isLegalMaskedStore() function in TargetTransformInfo
/external/llvm/include/llvm/Analysis/
DTargetTransformInfoImpl.h216 bool isLegalMaskedStore(Type *DataType, int Consecutive) { return false; } in isLegalMaskedStore() function
DTargetTransformInfo.h655 bool isLegalMaskedStore(Type *DataType, int Consecutive) override { in isLegalMaskedStore() function
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp777 bool isLegalMaskedStore(Type *DataType, Value *Ptr) { in isLegalMaskedStore() function in __anon63bf7e8f0111::LoopVectorizationLegality