Searched refs:SVEBitsPerBlock (Results 1 – 7 of 7) sorted by relevance
426 return VT.getFixedSizeInBits() > AArch64::SVEBitsPerBlock || in useSVEForFixedLengthVectors()
1050 Type::getInt1Ty(Ctx), AArch64::SVEBitsPerBlock / (PredSize * 8)); in instCombineSVECmpNE()2553 unsigned NumElements = AArch64::SVEBitsPerBlock / in getCastInstrCost()
4234 assert(VT.getSizeInBits().getKnownMinValue() == AArch64::SVEBitsPerBlock && in trySelectCastFixedLengthToScalableVector()4263 assert(InVT.getSizeInBits().getKnownMinValue() == AArch64::SVEBitsPerBlock && in trySelectCastScalableToFixedLengthVector()6814 EVT::getIntegerVT(Ctx, AArch64::SVEBitsPerBlock / EC.getKnownMinValue()); in getPackedVectorTypeFromPredicateType()
228 VT.getSizeInBits().getKnownMinValue() == AArch64::SVEBitsPerBlock; in isPackedVectorType()12402 if (VT.getSizeInBits().getKnownMinValue() != AArch64::SVEBitsPerBlock) in LowerDUPQLane()12720 unsigned VScale = MaxSVESize / AArch64::SVEBitsPerBlock; in isAllActivePredicate()19756 if (VT.getSizeInBits().getKnownMinValue() != AArch64::SVEBitsPerBlock) in LowerSVEIntrinsicEXT()20440 if (VT.getSizeInBits().getKnownMinValue() > AArch64::SVEBitsPerBlock) in performLD1Combine()21698 Subtarget.getMaxSVEVectorSizeInBits() / AArch64::SVEBitsPerBlock; in findMoreOptimalIndexType()23077 if (SrcVT.getSizeInBits().getKnownMinValue() > AArch64::SVEBitsPerBlock) in performScatterStoreCombine()23188 if (RetVT.getSizeInBits().getKnownMinValue() > AArch64::SVEBitsPerBlock) in performGatherLoadCombine()
2690 AArch64::SVEBitsPerBlock in getMemOperandsWithOffsetWidth()
857 static constexpr unsigned SVEBitsPerBlock = 128; variable
9532 constexpr unsigned SVEBitsPerBlock = 128; variable9535 unsigned NumElts = SVEBitsPerBlock / EltTy->getScalarSizeInBits(); in getSVEVectorForElementType()10431 EltTy = IntegerType::get(getLLVMContext(), SVEBitsPerBlock / NumOpnds); in EmitAArch64SVEBuiltinExpr()