Home
last modified time | relevance | path

Searched defs:hasConditionalLoadStoreForType (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h563 virtual bool hasConditionalLoadStoreForType(Type *Ty, bool IsStore) const { in hasConditionalLoadStoreForType() function
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp767 bool TargetTransformInfo::hasConditionalLoadStoreForType(Type *Ty, in hasConditionalLoadStoreForType() function in TargetTransformInfo
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp179 bool X86TTIImpl::hasConditionalLoadStoreForType(Type *Ty, bool IsStore) const { in hasConditionalLoadStoreForType() function in X86TTIImpl