Home
last modified time | relevance | path

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

/freebsd-src/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-src/contrib/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRMCELFStreamer.cpp24 const MCSymbol *Sym, unsigned SizeInBytes, SMLoc Loc, in emitValueForModiferKind()
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64GlobalsTagging.cpp94 uint64_t SizeInBytes = in tagGlobalDefinition() local
/freebsd-src/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()
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DUser.cpp96 intptr_t SizeInBytes; member
/freebsd-src/contrib/llvm-project/llvm/lib/MC/
H A DMCExpr.cpp196 return new (Ctx) MCConstantExpr(Value, PrintInHex, SizeInBytes); in create() argument
48 auto SizeInBytes = cast<MCConstantExpr>(*this).getSizeInBytes(); print() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/
H A DAlignment.h145 inline bool isAligned(Align Lhs, uint64_t SizeInBytes) { in isAligned()
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Bitstream/
H A DBitstreamReader.h309 size_t SizeInBytes() const { return BitcodeBytes.size(); } in SizeInBytes() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCExpr.h152 encodeSubclassData(bool PrintInHex,unsigned SizeInBytes) encodeSubclassData() argument
157 MCConstantExpr(int64_t Value,bool PrintInHex,unsigned SizeInBytes) MCConstantExpr() argument
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h425 getNumPaddingBytes(uint64_t SizeInBytes) getNumPaddingBytes() argument
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1944 translatePtrToMemberRep(unsigned SizeInBytes, bool IsPMF, unsigned Flags) { in translatePtrToMemberRep()
1989 uint8_t SizeInBytes = Ty->getSizeInBits() / 8; in lowerTypeMemberPointer() local
2483 uint64_t SizeInBytes = Ty->getSizeInBits() / 8; in lowerCompleteTypeClass() local
2522 uint64_t SizeInBytes = Ty->getSizeInBits() / 8; in lowerCompleteTypeUnion() local
/freebsd-src/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerCorpus.h176 size_t SizeInBytes() const { in SizeInBytes() function
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AVR/AsmParser/
H A DAVRAsmParser.cpp685 parseLiteralValues(unsigned SizeInBytes,SMLoc L) parseLiteralValues() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp779 uint64_t SizeInBytes = cast<ConstantInt>(MCI->getLength())->getZExtValue(); processLoopMemCpy() local
858 uint64_t SizeInBytes = cast<ConstantInt>(MSI->getLength())->getZExtValue(); processLoopMemSet() local
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGNonTrivialStruct.cpp366 llvm::Value *SizeInBytes = in visitArray() local
H A DCGExpr.cpp904 llvm::Value *SizeInBytes = EmitLoadOfScalar(AddrOfSize, /*Volatile=*/false, LoadPassedObjectSize() local
H A DCGOpenMPRuntime.cpp4362 CharUnits SizeInBytes = emitDepobjDependClause() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp1585 uint64_t SizeInBytes = instrumentGlobal() local
H A DAddressSanitizer.cpp2464 const uint64_t SizeInBytes = DL.getTypeAllocSize(Ty); instrumentGlobals() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMapping.cpp231 unsigned SizeInBytes = SizeInBits / CHAR_BIT; evaluateBitmap() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DAssignmentTrackingAnalysis.cpp2514 uint64_t SizeInBytes = divideCeil(SizeInBits, 8); removeRedundantDbgLocsUsingBackwardScan() local
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DX86.cpp2996 uint64_t SizeInBytes = (CGF.getContext().getTypeSize(Ty) + 7) / 8; EmitX86_64VAArgFromMemory() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp6941 selectExtendedSHL(MachineOperand & Root,MachineOperand & Base,MachineOperand & Offset,unsigned SizeInBytes,bool WantsExt) const selectExtendedSHL() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp5669 uint64_t SizeInBytes = DL.getTypeStoreSize(GVTy).getFixedValue(); getConstantDataArrayInfo() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp7661 unsigned SizeInBytes = (Ty.getScalarSizeInBits() + 7) / 8; lowerBswap() local