Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/utils/TableGen/
H A DSveEmitter.cpp53 unsigned ElementSizeInBits; member in __anon3bd444da0111::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()
/openbsd/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp1086 TypeSize ElementSizeInBits = DL.getTypeSizeInBits(ElementTy); in getAlignForIndex() local
1089 ConstStride->getZExtValue() * ElementSizeInBits / 8; in getAlignForIndex()
1092 return commonAlignment(InitialAlign, ElementSizeInBits / 8); in getAlignForIndex()
/openbsd/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp3174 uint64_t ElementSizeInBits = DL.getTypeSizeInBits(ElementType); in emitGlobalConstantVector() local
3177 if (ElementSizeInBits != ElementAllocSizeInBits) { in emitGlobalConstantVector()
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaChecking.cpp2865 int ArgNum, CheckTy, ElementSizeInBits; in CheckSVEBuiltinFunctionCall() local
2866 std::tie(ArgNum, CheckTy, ElementSizeInBits) = I; in CheckSVEBuiltinFunctionCall()
2908 (2048 / ElementSizeInBits) - 1)) in CheckSVEBuiltinFunctionCall()
2912 if (SemaBuiltinConstantArgRange(TheCall, ArgNum, 1, ElementSizeInBits)) in CheckSVEBuiltinFunctionCall()
2917 ElementSizeInBits / 2)) in CheckSVEBuiltinFunctionCall()
2922 ElementSizeInBits - 1)) in CheckSVEBuiltinFunctionCall()
2927 (128 / (1 * ElementSizeInBits)) - 1)) in CheckSVEBuiltinFunctionCall()
2932 (128 / (2 * ElementSizeInBits)) - 1)) in CheckSVEBuiltinFunctionCall()
2937 (128 / (4 * ElementSizeInBits)) - 1)) in CheckSVEBuiltinFunctionCall()