Searched refs:hasConditionalLoadStoreForType (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86TargetTransformInfo.h | 135 bool hasConditionalLoadStoreForType(Type *Ty, bool IsStore) const override;
|
| H A D | X86TargetTransformInfo.cpp | 179 bool X86TTIImpl::hasConditionalLoadStoreForType(Type *Ty, bool IsStore) const { in hasConditionalLoadStoreForType() function in X86TTIImpl 6306 hasConditionalLoadStoreForType(ScalarTy, /*IsStore=*/false); in isLegalMaskedLoad() 6319 hasConditionalLoadStoreForType(ScalarTy, /*IsStore=*/true); in isLegalMaskedStore()
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | TargetTransformInfo.cpp | 767 bool TargetTransformInfo::hasConditionalLoadStoreForType(Type *Ty, in hasConditionalLoadStoreForType() function in TargetTransformInfo 769 return TTIImpl->hasConditionalLoadStoreForType(Ty, IsStore); in hasConditionalLoadStoreForType()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | TargetTransformInfo.h | 1189 LLVM_ABI bool hasConditionalLoadStoreForType(Type *Ty, bool IsStore) const;
|
| H A D | TargetTransformInfoImpl.h | 563 virtual bool hasConditionalLoadStoreForType(Type *Ty, bool IsStore) const { in hasConditionalLoadStoreForType() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | SimplifyCFG.cpp | 1806 return TTI.hasConditionalLoadStoreForType(getLoadStoreType(I), IsStore) && in isSafeCheapLoadStore()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGBuilder.cpp | 4877 !IsCompressing && TTI.hasConditionalLoadStoreForType( in visitMaskedStore() 5063 if (!IsExpanding && TTI.hasConditionalLoadStoreForType(Src0Operand->getType(), in visitMaskedLoad()
|