Searched refs:ElementSizeInBits (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/clang/utils/TableGen/ |
| H A D | SveEmitter.cpp | 53 unsigned ElementSizeInBits; member in __anon409da13d0111::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()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Scalar/ |
| H A D | LowerMatrixIntrinsics.cpp | 962 TypeSize ElementSizeInBits = DL.getTypeSizeInBits(ElementTy); in getAlignForIndex() local 965 ConstStride->getZExtValue() * ElementSizeInBits / 8; in getAlignForIndex() 968 return commonAlignment(InitialAlign, ElementSizeInBits / 8); in getAlignForIndex()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaChecking.cpp | 2762 int ArgNum, CheckTy, ElementSizeInBits; in CheckSVEBuiltinFunctionCall() local 2763 std::tie(ArgNum, CheckTy, ElementSizeInBits) = I; in CheckSVEBuiltinFunctionCall() 2805 (2048 / ElementSizeInBits) - 1)) in CheckSVEBuiltinFunctionCall() 2809 if (SemaBuiltinConstantArgRange(TheCall, ArgNum, 1, ElementSizeInBits)) in CheckSVEBuiltinFunctionCall() 2814 ElementSizeInBits / 2)) in CheckSVEBuiltinFunctionCall() 2819 ElementSizeInBits - 1)) in CheckSVEBuiltinFunctionCall() 2824 (128 / (1 * ElementSizeInBits)) - 1)) in CheckSVEBuiltinFunctionCall() 2829 (128 / (2 * ElementSizeInBits)) - 1)) in CheckSVEBuiltinFunctionCall() 2834 (128 / (4 * ElementSizeInBits)) - 1)) in CheckSVEBuiltinFunctionCall()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | AsmPrinter.cpp | 2999 uint64_t ElementSizeInBits = DL.getTypeSizeInBits(ElementType); in emitGlobalConstantVector() local 3002 if (ElementSizeInBits != ElementAllocSizeInBits) { in emitGlobalConstantVector()
|