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

  /src/external/apache2/llvm/dist/clang/utils/TableGen/
SveEmitter.cpp 53 unsigned ElementSizeInBits;
56 ImmCheck(unsigned Arg, unsigned Kind, unsigned ElementSizeInBits = 0)
57 : Arg(Arg), Kind(Kind), ElementSizeInBits(ElementSizeInBits) {}
63 unsigned getElementSizeInBits() const { return ElementSizeInBits; }
1041 unsigned ElementSizeInBits = 0;
1043 ElementSizeInBits =
1046 ImmChecks.push_back(ImmCheck(Arg, Kind, ElementSizeInBits));
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
LowerMatrixIntrinsics.cpp 792 TypeSize ElementSizeInBits = DL.getTypeSizeInBits(ElementTy);
795 ConstStride->getZExtValue() * ElementSizeInBits / 8;
798 return commonAlignment(InitialAlign, ElementSizeInBits / 8);
SROA.cpp 1485 unsigned ElementSizeInBits =
1487 if (ElementSizeInBits % 8 != 0) {
1491 APInt ElementSize(Offset.getBitWidth(), ElementSizeInBits / 8);
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaChecking.cpp 2102 int ArgNum, CheckTy, ElementSizeInBits;
2103 std::tie(ArgNum, CheckTy, ElementSizeInBits) = I;
2145 (2048 / ElementSizeInBits) - 1))
2149 if (SemaBuiltinConstantArgRange(TheCall, ArgNum, 1, ElementSizeInBits))
2154 ElementSizeInBits / 2))
2159 ElementSizeInBits - 1))
2164 (128 / (1 * ElementSizeInBits)) - 1))
2169 (128 / (2 * ElementSizeInBits)) - 1))
2174 (128 / (4 * ElementSizeInBits)) - 1))

Completed in 70 milliseconds