Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRMCELFStreamer.cpp24 const MCSymbol *Sym, unsigned SizeInBytes, SMLoc Loc, in emitValueForModiferKind()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64GlobalsTagging.cpp70 uint64_t SizeInBytes = tagGlobalDefinition() local
H A DAArch64Arm64ECCallLowering.cpp313 auto bitcast = [this](Type *Arm64Ty, uint64_t SizeInBytes) { in canonicalizeThunkType()
/freebsd/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfiling.c44 __llvm_profile_get_num_padding_bytes(uint64_t SizeInBytes) { in __llvm_profile_get_num_padding_bytes() argument
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DUser.cpp96 intptr_t SizeInBytes; member
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCExpr.cpp47 auto SizeInBytes = cast<MCConstantExpr>(*this).getSizeInBytes(); in print() local
195 unsigned SizeInBytes) { in create()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DAlignment.h145 inline bool isAligned(Align Lhs, uint64_t SizeInBytes) { in isAligned()
/freebsd/contrib/llvm-project/llvm/include/llvm/Bitstream/
H A DBitstreamReader.h310 size_t SizeInBytes() const { return BitcodeBytes.size(); } SizeInBytes() function
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCExpr.h148 static unsigned encodeSubclassData(bool PrintInHex, unsigned SizeInBytes) { in encodeSubclassData()
153 MCConstantExpr(int64_t Value, bool PrintInHex, unsigned SizeInBytes) in MCConstantExpr()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1926 translatePtrToMemberRep(unsigned SizeInBytes,bool IsPMF,unsigned Flags) translatePtrToMemberRep() argument
1971 uint8_t SizeInBytes = Ty->getSizeInBits() / 8; lowerTypeMemberPointer() local
2465 uint64_t SizeInBytes = Ty->getSizeInBits() / 8; lowerCompleteTypeClass() local
2504 uint64_t SizeInBytes = Ty->getSizeInBits() / 8; lowerCompleteTypeUnion() local
[all...]
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerCorpus.h175 size_t SizeInBytes() const { SizeInBytes() function
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h429 inline uint8_t getNumPaddingBytes(uint64_t SizeInBytes) { in getNumPaddingBytes()
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/AsmParser/
H A DAVRAsmParser.cpp692 ParseStatus AVRAsmParser::parseLiteralValues(unsigned SizeInBytes, SMLoc L) { in parseLiteralValues()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp784 uint64_t SizeInBytes = cast<ConstantInt>(MCI->getLength())->getZExtValue(); in processLoopMemCpy() local
863 uint64_t SizeInBytes = cast<ConstantInt>(MSI->getLength())->getZExtValue(); in processLoopMemSet() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGNonTrivialStruct.cpp366 llvm::Value *SizeInBytes = in visitArray() local
H A DCGExpr.cpp915 llvm::Value *SizeInBytes = EmitLoadOfScalar(AddrOfSize, /*Volatile=*/false, in LoadPassedObjectSize() local
H A DCGOpenMPRuntime.cpp4381 CharUnits SizeInBytes = in emitDepobjDependClause() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp1674 uint64_t SizeInBytes = in instrumentGlobal() local
H A DAddressSanitizer.cpp2556 const uint64_t SizeInBytes = DL.getTypeAllocSize(Ty); in instrumentGlobals() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DAssignmentTrackingAnalysis.cpp2521 uint64_t SizeInBytes = divideCeil(SizeInBits, 8); in removeRedundantDbgLocsUsingBackwardScan() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DX86.cpp3013 uint64_t SizeInBytes = (CGF.getContext().getTypeSize(Ty) + 7) / 8; in EmitX86_64VAArgFromMemory() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp7071 unsigned SizeInBytes, bool WantsExt) const { in selectExtendedSHL()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp6289 uint64_t SizeInBytes = DL.getTypeStoreSize(GVTy).getFixedValue(); in getConstantDataArrayInfo() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp8151 unsigned SizeInBytes = (Ty.getScalarSizeInBits() + 7) / 8; in lowerBswap() local