Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/Utils/
DAArch64BaseInfo.h660 static constexpr unsigned SVEBitsPerBlock = 128; variable
/external/llvm-project/llvm/lib/Target/AArch64/Utils/
DAArch64BaseInfo.h660 static constexpr unsigned SVEBitsPerBlock = 128; variable
/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64ISelDAGToDAG.cpp3287 AArch64::SVEBitsPerBlock && in extractSubReg()
3313 VT.getSizeInBits().getKnownMinSize() == AArch64::SVEBitsPerBlock && in insertSubReg()
4852 EVT::getIntegerVT(Ctx, AArch64::SVEBitsPerBlock / EC.getKnownMinValue()); in getPackedVectorTypeFromPredicateType()
DAArch64ISelLowering.cpp176 VT.getSizeInBits().getKnownMinSize() == AArch64::SVEBitsPerBlock; in isPackedVectorType()
3913 MVT::getIntegerVT(AArch64::SVEBitsPerBlock / EC.getKnownMinValue()); in LowerMGATHER()
3968 MVT::getIntegerVT(AArch64::SVEBitsPerBlock / EC.getKnownMinValue()); in LowerMSCATTER()
8857 if (VT.getSizeInBits().getKnownMinSize() != AArch64::SVEBitsPerBlock) in LowerDUPQLane()
13037 if (VT.getSizeInBits().getKnownMinSize() != AArch64::SVEBitsPerBlock) in LowerSVEIntrinsicEXT()
13570 if (VT.getSizeInBits().getKnownMinSize() > AArch64::SVEBitsPerBlock) in performLD1Combine()
14879 if (SrcVT.getSizeInBits().getKnownMinSize() > AArch64::SVEBitsPerBlock) in performScatterStoreCombine()
14981 if (RetVT.getSizeInBits().getKnownMinSize() > AArch64::SVEBitsPerBlock) in performGatherLoadCombine()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp10880 if (VT.getSizeInBits().getKnownMinSize() != AArch64::SVEBitsPerBlock) in LowerSVEIntrinsicEXT()
12371 if (SrcVT.getSizeInBits().getKnownMinSize() > AArch64::SVEBitsPerBlock) in performST1ScatterCombine()
12436 if (RetVT.getSizeInBits().getKnownMinSize() > AArch64::SVEBitsPerBlock) in performLD1GatherCombine()
/external/llvm-project/clang/lib/CodeGen/
DCGBuiltin.cpp8135 constexpr unsigned SVEBitsPerBlock = 128; variable
8138 unsigned NumElts = SVEBitsPerBlock / EltTy->getScalarSizeInBits(); in getSVEVectorForElementType()
8750 EltTy = IntegerType::get(getLLVMContext(), SVEBitsPerBlock / NumOpnds); in EmitAArch64SVEBuiltinExpr()