| /netbsd-src/external/apache2/llvm/dist/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()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
| H A D | AutoInitRemark.cpp | 40 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 D | StackMapPrinter.h | 67 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 D | MachineConstantPool.h | 46 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 D | CombinerHelper.cpp | 1131 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 D | MachineIRBuilder.cpp | 351 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 D | CallLowering.cpp | 789 MRI.getType(VRegs[I]).getSizeInBytes(), in insertSRetLoads() 820 MRI.getType(VRegs[I]).getSizeInBytes(), in insertSRetStores()
|
| H A D | IRTranslator.cpp | 1299 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 D | GlobalSplit.cpp | 87 ? SL->getSizeInBytes() in splitGlobal()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| H A D | MachineFunction.cpp | 1109 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 D | MachineVerifier.cpp | 1039 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 D | TypeMetadataUtils.cpp | 140 if (Offset >= SL->getSizeInBytes()) in getPointerAtOffset()
|
| H A D | MemoryBuiltins.cpp | 360 ElementSize = DL.getStructLayout(ST)->getSizeInBytes(); in computeArraySize()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
| H A D | LowLevelTypeImpl.h | 117 unsigned getSizeInBytes() const { in getSizeInBytes() function
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
| H A D | DataLayout.h | 611 uint64_t getSizeInBytes() const { return StructSize; } in getSizeInBytes() function
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/ |
| H A D | MCExpr.h | 174 unsigned getSizeInBytes() const { in getSizeInBytes() function
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/BPF/ |
| H A D | BPFISelDAGToDAG.cpp | 359 DL.getStructLayout(cast<StructType>(CS->getType()))->getSizeInBytes(); in getConstantFieldValue()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUCallLowering.cpp | 131 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 D | SROA.cpp | 1521 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 D | MCExpr.cpp | 49 auto SizeInBytes = cast<MCConstantExpr>(*this).getSizeInBytes(); in print()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/ |
| H A D | AArch64CallLowering.cpp | 173 MemSize = LocTy.getSizeInBytes(); in assignValueToAddress()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/ |
| H A D | MipsConstantIslandPass.cpp | 555 unsigned Size = CPs[i].getSizeInBytes(TD); in doInitialPlacement()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | AsmPrinter.cpp | 2063 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 D | X86InstructionSelector.cpp | 1393 Align Alignment = Align(DstTy.getSizeInBytes()); in materializeFP()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
| H A D | ARMConstantIslandPass.cpp | 545 unsigned Size = CPs[i].getSizeInBytes(TD); in doInitialConstPlacement()
|