Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/llvm/llvm/include/llvm/Object/
H A DStackMapParser.h122 unsigned getSizeInBytes() const { in getSizeInBytes() function
181 unsigned getSizeInBytes() const { in getSizeInBytes() function
282 unsigned getSizeInBytes() const { in getSizeInBytes() function
289 return RecordAccessor(P + getSizeInBytes()); in next()
320 RecordAccessor(&StackMapSection[CurrentRecordOffset]).getSizeInBytes(); in StackMapParser()
/openbsd-src/gnu/llvm/llvm/tools/llvm-readobj/
H A DStackMapPrinter.h67 OS << ", size: " << Loc.getSizeInBytes() << "\n"; in prettyPrintStackMap()
74 << LO.getSizeInBytes() << "-bytes) "; in prettyPrintStackMap()
/openbsd-src/gnu/llvm/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.h236 return MemoryType.isValid() ? MemoryType.getSizeInBytes() : ~UINT64_C(0); in getSize()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DLoadStoreOpt.cpp214 LS->getMMO().getMemoryType().getSizeInBytes()); in instMayAlias()
412 << NV("OrigWidth", SmallTy.getSizeInBytes()) in doSingleStoreMerge()
414 << NV("NewWidth", WideValueTy.getSizeInBytes()) << " bytes"; in doSingleStoreMerge()
526 if (StoreOffCst < ValueTy.getSizeInBytes()) in addStoreToCandidate()
549 if ((C.CurrentLowestOffset - ValueTy.getSizeInBytes()) != in addStoreToCandidate()
555 C.CurrentLowestOffset = C.CurrentLowestOffset - ValueTy.getSizeInBytes(); in addStoreToCandidate()
H A DLegalityPredicates.cpp187 return !isPowerOf2_32(Query.MMODescrs[MMOIdx].MemoryTy.getSizeInBytes()); in memSizeInBytesNotPow2()
194 return !MemTy.isByteSized() || !isPowerOf2_32(MemTy.getSizeInBytes()); in memSizeNotByteSizePow2()
H A DLegalizerHelper.cpp2943 unsigned MemStoreSizeInBits = 8 * MemTy.getSizeInBytes(); in lowerLoad()
3085 unsigned StoreSizeInBits = 8 * MemTy.getSizeInBytes(); in lowerStore()
3559 return std::max(Align(PowerOf2Ceil(Ty.getSizeInBytes())), MinAlign); in getStackTemporaryAlignment()
6693 unsigned EltBytes = EltTy.getSizeInBytes(); in lowerExtractInsertVectorElt()
6698 auto StackTemp = createStackTemporary(TypeSize::Fixed(VecTy.getSizeInBytes()), in lowerExtractInsertVectorElt()
7623 while (Op.getDstAlign() < Ty.getSizeInBytes() && in findGISelOptimalMemOpLowering()
7625 Ty = LLT::scalar(Ty.getSizeInBytes()); in findGISelOptimalMemOpLowering()
7633 unsigned TySize = Ty.getSizeInBytes(); in findGISelOptimalMemOpLowering()
7642 unsigned NewTySize = NewTy.getSizeInBytes(); in findGISelOptimalMemOpLowering()
7784 unsigned TySize = Ty.getSizeInBytes(); in lowerMemset()
[all …]
H A DCallLowering.cpp750 MemTy.getSizeInBytes(), VA.getLocMemOffset(), MPO, Flags); in handleAssignments()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DMemoryOpRemark.cpp149 getSizeInBytes(std::optional<uint64_t> SizeInBits) { in getSizeInBytes() function
326 std::optional<uint64_t> DISize = getSizeInBytes(DILV->getSizeInBits()); in visitVariable()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DGlobalSplit.cpp87 ? SL->getSizeInBytes() in splitGlobal()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineFunction.cpp1348 unsigned MachineConstantPoolValue::getSizeInBytes(const DataLayout &DL) const { in getSizeInBytes() function in MachineConstantPoolValue
1352 unsigned MachineConstantPoolEntry::getSizeInBytes(const DataLayout &DL) const { in getSizeInBytes() function in MachineConstantPoolEntry
1354 return Val.MachineCPVal->getSizeInBytes(DL); in getSizeInBytes()
1368 switch (getSizeInBytes(*DL)) { in getSectionKind()
H A DMachineVerifier.cpp1123 if (MMO.getSize() > ValTy.getSizeInBytes()) in verifyPreISelGenericInstruction()
1126 if (ValTy.getSizeInBytes() < MMO.getSize()) in verifyPreISelGenericInstruction()
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DTypeMetadataUtils.cpp142 if (Offset >= SL->getSizeInBytes()) in getPointerAtOffset()
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DLowLevelTypeImpl.h169 constexpr TypeSize getSizeInBytes() const { in getSizeInBytes() function
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DDataLayout.h632 uint64_t getSizeInBytes() const { return StructSize; } in getSizeInBytes() function
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCExpr.h174 unsigned getSizeInBytes() const { in getSizeInBytes() function
/openbsd-src/gnu/llvm/llvm/lib/Target/BPF/
H A DBPFISelDAGToDAG.cpp361 DL.getStructLayout(cast<StructType>(CS->getType()))->getSizeInBytes(); in getConstantFieldValue()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DDataLayout.cpp952 if (IntOffset >= SL->getSizeInBytes()) in getGEPIndexForOffset()
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCExpr.cpp48 auto SizeInBytes = cast<MCConstantExpr>(*this).getSizeInBytes(); in print()
/openbsd-src/gnu/llvm/llvm/lib/Target/CSKY/
H A DCSKYConstantIslandPass.cpp397 unsigned Size = CPs[I].getSizeInBytes(TD); in doInitialPlacement()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DSROA.cpp4034 if (Offset >= SL->getSizeInBytes()) in getTypePartition()
4037 if (EndOffset > SL->getSizeInBytes()) in getTypePartition()
4061 if (EndOffset < SL->getSizeInBytes()) { in getTypePartition()
4081 if (Size != SubSL->getSizeInBytes()) in getTypePartition()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/GISel/
H A DAArch64CallLowering.cpp302 unsigned MaxSize = MemTy.getSizeInBytes() * 8; in assignValueToAddress()
/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsConstantIslandPass.cpp555 unsigned Size = CPs[i].getSizeInBytes(TD); in doInitialPlacement()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2465 Offset = NewOffset + CPE.getSizeInBytes(getDataLayout()); in emitConstantPool()
3235 assert(SizeSoFar == Layout->getSizeInBytes() && in emitGlobalConstantStruct()
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86InstructionSelector.cpp1431 Align Alignment = Align(DstTy.getSizeInBytes()); in materializeFP()

12