Home
last modified time | relevance | path

Searched defs:isLegalMaskedCompressStore (Results 1 – 8 of 8) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DTargetTransformInfoImpl.h283 bool isLegalMaskedCompressStore(Type *DataType) { return false; } in isLegalMaskedCompressStore() function
DTargetTransformInfo.h1546 bool isLegalMaskedCompressStore(Type *DataType) override { in isLegalMaskedCompressStore() function
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/
DTargetTransformInfoImpl.h284 bool isLegalMaskedCompressStore(Type *DataType) const { return false; } in isLegalMaskedCompressStore() function
DTargetTransformInfo.h2105 bool isLegalMaskedCompressStore(Type *DataType) override { in isLegalMaskedCompressStore() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DTargetTransformInfo.cpp328 bool TargetTransformInfo::isLegalMaskedCompressStore(Type *DataType) const { in isLegalMaskedCompressStore() function in TargetTransformInfo
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86TargetTransformInfo.cpp3426 bool X86TTIImpl::isLegalMaskedCompressStore(Type *DataTy) { in isLegalMaskedCompressStore() function in X86TTIImpl
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
DTargetTransformInfo.cpp443 bool TargetTransformInfo::isLegalMaskedCompressStore(Type *DataType) const { in isLegalMaskedCompressStore() function in TargetTransformInfo
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/
DX86TargetTransformInfo.cpp5965 bool X86TTIImpl::isLegalMaskedCompressStore(Type *DataTy) { in isLegalMaskedCompressStore() function in X86TTIImpl