Home
last modified time | relevance | path

Searched refs:getSizeInBytes (Results 1 – 25 of 40) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DStackMapParser.h121 unsigned getSizeInBytes() const {
180 unsigned getSizeInBytes() const {
281 unsigned getSizeInBytes() const {
288 return RecordAccessor(P + getSizeInBytes()); in next()
319 RecordAccessor(&StackMapSection[CurrentRecordOffset]).getSizeInBytes(); in StackMapParser()
122 unsigned getSizeInBytes() const { getSizeInBytes() function
181 unsigned getSizeInBytes() const { getSizeInBytes() function
282 unsigned getSizeInBytes() const { getSizeInBytes() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DGlobalSplit.cpp88 if (SrcInRange.getLower().uge(SL->getSizeInBytes())) in splitGlobal()
95 ? SL->getSizeInBytes() in splitGlobal()
122 ? SL->getSizeInBytes() in splitGlobal()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DStackMapPrinter.h67 OS << ", size: " << Loc.getSizeInBytes() << "\n"; in prettyPrintStackMap()
74 << LO.getSizeInBytes() << "-bytes) "; in prettyPrintStackMap()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineConstantPool.h46 virtual unsigned getSizeInBytes(const DataLayout &DL) const;
97 unsigned getSizeInBytes(const DataLayout &DL) const;
H A DMachineMemOperand.h245 ? LocationSize::precise(MemoryType.getSizeInBytes()) in getSize()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalityPredicates.cpp206 Query.MMODescrs[MMOIdx].MemoryTy.getSizeInBytes()); in memSizeInBytesNotPow2()
215 MemTy.getSizeInBytes().getKnownMinValue()); in memSizeNotByteSizePow2()
H A DLoadStoreOpt.cpp426 << NV("OrigWidth", SmallTy.getSizeInBytes()) in doSingleStoreMerge()
428 << NV("NewWidth", WideValueTy.getSizeInBytes()) << " bytes"; in doSingleStoreMerge()
544 BIO.getOffset() < static_cast<int64_t>(ValueTy.getSizeInBytes())) in addStoreToCandidate()
570 static_cast<int64_t>(ValueTy.getSizeInBytes())) != BIO.getOffset()) in addStoreToCandidate()
575 C.CurrentLowestOffset = C.CurrentLowestOffset - ValueTy.getSizeInBytes(); in addStoreToCandidate()
H A DLegalizerHelper.cpp664 int MemSize = DstTy.getSizeInBytes(); in emitSincosLibcall()
800 uint64_t MemSize = MemType.getSizeInBytes(); in getOutlineAtomicLibcall()
1009 TypeSize StateSize = StateTy.getSizeInBytes(); in createGetStateLibcall()
1049 TypeSize StateSize = StateTy.getSizeInBytes(); in createSetStateLibcall()
4056 unsigned MemStoreSizeInBits = 8 * MemTy.getSizeInBytes(); in lowerLoad()
4213 unsigned StoreSizeInBits = 8 * MemTy.getSizeInBytes(); in lowerStore()
4787 return std::max(Align(PowerOf2Ceil(Ty.getSizeInBytes())), MinAlign); in getStackTemporaryAlignment()
4812 createStackTemporary(SrcTy.getSizeInBytes(), StackTypeAlign, PtrInfo); in createStackStoreLoad()
8482 unsigned EltBytes = EltTy.getSizeInBytes(); in lowerExtractInsertVectorElt()
8488 TypeSize::getFixed(VecTy.getSizeInBytes()), VecAlign, PtrInfo); in lowerExtractInsertVectorElt()
[all …]
H A DCallLowering.cpp885 ? PointerTy.getSizeInBytes() in handleAssignments()
886 : MemTy.getSizeInBytes(), in handleAssignments()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DMemoryOpRemark.cpp150 getSizeInBytes(std::optional<uint64_t> SizeInBits) { in getSizeInBytes() function
326 std::optional<uint64_t> DISize = getSizeInBytes(DILV->getSizeInBits()); in visitVariable()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFunction.cpp1446 unsigned MachineConstantPoolValue::getSizeInBytes(const DataLayout &DL) const { in getSizeInBytes() function in MachineConstantPoolValue
1450 unsigned MachineConstantPoolEntry::getSizeInBytes(const DataLayout &DL) const { in getSizeInBytes() function in MachineConstantPoolEntry
1452 return Val.MachineCPVal->getSizeInBytes(DL); in getSizeInBytes()
1466 switch (getSizeInBytes(*DL)) { in getSectionKind()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64PostLegalizerLowering.cpp444 std::min<uint64_t>(VecTy.getSizeInBytes().getKnownMinValue(), 16)); in applyNonConstInsert()
445 int FrameIdx = MF.getFrameInfo().CreateStackObject(VecTy.getSizeInBytes(), in applyNonConstInsert()
459 auto EltSize = Builder.buildConstant(IdxTy, EltTy.getSizeInBytes()); in applyNonConstInsert()
1139 if (!LowestVal || LowestVal->Value.getZExtValue() != DstTy.getSizeInBytes()) in matchUnmergeExtToUnmerge()
H A DAArch64PostLegalizerCombiner.cpp784 (Last.Offset + static_cast<int64_t>(Last.StoredType.getSizeInBytes()) != in optimizeConsecutiveMemOpAddressing()
H A DAArch64InstructionSelector.cpp3444 if (BytesLoaded < 4 && SrcTy.getSizeInBytes() == BytesLoaded) in select()
5658 unsigned MemSize = Ld.getMMO().getMemoryType().getSizeInBytes(); in selectIndexedLoad()
5660 if (MemSize < MRI.getType(Dst).getSizeInBytes()) in selectIndexedLoad()
5717 Opc = FPROpcodes[Log2_32(ValTy.getSizeInBytes())]; in selectIndexedStore()
5719 Opc = GPROpcodes[Log2_32(ValTy.getSizeInBytes())]; in selectIndexedStore()
5729 Opc = FPROpcodes[Log2_32(ValTy.getSizeInBytes())]; in selectIndexedStore()
5731 Opc = GPROpcodes[Log2_32(ValTy.getSizeInBytes())]; in selectIndexedStore()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGenTypes/
H A DLowLevelType.h201 constexpr TypeSize getSizeInBytes() const { in getSizeInBytes() function
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTypeMetadataUtils.cpp163 if (Offset >= SL->getSizeInBytes()) in getPointerAtOffset()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/
H A DRISCVCallLowering.cpp145 MemTy.getSizeInBytes(), VAHi.getLocMemOffset(), MPO, Arg.Flags[0]); in assignCustomValue()
275 MemTy.getSizeInBytes(), VAHi.getLocMemOffset(), MPO, Arg.Flags[0]); in assignCustomValue()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDataLayout.h635 TypeSize getSizeInBytes() const { return StructSize; } in getSizeInBytes() function
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCExpr.h172 unsigned getSizeInBytes() const { in getSizeInBytes() function
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/GISel/
H A DX86LegalizerInfo.cpp634 TypeSize MemSize = SrcTy.getSizeInBytes(); in legalizeSITOFP()
662 TypeSize MemSize = DstTy.getSizeInBytes(); in legalizeFPTOSI()
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFISelDAGToDAG.cpp352 DL.getStructLayout(cast<StructType>(CS->getType()))->getSizeInBytes(); in getConstantFieldValue()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCExpr.cpp63 auto SizeInBytes = cast<MCConstantExpr>(*this).getSizeInBytes(); in print()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDataLayout.cpp957 if (IntOffset >= SL->getSizeInBytes()) in getGEPIndexForOffset()
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYConstantIslandPass.cpp391 unsigned Size = CPs[I].getSizeInBytes(TD); in doInitialPlacement()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsConstantIslandPass.cpp553 unsigned Size = CPs[i].getSizeInBytes(TD); in doInitialPlacement()

12