HomeSort by: relevance | last modified time | path
    Searched refs:SVEBitsPerBlock (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64TargetTransformInfo.h 130 return AArch64::SVEMaxBitsPerVector / AArch64::SVEBitsPerBlock;
AArch64ISelDAGToDAG.cpp 3314 AArch64::SVEBitsPerBlock &&
3340 VT.getSizeInBits().getKnownMinSize() == AArch64::SVEBitsPerBlock &&
4894 EVT::getIntegerVT(Ctx, AArch64::SVEBitsPerBlock / EC.getKnownMinValue());
AArch64ISelLowering.cpp 195 VT.getSizeInBits().getKnownMinSize() == AArch64::SVEBitsPerBlock;
9232 if (VT.getSizeInBits().getKnownMinSize() != AArch64::SVEBitsPerBlock)
13706 if (VT.getSizeInBits().getKnownMinSize() != AArch64::SVEBitsPerBlock)
14239 if (VT.getSizeInBits().getKnownMinSize() > AArch64::SVEBitsPerBlock)
15636 if (SrcVT.getSizeInBits().getKnownMinSize() > AArch64::SVEBitsPerBlock)
15738 if (RetVT.getSizeInBits().getKnownMinSize() > AArch64::SVEBitsPerBlock)
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/Utils/
AArch64BaseInfo.h 676 static constexpr unsigned SVEBitsPerBlock = 128;
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGBuiltin.cpp 8447 constexpr unsigned SVEBitsPerBlock = 128;
8450 unsigned NumElts = SVEBitsPerBlock / EltTy->getScalarSizeInBits();
9062 EltTy = IntegerType::get(getLLVMContext(), SVEBitsPerBlock / NumOpnds);

Completed in 41 milliseconds