Home
last modified time | relevance | path

Searched defs:numBytes (Results 1 – 7 of 7) sorted by relevance

/llvm-project/clang/test/CodeGenObjC/
H A Dns-constant-strings.m12 unsigned int numBytes; field
/llvm-project/clang/test/SemaObjC/
H A Dobjc-string-constant.m19 int numBytes; field
/llvm-project/mlir/lib/Conversion/AMDGPUToROCDL/
H A DAMDGPUToROCDL.cpp344 int64_t numBytes = vectorType.getNumElements(); mfmaConcatIfNeeded() local
385 int64_t numBytes = vectorType.getNumElements(); wmmaPushInputOperand() local
/llvm-project/mlir/lib/Dialect/SPIRV/Transforms/
H A DUnifyAliasedResourcePass.cpp105 std::optional<int64_t> numBytes = type.getSizeInBytes(); in deduceCanonicalResource() local
/llvm-project/mlir/lib/IR/
H A DBuiltinAttributes.cpp471 copyAPIntToArrayForBEmachine(APInt value,size_t numBytes,char * result) copyAPIntToArrayForBEmachine() argument
500 copyArrayToAPIntForBEmachine(const char * inArray,size_t numBytes,APInt & result) copyArrayToAPIntForBEmachine() argument
/llvm-project/mlir/lib/Bytecode/Writer/
H A DBytecodeWriter.cpp599 for (size_t numBytes = 2; numBytes < 9; ++numBytes) { emitMultiByteVarInt() local
/llvm-project/mlir/lib/Bytecode/Reader/
H A DBytecodeReader.cpp308 uint32_t numBytes = llvm::countr_zero<uint32_t>(result); in parseMultiByteVarInt() local