/freebsd-src/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_ring_buffer.h | 41 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 D | AVRMCELFStreamer.cpp | 24 const MCSymbol *Sym, unsigned SizeInBytes, SMLoc Loc, in emitValueForModiferKind()
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64GlobalsTagging.cpp | 94 uint64_t SizeInBytes = in tagGlobalDefinition() local
|
/freebsd-src/contrib/llvm-project/compiler-rt/lib/profile/ |
H A D | InstrProfiling.c | 44 __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 D | User.cpp | 96 intptr_t SizeInBytes; member
|
/freebsd-src/contrib/llvm-project/llvm/lib/MC/ |
H A D | MCExpr.cpp | 196 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 D | Alignment.h | 145 inline bool isAligned(Align Lhs, uint64_t SizeInBytes) { in isAligned()
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Bitstream/ |
H A D | BitstreamReader.h | 309 size_t SizeInBytes() const { return BitcodeBytes.size(); } in SizeInBytes() function
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/MC/ |
H A D | MCExpr.h | 152 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 D | InstrProfReader.h | 425 getNumPaddingBytes(uint64_t SizeInBytes) getNumPaddingBytes() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | CodeViewDebug.cpp | 1944 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 D | FuzzerCorpus.h | 176 size_t SizeInBytes() const { in SizeInBytes() function
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AVR/AsmParser/ |
H A D | AVRAsmParser.cpp | 685 parseLiteralValues(unsigned SizeInBytes,SMLoc L) parseLiteralValues() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LoopIdiomRecognize.cpp | 779 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 D | CGNonTrivialStruct.cpp | 366 llvm::Value *SizeInBytes = in visitArray() local
|
H A D | CGExpr.cpp | 904 llvm::Value *SizeInBytes = EmitLoadOfScalar(AddrOfSize, /*Volatile=*/false, LoadPassedObjectSize() local
|
H A D | CGOpenMPRuntime.cpp | 4362 CharUnits SizeInBytes = emitDepobjDependClause() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | HWAddressSanitizer.cpp | 1585 uint64_t SizeInBytes = instrumentGlobal() local
|
H A D | AddressSanitizer.cpp | 2464 const uint64_t SizeInBytes = DL.getTypeAllocSize(Ty); instrumentGlobals() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/ProfileData/Coverage/ |
H A D | CoverageMapping.cpp | 231 unsigned SizeInBytes = SizeInBits / CHAR_BIT; evaluateBitmap() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | AssignmentTrackingAnalysis.cpp | 2514 uint64_t SizeInBytes = divideCeil(SizeInBits, 8); removeRedundantDbgLocsUsingBackwardScan() local
|
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
H A D | X86.cpp | 2996 uint64_t SizeInBytes = (CGF.getContext().getTypeSize(Ty) + 7) / 8; EmitX86_64VAArgFromMemory() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
H A D | AArch64InstructionSelector.cpp | 6941 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 D | ValueTracking.cpp | 5669 uint64_t SizeInBytes = DL.getTypeStoreSize(GVTy).getFixedValue(); getConstantDataArrayInfo() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | LegalizerHelper.cpp | 7661 unsigned SizeInBytes = (Ty.getScalarSizeInBits() + 7) / 8; lowerBswap() local
|