Home
last modified time | relevance | path

Searched defs:SizeInBytes (Results 1 – 22 of 22) sorted by relevance

/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_ring_buffer.h41 static uptr SizeInBytes(uptr Size) { in SizeInBytes() function
45 uptr SizeInBytes() { return SizeInBytes(size()); } in SizeInBytes() function
/openbsd/gnu/llvm/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRMCELFStreamer.cpp24 const MCSymbol *Sym, unsigned SizeInBytes, SMLoc Loc, in emitValueForModiferKind()
/openbsd/gnu/llvm/compiler-rt/lib/profile/
H A DInstrProfiling.c36 __llvm_profile_get_num_padding_bytes(uint64_t SizeInBytes) { in __llvm_profile_get_num_padding_bytes()
/openbsd/gnu/llvm/llvm/lib/MC/
H A DMCExpr.cpp48 auto SizeInBytes = cast<MCConstantExpr>(*this).getSizeInBytes(); in print() local
196 unsigned SizeInBytes) { in create()
/openbsd/gnu/llvm/llvm/lib/IR/
H A DUser.cpp96 intptr_t SizeInBytes; member
/openbsd/gnu/llvm/llvm/include/llvm/Support/
H A DAlignment.h145 inline bool isAligned(Align Lhs, uint64_t SizeInBytes) { in isAligned()
/openbsd/gnu/llvm/llvm/include/llvm/MC/
H A DMCExpr.h152 static unsigned encodeSubclassData(bool PrintInHex, unsigned SizeInBytes) { in encodeSubclassData()
157 MCConstantExpr(int64_t Value, bool PrintInHex, unsigned SizeInBytes) in MCConstantExpr()
/openbsd/gnu/llvm/llvm/include/llvm/Bitstream/
H A DBitstreamReader.h310 size_t SizeInBytes() const { return BitcodeBytes.size(); } in SizeInBytes() function
/openbsd/gnu/llvm/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h384 inline uint8_t getNumPaddingBytes(uint64_t SizeInBytes) { in getNumPaddingBytes()
/openbsd/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1911 translatePtrToMemberRep(unsigned SizeInBytes, bool IsPMF, unsigned Flags) { in translatePtrToMemberRep()
1956 uint8_t SizeInBytes = Ty->getSizeInBits() / 8; in lowerTypeMemberPointer() local
2450 uint64_t SizeInBytes = Ty->getSizeInBits() / 8; in lowerCompleteTypeClass() local
2489 uint64_t SizeInBytes = Ty->getSizeInBits() / 8; in lowerCompleteTypeUnion() local
/openbsd/gnu/llvm/compiler-rt/lib/fuzzer/
H A DFuzzerCorpus.h175 size_t SizeInBytes() const { in SizeInBytes() function
/openbsd/gnu/llvm/llvm/lib/Target/AVR/AsmParser/
H A DAVRAsmParser.cpp689 bool AVRAsmParser::parseLiteralValues(unsigned SizeInBytes, SMLoc L) { in parseLiteralValues()
/openbsd/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp854 uint64_t SizeInBytes = cast<ConstantInt>(MCI->getLength())->getZExtValue(); in processLoopMemCpy() local
933 uint64_t SizeInBytes = cast<ConstantInt>(MSI->getLength())->getZExtValue(); in processLoopMemSet() local
/openbsd/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp1505 uint64_t SizeInBytes = in instrumentGlobal() local
H A DAddressSanitizer.cpp678 uint64_t SizeInBytes = in getAllocaSizeInBytes() local
2292 const uint64_t SizeInBytes = DL.getTypeAllocSize(Ty); in InstrumentGlobals() local
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGNonTrivialStruct.cpp366 llvm::Value *SizeInBytes = in visitArray() local
H A DCGExpr.cpp911 llvm::Value *SizeInBytes = EmitLoadOfScalar(AddrOfSize, /*Volatile=*/false, in LoadPassedObjectSize() local
H A DTargetInfo.cpp4061 uint64_t SizeInBytes = (CGF.getContext().getTypeSize(Ty) + 7) / 8; in EmitX86_64VAArgFromMemory() local
H A DCGOpenMPRuntime.cpp4565 CharUnits SizeInBytes = in emitDepobjDependClause() local
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp6102 unsigned SizeInBytes, bool WantsExt) const { in selectExtendedSHL()
/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DValueTracking.cpp4336 uint64_t SizeInBytes = DL.getTypeStoreSize(GVTy).getFixedValue(); in getConstantDataArrayInfo() local
/openbsd/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp7193 unsigned SizeInBytes = (Ty.getScalarSizeInBits() + 7) / 8; in lowerBswap() local