Home
last modified time | relevance | path

Searched defs:bufferSize (Results 1 – 13 of 13) sorted by relevance

/llvm-project/flang/unittests/Runtime/
H A DRuntimeCrashTest.cpp57 static constexpr int bufferSize{1}; in TEST() local
73 static constexpr int bufferSize{4}; in TEST() local
84 static constexpr int bufferSize{1}; in TEST() local
95 static constexpr int bufferSize{1}; TEST() local
106 static constexpr int bufferSize{1}; TEST() local
124 static constexpr int bufferSize{8}; TEST() local
142 static constexpr int bufferSize{1}; TEST() local
[all...]
H A DLogicalFormatTest.cpp22 static constexpr int bufferSize{29}; in TEST() local
H A DNumericalFormatTest.cpp79 static constexpr int bufferSize{32}; in TEST() local
193 static constexpr int bufferSize{39}; in TEST() local
217 static constexpr int bufferSize{1 in TEST() local
943 static constexpr int bufferSize{65}; TEST() local
[all...]
H A DTime.cpp92 std::string date(bufferSize, 'Z'), time(bufferSize, 'Z'), in TEST() local
H A DCharacterTest.cpp77 static constexpr int bufferSize{4}; in TEST() local
/llvm-project/mlir/unittests/Bytecode/
H A DBytecodeTest.cpp56 buffer.reserve(bufferSize + kAlignment - 1); in TEST() local
/llvm-project/flang/runtime/
H A Dedit-input.cpp286 ScanRealInput(char * buffer,int bufferSize,IoStatementState & io,const DataEdit & edit) ScanRealInput() argument
728 static constexpr int bufferSize{maxDigits + 18}; EditCommonRealInput() local
/llvm-project/mlir/lib/Conversion/GPUCommon/
H A DGPUToLLVMConversion.cpp1337 auto bufferSize = spMVBufferSizeCallBuilder matchAndRewrite() local
1376 Value bufferSize; matchAndRewrite() local
1384 auto bufferSize = rewriter.create<LLVM::AllocaOp>( matchAndRewrite() local
1435 auto bufferSize = matchAndRewrite() local
[all...]
/llvm-project/mlir/tools/mlir-vulkan-runner/
H A DVulkanRuntime.cpp
/llvm-project/mlir/lib/CAPI/IR/
H A DBuiltinAttributes.cpp647 size_t bufferSize = numElements * 2; mlirDenseElementsAttrBFloat16Get() local
654 size_t bufferSize = numElements * 2; mlirDenseElementsAttrFloat16Get() local
/llvm-project/flang/lib/Optimizer/Builder/
H A DCharacter.cpp866 mlir::Value bufferSize = srcBoxChar.getLen(); in convertCharacterKind() local
/llvm-project/mlir/lib/Bindings/Python/
H A DIRAttributes.cpp597 intptr_t bufferSize = bufferInfo.size; bindDerived() local
/llvm-project/flang/lib/Lower/
H A DConvertExpr.cpp6129 growBuffer(mlir::Value mem,mlir::Value needed,mlir::Value bufferSize,mlir::Value buffSize,mlir::Value eleSz) growBuffer() argument