Lines Matching refs:DataTy
276 bool RISCVTTIImpl::hasActiveVectorLength(unsigned, Type *DataTy, Align) const { in hasActiveVectorLength() argument
714 unsigned Opcode, Type *DataTy, const Value *Ptr, bool VariableMask, in getGatherScatterOpCost() argument
717 return BaseT::getGatherScatterOpCost(Opcode, DataTy, Ptr, VariableMask, in getGatherScatterOpCost()
721 !isLegalMaskedGather(DataTy, Align(Alignment))) || in getGatherScatterOpCost()
723 !isLegalMaskedScatter(DataTy, Align(Alignment)))) in getGatherScatterOpCost()
724 return BaseT::getGatherScatterOpCost(Opcode, DataTy, Ptr, VariableMask, in getGatherScatterOpCost()
730 auto &VTy = *cast<VectorType>(DataTy); in getGatherScatterOpCost()
739 unsigned Opcode, Type *DataTy, const Value *Ptr, bool VariableMask, in getStridedMemoryOpCost() argument
742 !isLegalStridedLoadStore(DataTy, Alignment)) || in getStridedMemoryOpCost()
744 return BaseT::getStridedMemoryOpCost(Opcode, DataTy, Ptr, VariableMask, in getStridedMemoryOpCost()
753 auto &VTy = *cast<VectorType>(DataTy); in getStridedMemoryOpCost()
1948 bool RISCVTTIImpl::isLegalMaskedCompressStore(Type *DataTy, Align Alignment) { in isLegalMaskedCompressStore() argument
1949 auto *VTy = dyn_cast<VectorType>(DataTy); in isLegalMaskedCompressStore()
1953 if (!isLegalMaskedLoadStore(DataTy, Alignment)) in isLegalMaskedCompressStore()