Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DTargetTransformInfo.cpp126 bool TargetTransformInfo::isLegalMaskedStore(Type *DataType) const { in isLegalMaskedStore() function in TargetTransformInfo
/external/llvm/include/llvm/Analysis/
DTargetTransformInfoImpl.h212 bool isLegalMaskedStore(Type *DataType) { return false; } in isLegalMaskedStore() function
DTargetTransformInfo.h805 bool isLegalMaskedStore(Type *DataType) override { in isLegalMaskedStore() function
/external/llvm/lib/Target/X86/
DX86TargetTransformInfo.cpp1579 bool X86TTIImpl::isLegalMaskedStore(Type *DataType) { in isLegalMaskedStore() function in X86TTIImpl
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DTargetTransformInfoImpl.h254 bool isLegalMaskedStore(Type *DataType) { return false; } in isLegalMaskedStore() function
DTargetTransformInfo.h1272 bool isLegalMaskedStore(Type *DataType) override { in isLegalMaskedStore() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86TargetTransformInfo.cpp2602 bool X86TTIImpl::isLegalMaskedStore(Type *DataType) { in isLegalMaskedStore() function in X86TTIImpl
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DTargetTransformInfo.cpp166 bool TargetTransformInfo::isLegalMaskedStore(Type *DataType) const { in isLegalMaskedStore() function in TargetTransformInfo
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp1454 bool isLegalMaskedStore(Type *DataType, Value *Ptr) { in isLegalMaskedStore() function in __anon0b4224d80111::LoopVectorizationLegality
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp1381 bool isLegalMaskedStore(Type *DataType, Value *Ptr) { in isLegalMaskedStore() function in llvm::LoopVectorizationCostModel