| /openbsd-src/gnu/llvm/llvm/include/llvm/Object/ |
| H A D | StackMapParser.h | 122 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 D | StackMapPrinter.h | 67 OS << ", size: " << Loc.getSizeInBytes() << "\n"; in prettyPrintStackMap() 74 << LO.getSizeInBytes() << "-bytes) "; in prettyPrintStackMap()
|
| /openbsd-src/gnu/llvm/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 | 236 return MemoryType.isValid() ? MemoryType.getSizeInBytes() : ~UINT64_C(0); in getSize()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/ |
| H A D | LoadStoreOpt.cpp | 214 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 D | LegalityPredicates.cpp | 187 return !isPowerOf2_32(Query.MMODescrs[MMOIdx].MemoryTy.getSizeInBytes()); in memSizeInBytesNotPow2() 194 return !MemTy.isByteSized() || !isPowerOf2_32(MemTy.getSizeInBytes()); in memSizeNotByteSizePow2()
|
| H A D | LegalizerHelper.cpp | 2943 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 D | CallLowering.cpp | 750 MemTy.getSizeInBytes(), VA.getLocMemOffset(), MPO, Flags); in handleAssignments()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/ |
| H A D | MemoryOpRemark.cpp | 149 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 D | GlobalSplit.cpp | 87 ? SL->getSizeInBytes() in splitGlobal()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | MachineFunction.cpp | 1348 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 D | MachineVerifier.cpp | 1123 if (MMO.getSize() > ValTy.getSizeInBytes()) in verifyPreISelGenericInstruction() 1126 if (ValTy.getSizeInBytes() < MMO.getSize()) in verifyPreISelGenericInstruction()
|
| /openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
| H A D | TypeMetadataUtils.cpp | 142 if (Offset >= SL->getSizeInBytes()) in getPointerAtOffset()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Support/ |
| H A D | LowLevelTypeImpl.h | 169 constexpr TypeSize getSizeInBytes() const { in getSizeInBytes() function
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
| H A D | DataLayout.h | 632 uint64_t getSizeInBytes() const { return StructSize; } in getSizeInBytes() function
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/MC/ |
| H A D | MCExpr.h | 174 unsigned getSizeInBytes() const { in getSizeInBytes() function
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/BPF/ |
| H A D | BPFISelDAGToDAG.cpp | 361 DL.getStructLayout(cast<StructType>(CS->getType()))->getSizeInBytes(); in getConstantFieldValue()
|
| /openbsd-src/gnu/llvm/llvm/lib/IR/ |
| H A D | DataLayout.cpp | 952 if (IntOffset >= SL->getSizeInBytes()) in getGEPIndexForOffset()
|
| /openbsd-src/gnu/llvm/llvm/lib/MC/ |
| H A D | MCExpr.cpp | 48 auto SizeInBytes = cast<MCConstantExpr>(*this).getSizeInBytes(); in print()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/CSKY/ |
| H A D | CSKYConstantIslandPass.cpp | 397 unsigned Size = CPs[I].getSizeInBytes(TD); in doInitialPlacement()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
| H A D | SROA.cpp | 4034 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 D | AArch64CallLowering.cpp | 302 unsigned MaxSize = MemTy.getSizeInBytes() * 8; in assignValueToAddress()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Mips/ |
| H A D | MipsConstantIslandPass.cpp | 555 unsigned Size = CPs[i].getSizeInBytes(TD); in doInitialPlacement()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | AsmPrinter.cpp | 2465 Offset = NewOffset + CPE.getSizeInBytes(getDataLayout()); in emitConstantPool() 3235 assert(SizeSoFar == Layout->getSizeInBytes() && in emitGlobalConstantStruct()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86InstructionSelector.cpp | 1431 Align Alignment = Align(DstTy.getSizeInBytes()); in materializeFP()
|