Home
last modified time | relevance | path

Searched refs:SVEBitsPerBlock (Results 1 – 7 of 7) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.h426 return VT.getFixedSizeInBits() > AArch64::SVEBitsPerBlock || in useSVEForFixedLengthVectors()
H A DAArch64TargetTransformInfo.cpp1050 Type::getInt1Ty(Ctx), AArch64::SVEBitsPerBlock / (PredSize * 8)); in instCombineSVECmpNE()
2553 unsigned NumElements = AArch64::SVEBitsPerBlock / in getCastInstrCost()
H A DAArch64ISelDAGToDAG.cpp4234 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()
H A DAArch64ISelLowering.cpp228 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()
H A DAArch64InstrInfo.cpp2690 AArch64::SVEBitsPerBlock in getMemOperandsWithOffsetWidth()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/Utils/
H A DAArch64BaseInfo.h857 static constexpr unsigned SVEBitsPerBlock = 128; variable
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp9532 constexpr unsigned SVEBitsPerBlock = 128; variable
9535 unsigned NumElts = SVEBitsPerBlock / EltTy->getScalarSizeInBits(); in getSVEVectorForElementType()
10431 EltTy = IntegerType::get(getLLVMContext(), SVEBitsPerBlock / NumOpnds); in EmitAArch64SVEBuiltinExpr()