| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Object/ |
| H A D | StackMapParser.h | 121 unsigned getSizeInBytes() const { in getSizeInBytes() function 180 unsigned getSizeInBytes() const { in getSizeInBytes() function 281 unsigned getSizeInBytes() const { in getSizeInBytes() function 288 return RecordAccessor(P + getSizeInBytes()); in next() 319 RecordAccessor(&StackMapSection[CurrentRecordOffset]).getSizeInBytes(); in StackMapParser()
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| H A D | StackMapPrinter.h | 67 OS << ", size: " << Loc.getSizeInBytes() << "\n"; in prettyPrintStackMap() 74 << LO.getSizeInBytes() << "-bytes) "; in prettyPrintStackMap()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | MachineConstantPool.h | 46 virtual unsigned getSizeInBytes(const DataLayout &DL) const; 97 unsigned getSizeInBytes(const DataLayout &DL) const;
|
| H A D | MachineMemOperand.h | 239 return MemoryType.isValid() ? MemoryType.getSizeInBytes() : ~UINT64_C(0); in getSize()
|
| H A D | LowLevelType.h | 193 constexpr TypeSize getSizeInBytes() const { in getSizeInBytes() function
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | LoadStoreOpt.cpp | 216 LS->getMMO().getMemoryType().getSizeInBytes()); in instMayAlias() 416 << NV("OrigWidth", SmallTy.getSizeInBytes()) in doSingleStoreMerge() 418 << NV("NewWidth", WideValueTy.getSizeInBytes()) << " bytes"; in doSingleStoreMerge() 535 BIO.getOffset() < static_cast<int64_t>(ValueTy.getSizeInBytes())) in addStoreToCandidate() 561 static_cast<int64_t>(ValueTy.getSizeInBytes())) != BIO.getOffset()) in addStoreToCandidate() 566 C.CurrentLowestOffset = C.CurrentLowestOffset - ValueTy.getSizeInBytes(); in addStoreToCandidate()
|
| H A D | LegalityPredicates.cpp | 189 Query.MMODescrs[MMOIdx].MemoryTy.getSizeInBytes()); in memSizeInBytesNotPow2() 197 !llvm::has_single_bit<uint32_t>(MemTy.getSizeInBytes()); in memSizeNotByteSizePow2()
|
| H A D | LegalizerHelper.cpp | 715 uint64_t MemSize = MemType.getSizeInBytes(); in getOutlineAtomicLibcall() 916 TypeSize StateSize = StateTy.getSizeInBytes(); in createGetStateLibcall() 7163 unsigned EltBytes = EltTy.getSizeInBytes(); in lowerExtractInsertVectorElt() 8160 unsigned TySize = Ty.getSizeInBytes(); in findGISelOptimalMemOpLowering() 8311 unsigned TySize = Ty.getSizeInBytes(); in lowerMemset() 8344 DstOff += Ty.getSizeInBytes(); in lowerMemset() 8464 if (CopyTy.getSizeInBytes() > Size) in lowerMemcpy() 8491 CurrOffset += CopyTy.getSizeInBytes(); in lowerMemcpy() 8492 Size -= CopyTy.getSizeInBytes(); in lowerMemcpy() 8581 CurrOffset += CopyTy.getSizeInBytes(); in lowerMemmove() [all …]
|
| H A D | CallLowering.cpp | 792 MemTy.getSizeInBytes(), VA.getLocMemOffset(), MPO, Flags); in handleAssignments()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | MemoryOpRemark.cpp | 150 getSizeInBytes(std::optional<uint64_t> SizeInBits) { in getSizeInBytes() function 326 std::optional<uint64_t> DISize = getSizeInBytes(DILV->getSizeInBits()); in visitVariable()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | GlobalSplit.cpp | 85 ? SL->getSizeInBytes() in splitGlobal()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MachineFunction.cpp | 1364 unsigned MachineConstantPoolValue::getSizeInBytes(const DataLayout &DL) const { in getSizeInBytes() function in MachineConstantPoolValue 1368 unsigned MachineConstantPoolEntry::getSizeInBytes(const DataLayout &DL) const { in getSizeInBytes() function in MachineConstantPoolEntry 1370 return Val.MachineCPVal->getSizeInBytes(DL); in getSizeInBytes() 1384 switch (getSizeInBytes(*DL)) { in getSectionKind()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | TypeMetadataUtils.cpp | 144 if (Offset >= SL->getSizeInBytes()) in getPointerAtOffset()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/ |
| H A D | RISCVCallLowering.cpp | 135 MemTy.getSizeInBytes(), VAHi.getLocMemOffset(), MPO, Arg.Flags[0]); in assignCustomValue() 257 MemTy.getSizeInBytes(), VAHi.getLocMemOffset(), MPO, Arg.Flags[0]); in assignCustomValue()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | DataLayout.h | 629 TypeSize getSizeInBytes() const { return StructSize; } in getSizeInBytes() function
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCExpr.h | 174 unsigned getSizeInBytes() const { in getSizeInBytes() function
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/BPF/ |
| H A D | BPFISelDAGToDAG.cpp | 349 DL.getStructLayout(cast<StructType>(CS->getType()))->getSizeInBytes(); in getConstantFieldValue()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
| H A D | AArch64PostLegalizerCombiner.cpp | 610 (Last.Offset + static_cast<int64_t>(Last.StoredType.getSizeInBytes()) != in optimizeConsecutiveMemOpAddressing()
|
| H A D | AArch64InstructionSelector.cpp | 3336 if (BytesLoaded < 4 && SrcTy.getSizeInBytes() == BytesLoaded) in select() 5707 unsigned MemSize = Ld.getMMO().getMemoryType().getSizeInBytes(); in selectIndexedLoad() 5709 if (MemSize < MRI.getType(Dst).getSizeInBytes()) in selectIndexedLoad() 5766 Opc = FPROpcodes[Log2_32(ValTy.getSizeInBytes())]; in selectIndexedStore() 5768 Opc = GPROpcodes[Log2_32(ValTy.getSizeInBytes())]; in selectIndexedStore() 5778 Opc = FPROpcodes[Log2_32(ValTy.getSizeInBytes())]; in selectIndexedStore() 5780 Opc = GPROpcodes[Log2_32(ValTy.getSizeInBytes())]; in selectIndexedStore()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/IR/ |
| H A D | DataLayout.cpp | 985 if (IntOffset >= SL->getSizeInBytes()) in getGEPIndexForOffset()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCExpr.cpp | 48 auto SizeInBytes = cast<MCConstantExpr>(*this).getSizeInBytes(); in print()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/CSKY/ |
| H A D | CSKYConstantIslandPass.cpp | 397 unsigned Size = CPs[I].getSizeInBytes(TD); in doInitialPlacement()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | SROA.cpp | 4186 if (Offset >= SL->getSizeInBytes()) in getTypePartition() 4189 if (EndOffset > SL->getSizeInBytes()) in getTypePartition() 4213 if (EndOffset < SL->getSizeInBytes()) { in getTypePartition() 4233 if (Size != SubSL->getSizeInBytes()) in getTypePartition()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsConstantIslandPass.cpp | 555 unsigned Size = CPs[i].getSizeInBytes(TD); in doInitialPlacement()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.h | 1513 Value *getSizeInBytes(Value *BasePtr);
|