Home
last modified time | relevance | path

Searched refs:ElementSizeInBits (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/utils/TableGen/
H A DSveEmitter.cpp53 unsigned ElementSizeInBits; member in __anon47288a980111::ImmCheck
56 ImmCheck(unsigned Arg, unsigned Kind, unsigned ElementSizeInBits = 0) in ImmCheck() argument
57 : Arg(Arg), Kind(Kind), ElementSizeInBits(ElementSizeInBits) {} in ImmCheck()
63 unsigned getElementSizeInBits() const { return ElementSizeInBits; } in getElementSizeInBits()
1041 unsigned ElementSizeInBits = 0; in createIntrinsic() local
1043 ElementSizeInBits = in createIntrinsic()
1046 ImmChecks.push_back(ImmCheck(Arg, Kind, ElementSizeInBits)); in createIntrinsic()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp792 TypeSize ElementSizeInBits = DL.getTypeSizeInBits(ElementTy); in getAlignForIndex() local
795 ConstStride->getZExtValue() * ElementSizeInBits / 8; in getAlignForIndex()
798 return commonAlignment(InitialAlign, ElementSizeInBits / 8); in getAlignForIndex()
H A DSROA.cpp1485 unsigned ElementSizeInBits = in getNaturalGEPRecursively() local
1487 if (ElementSizeInBits % 8 != 0) { in getNaturalGEPRecursively()
1491 APInt ElementSize(Offset.getBitWidth(), ElementSizeInBits / 8); in getNaturalGEPRecursively()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaChecking.cpp2102 int ArgNum, CheckTy, ElementSizeInBits; in CheckSVEBuiltinFunctionCall() local
2103 std::tie(ArgNum, CheckTy, ElementSizeInBits) = I; in CheckSVEBuiltinFunctionCall()
2145 (2048 / ElementSizeInBits) - 1)) in CheckSVEBuiltinFunctionCall()
2149 if (SemaBuiltinConstantArgRange(TheCall, ArgNum, 1, ElementSizeInBits)) in CheckSVEBuiltinFunctionCall()
2154 ElementSizeInBits / 2)) in CheckSVEBuiltinFunctionCall()
2159 ElementSizeInBits - 1)) in CheckSVEBuiltinFunctionCall()
2164 (128 / (1 * ElementSizeInBits)) - 1)) in CheckSVEBuiltinFunctionCall()
2169 (128 / (2 * ElementSizeInBits)) - 1)) in CheckSVEBuiltinFunctionCall()
2174 (128 / (4 * ElementSizeInBits)) - 1)) in CheckSVEBuiltinFunctionCall()