Home
last modified time | relevance | path

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

12

/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DAutoInitRemark.cpp40 static Optional<uint64_t> getSizeInBytes(Optional<uint64_t> SizeInBits) { in getSizeInBytes() function
156 Optional<uint64_t> DISize = getSizeInBytes(DILV->getSizeInBits()); in inspectVariable()
179 TySize ? getSizeInBytes(TySize->getFixedSize()) : None; in inspectVariable()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DStackMapPrinter.h67 OS << ", size: " << Loc.getSizeInBytes() << "\n"; in prettyPrintStackMap()
74 << LO.getSizeInBytes() << "-bytes) "; in prettyPrintStackMap()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineConstantPool.h46 virtual unsigned getSizeInBytes(const DataLayout &DL) const;
97 unsigned getSizeInBytes(const DataLayout &DL) const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp1131 while (Op.getDstAlign() < Ty.getSizeInBytes() && in findGISelOptimalMemOpLowering()
1133 Ty = LLT::scalar(Ty.getSizeInBytes()); in findGISelOptimalMemOpLowering()
1141 unsigned TySize = Ty.getSizeInBytes(); in findGISelOptimalMemOpLowering()
1150 unsigned NewTySize = NewTy.getSizeInBytes(); in findGISelOptimalMemOpLowering()
1291 unsigned TySize = Ty.getSizeInBytes(); in optimizeMemset()
1315 MF.getMachineMemOperand(&DstMMO, DstOff, Ty.getSizeInBytes()); in optimizeMemset()
1325 DstOff += Ty.getSizeInBytes(); in optimizeMemset()
1408 if (CopyTy.getSizeInBytes() > Size) in optimizeMemcpy()
1409 CurrOffset -= CopyTy.getSizeInBytes() - Size; in optimizeMemcpy()
1413 MF.getMachineMemOperand(&SrcMMO, CurrOffset, CopyTy.getSizeInBytes()); in optimizeMemcpy()
[all …]
H A DMachineIRBuilder.cpp351 TypeSize::Fixed(Dst.getLLTTy(*getMRI()).getSizeInBytes())); in buildLoad()
376 getMF().getMachineMemOperand(&BaseMMO, Offset, LoadTy.getSizeInBytes()); in buildLoadFromOffset()
410 TypeSize::Fixed(Val.getLLTTy(*getMRI()).getSizeInBytes())); in buildStore()
H A DCallLowering.cpp789 MRI.getType(VRegs[I]).getSizeInBytes(), in insertSRetLoads()
820 MRI.getType(VRegs[I]).getSizeInBytes(), in insertSRetStores()
H A DIRTranslator.cpp1299 Ptr, Flags, MRI->getType(Regs[i]).getSizeInBytes(), in translateLoad()
1341 Ptr, Flags, MRI->getType(Vals[i]).getSizeInBytes(), in translateStore()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DGlobalSplit.cpp87 ? SL->getSizeInBytes() in splitGlobal()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineFunction.cpp1109 unsigned MachineConstantPoolValue::getSizeInBytes(const DataLayout &DL) const { in getSizeInBytes() function in MachineConstantPoolValue
1113 unsigned MachineConstantPoolEntry::getSizeInBytes(const DataLayout &DL) const { in getSizeInBytes() function in MachineConstantPoolEntry
1115 return Val.MachineCPVal->getSizeInBytes(DL); in getSizeInBytes()
1129 switch (getSizeInBytes(*DL)) { in getSectionKind()
H A DMachineVerifier.cpp1039 if (MMO.getSize() > ValTy.getSizeInBytes()) in verifyPreISelGenericInstruction()
1042 if (ValTy.getSizeInBytes() < MMO.getSize()) in verifyPreISelGenericInstruction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DTypeMetadataUtils.cpp140 if (Offset >= SL->getSizeInBytes()) in getPointerAtOffset()
H A DMemoryBuiltins.cpp360 ElementSize = DL.getStructLayout(ST)->getSizeInBytes(); in computeArraySize()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DLowLevelTypeImpl.h117 unsigned getSizeInBytes() const { in getSizeInBytes() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DDataLayout.h611 uint64_t getSizeInBytes() const { return StructSize; } in getSizeInBytes() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCExpr.h174 unsigned getSizeInBytes() const { in getSizeInBytes() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/BPF/
H A DBPFISelDAGToDAG.cpp359 DL.getStructLayout(cast<StructType>(CS->getType()))->getSizeInBytes(); in getConstantFieldValue()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUCallLowering.cpp131 MemSize = std::min(static_cast<uint64_t>(RegTy.getSizeInBytes()), MemSize); in assignValueToAddress()
241 MemSize = std::min(MemSize, (uint64_t)RegTy.getSizeInBytes()); in assignValueToAddress()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DSROA.cpp1521 if (StructOffset >= SL->getSizeInBytes()) in getNaturalGEPRecursively()
3707 if (Offset >= SL->getSizeInBytes()) in getTypePartition()
3710 if (EndOffset > SL->getSizeInBytes()) in getTypePartition()
3734 if (EndOffset < SL->getSizeInBytes()) { in getTypePartition()
3754 if (Size != SubSL->getSizeInBytes()) in getTypePartition()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCExpr.cpp49 auto SizeInBytes = cast<MCConstantExpr>(*this).getSizeInBytes(); in print()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/
H A DAArch64CallLowering.cpp173 MemSize = LocTy.getSizeInBytes(); in assignValueToAddress()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsConstantIslandPass.cpp555 unsigned Size = CPs[i].getSizeInBytes(TD); in doInitialPlacement()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2063 Offset = NewOffset + CPE.getSizeInBytes(getDataLayout()); in emitConstantPool()
2767 assert(SizeSoFar == Layout->getSizeInBytes() && in emitGlobalConstantStruct()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86InstructionSelector.cpp1393 Align Alignment = Align(DstTy.getSizeInBytes()); in materializeFP()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMConstantIslandPass.cpp545 unsigned Size = CPs[i].getSizeInBytes(TD); in doInitialConstPlacement()

12