/llvm-project/mlir/lib/Dialect/SPIRV/Utils/ |
H A D | LayoutUtils.cpp | 110 Size elementSize = 0; in decorateType() local 129 Size elementSize = 0; in decorateType() local 144 Size elementSize = 0; in decorateType() local
|
/llvm-project/clang/include/clang/AST/ |
H A D | CharUnits.h | 214 CharUnits alignmentOfArrayElement(CharUnits elementSize) const { in alignmentOfArrayElement()
|
/llvm-project/flang/runtime/ |
H A D | ragged.cpp | 24 bool isHeader, std::int64_t rank, std::int64_t elementSize, in RaggedArrayAllocate()
|
/llvm-project/mlir/lib/Dialect/SPIRV/Transforms/ |
H A D | SPIRVConversion.cpp | 157 auto elementSize = getTypeNumBytes(options, complexType.getElementType()); getTypeNumBytes() local 164 auto elementSize = getTypeNumBytes(options, vecType.getElementType()); getTypeNumBytes() local 182 auto elementSize = getTypeNumBytes(options, memRefType.getElementType()); getTypeNumBytes() local 206 auto elementSize = getTypeNumBytes(options, tensorType.getElementType()); getTypeNumBytes() local [all...] |
/llvm-project/mlir/lib/Dialect/MemRef/TransformOps/ |
H A D | MemRefTransformOps.cpp | 84 int64_t elementSize = dataLayout.getTypeSize(type.getElementType()); in matchAndRewrite() local
|
/llvm-project/flang/lib/Evaluate/ |
H A D | fold-designator.cpp | 395 std::size_t elementSize{0}; From() local
|
/llvm-project/mlir/lib/Dialect/LLVMIR/IR/ |
H A D | LLVMTypes.cpp | 999 llvm::TypeSize elementSize = getPrimitiveTypeSizeInBits() local 1007 llvm::TypeSize elementSize = getPrimitiveTypeSizeInBits() local
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGExprAgg.cpp | 515 CharUnits elementSize = CGF.getContext().getTypeSizeInChars(elementType); EmitArrayInit() local 1827 CharUnits elementSize = CGF.getContext().getTypeSizeInChars(elementType); VisitArrayInitLoopExpr() local
|
H A D | CGExprCXX.cpp | 2061 CharUnits elementSize = CGF.getContext().getTypeSizeInChars(elementType); EmitArrayDelete() local
|
H A D | ItaniumCXXABI.cpp | 2370 llvm::Value *elementSize = llvm::ConstantInt::get(CGF.SizeTy, InitializeArrayCookie() local
|
H A D | CGExprScalar.cpp | 4374 CharUnits elementSize; EmitSub() local
|
/llvm-project/mlir/lib/Conversion/GPUCommon/ |
H A D | GPUToLLVMConversion.cpp | 726 arguments.push_back(elementSize); in matchAndRewrite() local 704 auto elementSize = getSizeInBytes(loc, elementType, rewriter); matchAndRewrite() local
|
/llvm-project/mlir/lib/Dialect/SPIRV/IR/ |
H A D | SPIRVTypes.cpp | 189 std::optional<int64_t> elementSize = getSizeInBytes() local
|
/llvm-project/mlir/lib/IR/ |
H A D | BuiltinAttributes.cpp | 702 int64_t elementSize = verify() local
|