Searched refs:getSize (Results 151 - 175 of 279) sorted by relevance

1234567891011>>

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.cpp467 return get(Opcode).getSize();
579 Width = (*LdSt.memoperands_begin())->getSize();
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.cpp993 return m_insn_info->get(mc_insn.getOpcode()).getSize();
1854 uint32_t current_inst_size = m_insn_info->get(insn.getOpcode()).getSize();
2106 uint32_t current_inst_size = m_insn_info->get(insn.getOpcode()).getSize();
2163 uint32_t current_inst_size = m_insn_info->get(insn.getOpcode()).getSize();
2190 uint32_t current_inst_size = m_insn_info->get(insn.getOpcode()).getSize();
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp1223 uint64_t SectSize = Section.getSize();
1737 uint64_t Size = Section.getSize();
1763 uint64_t Size = Section.getSize();
1903 Common ? Symbol.getAlignment() : ELFSymbolRef(Symbol).getSize();
2130 uint64_t Size = Section.getSize();
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp1844 uint64_t Size = CAT->getSize().getZExtValue();
1954 uint64_t Size = CAT->getSize().getZExtValue();
2219 Width = toBits(Layout.getSize());
2247 Width = toBits(Layout.getSize());
3464 cat->getSize(),
5367 return getConstantArrayType(unqualElementType, CAT->getSize(),
5405 if (!CAT2 || CAT1->getSize() != CAT2->getSize())
5740 return cast<ArrayType>(getConstantArrayType(NewEltTy, CAT->getSize(),
5841 ElementCount *= CA->getSize()
[all...]
H A DScanfFormatString.cpp449 CAT->getSize().getZExtValue() - 1,
/freebsd-12-stable/contrib/llvm-project/lld/ELF/
H A DInputFiles.cpp766 if (data.size() < nhdr->getSize())
771 data = data.slice(nhdr->getSize());
804 data = data.slice(nhdr->getSize());
H A DOutputSections.cpp327 uint8_t *start = buf + isec->outSecOff + isec->getSize();
H A DSymbols.cpp179 uint64_t Symbol::getSize() const { function in class:lld::elf::Symbol
H A DWriter.cpp460 in.partIndex->getSize());
1059 ElfSym::relaIpltEnd->value = in.relaIplt->getSize();
1277 unorderedSize += isec->getSize();
1315 unorderedPos += unorderedSections[insPt]->getSize();
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp482 pr.getSize(), nullptr, LLDB_INVALID_UID,
567 return CreateClassStructUnion(type_id, cr, cr.getSize(), ct);
573 return CreateClassStructUnion(type_id, ur, ur.getSize(), ct);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Object/
H A DArchiveWriter.cpp95 MemoryBuffer::getOpenFile(FD, FileName, Status.getSize(), false);
/freebsd-12-stable/contrib/llvm-project/clang/lib/Basic/
H A DModule.cpp491 OS << "\" { size " << H.Entry->getSize()
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.cpp1752 SizeVal = Builder.CreateNUWMul(SizeVal, CGM.getSize(eltSize));
1758 SizeVal = CGM.getSize(size);
1868 assert(cast<ConstantArrayType>(arrayType)->getSize().getZExtValue()
1888 cast<ConstantArrayType>(arrayType)->getSize().getZExtValue();
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DOrcRemoteTargetServer.h419 LLVM_DEBUG(dbgs() << " Writing " << DBW.getSize() << " bytes to "
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DTypeBasedAliasAnalysis.cpp234 uint64_t getSize() const { function in class:__anon4481::TBAAStructTagNodeImpl
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMRegisterBankInfo.cpp167 assert(RBGPR.getSize() == 32 && "GPRs should hold up to 32-bit");
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRInstrInfo.cpp483 return Desc.getSize();
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFISelDAGToDAG.cpp255 uint64_t size = LD->getMemOperand()->getSize();
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.cpp1135 if (MMO->getSize() == Size && !MMO->isVolatile() && !MMO->isAtomic()) {
1410 return MI.getDesc().getSize();
1805 int WidthA = MMOa->getSize(), WidthB = MMOb->getSize();
/freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCAssembler.cpp318 return cast<MCBoundaryAlignFragment>(F).getSize();
1013 uint64_t OldSize = BF.getSize();
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DInstructionSelectorImpl.h458 dbgs() << MMO->getSize() << " bytes vs " << Size
460 if (MMO->getSize() != Size)
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp1108 auto Alloca = Builder.CreateAlloca(Builder.getInt8Ty(), AI->getSize());
1142 auto Alloc = Shape.emitAlloc(Builder, AI->getSize(), nullptr);
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaInit.cpp193 uint64_t StrLength = ConstantArrayTy->getSize().getZExtValue();
223 if (StrLength > CAT->getSize().getZExtValue())
229 if (StrLength-1 > CAT->getSize().getZExtValue())
837 NumElements = CAType->getSize().getZExtValue();
971 maxElements = static_cast<int>(CAT->getSize().getZExtValue());
1870 maxElements = CAT->getSize();
2822 llvm::APSInt MaxElements(cast<ConstantArrayType>(AT)->getSize(), false);
2873 if (cast<ConstantArrayType>(AT)->getSize().ult(StrLen))
2874 StrLen = cast<ConstantArrayType>(AT)->getSize().getZExtValue();
2895 if (cast<ConstantArrayType>(AT)->getSize()
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp1190 NumElements = CAT->getSize().getZExtValue();
1722 if (CAT->getSize().sle(i))
2242 Size = CAT->getSize().getZExtValue();
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
H A DVirtualFileSystem.cpp68 User(Status.getUser()), Group(Status.getGroup()), Size(Status.getSize()),
79 In.getUser(), In.getGroup(), In.getSize(), In.getType(),
85 In.getUser(), In.getGroup(), In.getSize(), In.type(),

Completed in 346 milliseconds

1234567891011>>