Home
last modified time | relevance | path

Searched refs:hasConditionalLoadStoreForType (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.h135 bool hasConditionalLoadStoreForType(Type *Ty, bool IsStore) const override;
H A DX86TargetTransformInfo.cpp179 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 DTargetTransformInfo.cpp767 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 DTargetTransformInfo.h1189 LLVM_ABI bool hasConditionalLoadStoreForType(Type *Ty, bool IsStore) const;
H A DTargetTransformInfoImpl.h563 virtual bool hasConditionalLoadStoreForType(Type *Ty, bool IsStore) const { in hasConditionalLoadStoreForType() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp1806 return TTI.hasConditionalLoadStoreForType(getLoadStoreType(I), IsStore) && in isSafeCheapLoadStore()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp4877 !IsCompressing && TTI.hasConditionalLoadStoreForType( in visitMaskedStore()
5063 if (!IsExpanding && TTI.hasConditionalLoadStoreForType(Src0Operand->getType(), in visitMaskedLoad()