Searched refs:hasVInstructionsI64 (Results 1 – 6 of 6) sorted by relevance
183 return hasVInstructionsI64() ? 64 : 32; in getELen()225 bool hasVInstructionsI64() const { return HasStdExtZve64x; } in hasVInstructionsI64() function
271 return ST->is64Bit() && !ST->hasVInstructionsI64(); in forceScalarizeMaskedGather()276 return ST->is64Bit() && !ST->hasVInstructionsI64(); in forceScalarizeMaskedScatter()
857 def HasVInstructionsI64 : Predicate<"Subtarget->hasVInstructionsI64()">,
192 !Subtarget.hasVInstructionsI64()) in RISCVTargetLowering()2569 return Subtarget.is64Bit() ? Subtarget.hasVInstructionsI64() : true; in isLegalElementTypeForRVV()2575 return Subtarget.hasVInstructionsI64(); in isLegalElementTypeForRVV()2638 if (!Subtarget.hasVInstructionsI64()) in useRVVForFixedLengthVectorVT()
323 return Subtarget.is64Bit() ? Subtarget.hasVInstructionsI64() : true; in isLegalElementTypeForRVV()328 return Subtarget.hasVInstructionsI64(); in isLegalElementTypeForRVV()
51 ST.hasVInstructionsI64()) && in typeIsLegalIntOrFPVec()465 else if (ST.hasVInstructionsI64()) in RISCVLegalizerInfo()