Searched defs:hasConditionalLoadStoreForType (Results 1 – 3 of 3) sorted by relevance
/llvm-project/llvm/include/llvm/Analysis/ | ||
H A D | TargetTransformInfoImpl.h | 463 bool hasConditionalLoadStoreForType(Type *Ty) const { return false; } hasConditionalLoadStoreForType() function |
/llvm-project/llvm/lib/Analysis/ | ||
H A D | TargetTransformInfo.cpp | 725 bool TargetTransformInfo::hasConditionalLoadStoreForType(Type *Ty) const { hasConditionalLoadStoreForType() function in TargetTransformInfo |
/llvm-project/llvm/lib/Target/X86/ | ||
H A D | X86TargetTransformInfo.cpp | 179 bool X86TTIImpl::hasConditionalLoadStoreForType(Type *Ty) const { hasConditionalLoadStoreForType() function in X86TTIImpl |