Searched refs:hasConditionalLoadStoreForType (Results 1 – 6 of 6) sorted by relevance
135 bool hasConditionalLoadStoreForType(Type *Ty = nullptr) const;
179 bool X86TTIImpl::hasConditionalLoadStoreForType(Type *Ty) const { in hasConditionalLoadStoreForType() function in X86TTIImpl5934 return ST->hasCF() && hasConditionalLoadStoreForType(ScalarTy); in isLegalMaskedLoad()
1125 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);
465 bool hasConditionalLoadStoreForType(Type *Ty) const { return false; } in hasConditionalLoadStoreForType() function
729 bool TargetTransformInfo::hasConditionalLoadStoreForType(Type *Ty) const { in hasConditionalLoadStoreForType() function in TargetTransformInfo730 return TTIImpl->hasConditionalLoadStoreForType(Ty); in hasConditionalLoadStoreForType()
4804 TTI.hasConditionalLoadStoreForType(I.getArgOperand(0)->getType()) in visitMaskedStore()4990 TTI.hasConditionalLoadStoreForType(Src0Operand->getType())) in visitMaskedLoad()