Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.h135 bool hasConditionalLoadStoreForType(Type *Ty = nullptr) const;
H A DX86TargetTransformInfo.cpp179 bool X86TTIImpl::hasConditionalLoadStoreForType(Type *Ty) const { in hasConditionalLoadStoreForType() function in X86TTIImpl
5934 return ST->hasCF() && hasConditionalLoadStoreForType(ScalarTy); in isLegalMaskedLoad()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h1125 bool hasConditionalLoadStoreForType(Type *Ty = nullptr) const;
1983 virtual bool hasConditionalLoadStoreForType(Type *Ty = nullptr) const = 0;
2577 bool hasConditionalLoadStoreForType(Type *Ty = nullptr) const override {
2578 return Impl.hasConditionalLoadStoreForType(Ty);
H A DTargetTransformInfoImpl.h465 bool hasConditionalLoadStoreForType(Type *Ty) const { return false; } in hasConditionalLoadStoreForType() function
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp729 bool TargetTransformInfo::hasConditionalLoadStoreForType(Type *Ty) const { in hasConditionalLoadStoreForType() function in TargetTransformInfo
730 return TTIImpl->hasConditionalLoadStoreForType(Ty); in hasConditionalLoadStoreForType()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp4804 TTI.hasConditionalLoadStoreForType(I.getArgOperand(0)->getType()) in visitMaskedStore()
4990 TTI.hasConditionalLoadStoreForType(Src0Operand->getType())) in visitMaskedLoad()