Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86TargetTransformInfo.h135 bool hasConditionalLoadStoreForType(Type *Ty = nullptr) const;
HDX86TargetTransformInfo.cpp179 bool X86TTIImpl::hasConditionalLoadStoreForType(Type *Ty) const { in hasConditionalLoadStoreForType() function in X86TTIImpl
5934 return ST->hasCF() && hasConditionalLoadStoreForType(ScalarTy); in isLegalMaskedLoad()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
HDTargetTransformInfo.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);
HDTargetTransformInfoImpl.h465 bool hasConditionalLoadStoreForType(Type *Ty) const { return false; } in hasConditionalLoadStoreForType() function
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Analysis/
HDTargetTransformInfo.cpp729 bool TargetTransformInfo::hasConditionalLoadStoreForType(Type *Ty) const { in hasConditionalLoadStoreForType() function in TargetTransformInfo
730 return TTIImpl->hasConditionalLoadStoreForType(Ty); in hasConditionalLoadStoreForType()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDSelectionDAGBuilder.cpp4804 TTI.hasConditionalLoadStoreForType(I.getArgOperand(0)->getType()) in visitMaskedStore()
4990 TTI.hasConditionalLoadStoreForType(Src0Operand->getType())) in visitMaskedLoad()