Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h463 bool hasConditionalLoadStoreForType(Type *Ty) const { return false; } hasConditionalLoadStoreForType() function
/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp725 bool TargetTransformInfo::hasConditionalLoadStoreForType(Type *Ty) const { hasConditionalLoadStoreForType() function in TargetTransformInfo
/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp179 bool X86TTIImpl::hasConditionalLoadStoreForType(Type *Ty) const { hasConditionalLoadStoreForType() function in X86TTIImpl