Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMTargetTransformInfo.h158 bool isLegalMaskedStore(Type *DataTy, MaybeAlign Alignment) { in isLegalMaskedStore() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64TargetTransformInfo.h171 bool isLegalMaskedStore(Type *DataType, MaybeAlign Alignment) { in isLegalMaskedStore() function
/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-10.0/llvm/include/llvm/Analysis/
DTargetTransformInfoImpl.h257 bool isLegalMaskedStore(Type *DataType, MaybeAlign Alignment) { return false; } in isLegalMaskedStore() function
DTargetTransformInfo.h1528 bool isLegalMaskedStore(Type *DataType, MaybeAlign Alignment) override { in isLegalMaskedStore() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86TargetTransformInfo.cpp3363 bool X86TTIImpl::isLegalMaskedStore(Type *DataType, MaybeAlign Alignment) { in isLegalMaskedStore() function in X86TTIImpl
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DTargetTransformInfo.cpp299 bool TargetTransformInfo::isLegalMaskedStore(Type *DataType, in isLegalMaskedStore() function in TargetTransformInfo
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp1454 bool isLegalMaskedStore(Type *DataType, Value *Ptr) { in isLegalMaskedStore() function in __anon4a4ec4140111::LoopVectorizationLegality
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp1203 bool isLegalMaskedStore(Type *DataType, Value *Ptr, MaybeAlign Alignment) { in isLegalMaskedStore() function in llvm::LoopVectorizationCostModel