Home
last modified time | relevance | path

Searched refs:dataSize (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/mlir/lib/IR/
H A DAttributeDetail.h292 size_t dataSize = sizeof(StringRef) * numEntries; in construct() local
294 dataSize += data[i].size(); in construct()
297 allocator.allocate(dataSize, alignof(uint64_t))); in construct()
/llvm-project-15.0.7/mlir/lib/Target/LLVMIR/Dialect/OpenACC/
H A DOpenACCToLLVMIRTranslation.cpp144 llvm::Value *dataSize; in processOperands() local
151 dataSize = in processOperands()
156 dataSize = getSizeInBytes(builder, dataValue); in processOperands()
184 builder.CreateStore(dataSize, sizeGEP); in processOperands()
/llvm-project-15.0.7/lldb/source/Expression/
H A DIRInterpreter.cpp1416 size_t dataSize = 0; in Interpret() local
1418 bool Success = execution_unit.GetAllocSize(addr, dataSize); in Interpret()
1423 rawArgs[i].size = dataSize; in Interpret()
1424 rawArgs[i].data_up.reset(new uint8_t[dataSize + 1]); in Interpret()
1427 execution_unit.ReadMemory(rawArgs[i].data_up.get(), addr, dataSize, in Interpret()
1433 rawArgs[i].data_up[dataSize] = '\0'; in Interpret()
/llvm-project-15.0.7/clang/test/ARCMT/
H A Dobjcmt-arc-cf-annotations.m1188 …ePlanarBytesCallback)( void *releaseRefCon, const void *dataPtr, size_t dataSize, size_t numberOfP…
1195 size_t dataSize,
1236 OSType pixelFormatType, void *dataPtr, size_t dataSize,
1249 width, height, pixelFormatType, dataPtr, dataSize,
H A Dobjcmt-arc-cf-annotations.m.result1230 …ePlanarBytesCallback)( void *releaseRefCon, const void *dataPtr, size_t dataSize, size_t numberOfP…
1237 size_t dataSize,
1278 OSType pixelFormatType, void *dataPtr, size_t dataSize,
1291 width, height, pixelFormatType, dataPtr, dataSize,
/llvm-project-15.0.7/clang/test/Analysis/
H A Dretain-release.m1293 …ePlanarBytesCallback)( void *releaseRefCon, const void *dataPtr, size_t dataSize, size_t numberOfP…
1300 size_t dataSize,
1341 OSType pixelFormatType, void *dataPtr, size_t dataSize,
1354 width, height, pixelFormatType, dataPtr, dataSize,
/llvm-project-15.0.7/flang/lib/Lower/
H A DIntrinsicCall.cpp1405 dataSize enumerator
1408 std::array<int, dataSize> conversions = {};