Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AArch64/Utils/
H A DAArch64BaseInfo.h762 static constexpr unsigned SVEBitsPerBlock = 128; variable
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp3465 AArch64::SVEBitsPerBlock && in extractSubReg()
3491 VT.getSizeInBits().getKnownMinSize() == AArch64::SVEBitsPerBlock && in insertSubReg()
5114 EVT::getIntegerVT(Ctx, AArch64::SVEBitsPerBlock / EC.getKnownMinValue()); in getPackedVectorTypeFromPredicateType()
H A DAArch64ISelLowering.cpp198 VT.getSizeInBits().getKnownMinSize() == AArch64::SVEBitsPerBlock; in isPackedVectorType()
10663 if (VT.getSizeInBits().getKnownMinSize() != AArch64::SVEBitsPerBlock) in LowerDUPQLane()
16222 if (VT.getSizeInBits().getKnownMinSize() != AArch64::SVEBitsPerBlock) in LowerSVEIntrinsicEXT()
16436 unsigned VScale = MaxSVESize / AArch64::SVEBitsPerBlock; in isAllActivePredicate()
16895 if (VT.getSizeInBits().getKnownMinSize() > AArch64::SVEBitsPerBlock) in performLD1Combine()
17740 Subtarget.getMaxSVEVectorSizeInBits() / AArch64::SVEBitsPerBlock; in findMoreOptimalIndexType()
18941 if (SrcVT.getSizeInBits().getKnownMinSize() > AArch64::SVEBitsPerBlock) in performScatterStoreCombine()
19043 if (RetVT.getSizeInBits().getKnownMinSize() > AArch64::SVEBitsPerBlock) in performGatherLoadCombine()
H A DAArch64TargetTransformInfo.cpp771 Type::getInt1Ty(Ctx), AArch64::SVEBitsPerBlock / (PredSize * 8)); in instCombineSVECmpNE()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGBuiltin.cpp8657 constexpr unsigned SVEBitsPerBlock = 128; variable
8660 unsigned NumElts = SVEBitsPerBlock / EltTy->getScalarSizeInBits(); in getSVEVectorForElementType()
9281 EltTy = IntegerType::get(getLLVMContext(), SVEBitsPerBlock / NumOpnds); in EmitAArch64SVEBuiltinExpr()