Home
last modified time | relevance | path

Searched defs:byteSize (Results 1 – 14 of 14) sorted by relevance

/llvm-project/flang/runtime/
H A Dpointer.cpp127 RT_API_ATTRS void *AllocateValidatedPointerPayload(std::size_t byteSize) { in AllocateValidatedPointerPayload()
156 std::size_t byteSize{pointer.Elements() * elementBytes}; in RTDEF() local
190 std::size_t byteSize{descriptor.elem_len}; in GetByteSize() local
198 std::size_t byteSize{GetByteSize(desc)}; in ValidatePointerPayload() local
H A DISO_Fortran_binding.cpp69 std::size_t byteSize{elem_len}; in CFI_allocate() local
H A Ddescriptor.cpp161 std::size_t byteSize{Elements() * elementBytes}; Allocate() local
H A Dextrema.cpp519 std::size_t byteSize{array_.ElementBytes()}; GetResult() local
/llvm-project/mlir/lib/IR/
H A DAffineMapDetail.h52 auto byteSize = in construct() local
H A DTypeDetail.h114 auto byteSize = TupleTypeStorage::totalSizeToAlloc<Type>(key.size()); in construct() local
H A DOperation.cpp106 size_t byteSize = in create() local
H A DAsmPrinter.cpp2537 unsigned byteSize = bitwidth / 8; printDenseArrayAttr() local
/llvm-project/flang/lib/Evaluate/
H A Dtarget.cpp22 auto byteSize{static_cast<std::size_t>(kind)}; in TargetCharacteristics() local
59 EnableType(common::TypeCategory category,std::int64_t kind,std::size_t byteSize,std::size_t align) EnableType() argument
[all...]
/llvm-project/llvm/lib/DebugInfo/BTF/
H A DBTFParser.cpp154 static size_t byteSize(BTF::CommonType *Type) { in byteSize() function
/llvm-project/mlir/lib/AsmParser/
H A DAttributeParser.cpp874 unsigned byteSize = data.getBitWidth() / 8; append() local
/llvm-project/lld/COFF/
H A DDebugTypes.cpp232 unsigned byteSize = ref.Count * sizeof(TypeIndex); in remapRecord() local
/llvm-project/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp1553 unsigned byteSize = is32bit ? 4 : 8; processInstruction() local
/llvm-project/flang/lib/Lower/
H A DConvertExpr.cpp3535 mlir::Value byteSize = builder.createIntegerConstant(loc, i64Ty, 1); lowerLazyArrayExpression() local
4174 [[maybe_unused]] mlir::Value byteSize = prepareRaggedArrays() local