Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DAArch64ImmCheck.h20 unsigned ElementSizeInBits; variable
24 ImmCheck(int ImmArgIdx, unsigned Kind, unsigned ElementSizeInBits = 0,
26 : ImmArgIdx(ImmArgIdx), Kind(Kind), ElementSizeInBits(ElementSizeInBits), in ImmArgIdx()
33 unsigned getElementSizeInBits() const { return ElementSizeInBits; } in getElementSizeInBits()
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DSveEmitter.cpp1245 unsigned ElementSizeInBits = 0; in createIntrinsic() local
1248 ElementSizeInBits = SVEType(TS, Mod, NumVectors).getElementSizeInBits(); in createIntrinsic()
1249 ImmChecks.push_back(ImmCheck(ArgIdx, Kind, ElementSizeInBits)); in createIntrinsic()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPromoteAlloca.cpp867 unsigned ElementSizeInBits = DL->getTypeSizeInBits(VecEltTy); in tryPromoteAllocaToVector() local
868 if (ElementSizeInBits != DL->getTypeAllocSizeInBits(VecEltTy)) { in tryPromoteAllocaToVector()
873 unsigned ElementSize = ElementSizeInBits / 8; in tryPromoteAllocaToVector()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp1289 TypeSize ElementSizeInBits = DL.getTypeSizeInBits(ElementTy); in getAlignForIndex() local
1292 ConstStride->getZExtValue() * ElementSizeInBits / 8; in getAlignForIndex()
1295 return commonAlignment(InitialAlign, ElementSizeInBits / 8); in getAlignForIndex()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp3784 uint64_t ElementSizeInBits = DL.getTypeSizeInBits(ElementType); in emitGlobalConstantVector() local
3787 if (ElementSizeInBits != ElementAllocSizeInBits) { in emitGlobalConstantVector()