Searched refs:getSize (Results 201 - 225 of 279) sorted by relevance

1234567891011>>

/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-cxxdump/
H A Dllvm-cxxdump.cpp212 uint64_t SecSize = Sec.getSize();
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp1523 return lp >= R.getAddress() && lp < R.getAddress() + R.getSize();
1531 uint64_t SectSize = Sect->getSize();
2206 outs() << " size " << OFA.getSize();
2207 big_size = OFA.getOffset() + OFA.getSize();
3286 uint64_t SectSize = ((*(info->Sections))[SectIdx]).getSize();
4124 for (uint32_t i = 0; i < S.getSize(); i += sizeof(uint64_t)) {
4125 uint32_t left = S.getSize() - i;
4129 if (i + sizeof(uint64_t) > S.getSize())
4173 for (uint32_t i = 0; i < S.getSize(); i += sizeof(uint32_t)) {
4174 uint32_t left = S.getSize()
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DTargetInfo.cpp491 if (AT->getSize() == 0)
586 if (AT->getSize().getZExtValue() != 1)
2755 uint64_t ArraySize = AT->getSize().getZExtValue();
3045 unsigned NumElts = (unsigned)AT->getSize().getZExtValue();
4661 uint64_t NElements = AT->getSize().getZExtValue();
4694 if (AT->getSize().getZExtValue() == 0)
5601 llvm::Value *StackSizeC = CGF.Builder.getSize(StackSize);
6301 uint64_t NElements = AT->getSize().getZExtValue();
9267 CAT->getSize().toStringUnsigned(Enc);
9517 uint64_t ArraySize = ATy->getSize()
[all...]
H A DCGAtomic.cpp172 return CGF.CGM.getSize(size);
872 Val1Scalar = Builder.CreateMul(Val1Scalar, CGM.getSize(PointeeIncAmt));
H A DCGDecl.cpp1701 SizeVal = Builder.CreateNUWMul(SizeVal, CGM.getSize(EltSize));
1720 SizeVal = Builder.CreateNUWMul(SizeVal, CGM.getSize(EltSize));
H A DCGExprAgg.cpp426 llvm::Value *Size = Builder.getInt(ArrayType->getSize());
1894 getContext().getASTRecordLayout(BaseRD).getSize() <=
H A DCGObjCGNU.cpp1797 Context.getASTObjCInterfaceLayout(SuperClassDecl).getSize().getQuantity();
1801 0 - (Context.getASTObjCImplementationLayout(OID).getSize().getQuantity() -
3410 Context.getASTObjCImplementationLayout(OID).getSize().getQuantity();
3425 Context.getASTObjCInterfaceLayout(SuperClassDecl).getSize().getQuantity();
H A DCodeGenModule.h771 llvm::ConstantInt *getSize(CharUnits numChars);
H A DCGExpr.cpp863 if (CAT->getSize().ugt(1))
943 return CGF.Builder.getInt(CAT->getSize());
3642 *this, ArrayLV.getAddress(*this), {CGM.getSize(CharUnits::Zero()), Idx},
3784 ConstLength = CAT->getSize();
3843 *this, ArrayLV.getAddress(*this), {CGM.getSize(CharUnits::Zero()), Idx},
/freebsd-12-stable/contrib/llvm-project/clang/lib/Lex/
H A DModuleMap.cpp184 (Header.Size && (*File)->getSize() != *Header.Size) ||
1160 auto BySize = LazyHeadersBySize.find(File->getSize());
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSILoadStoreOptimizer.cpp650 unsigned Size = A->getSize() + B->getSize();
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveInterval.cpp969 unsigned LiveInterval::getSize() const {
H A DTargetInstrInfo.cpp1177 Ops.push_back(MMO->getSize());
/freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/
H A DMachObjectWriter.cpp940 StringTableOffset, StringTable.getSize());
H A DMCDwarf.cpp317 Data.resize(LineStrings.getSize());
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DTextNodeDumper.cpp1088 OS << " " << T->getSize();
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProf.cpp772 uint32_t ValueProfData::getSize(const InstrProfRecord &Record) { function in class:llvm::ValueProfData
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstructionSelector.cpp1831 MemOp.getSize() == 1) {
1838 unsigned MemSizeInBits = MemOp.getSize() * 8;
2185 unsigned BytesLoaded = MemOp->getSize();
4888 return (*MI.memoperands_begin())->getSize() == NumBytes;
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceManager.h198 unsigned getSize() const;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsMCCodeEmitter.cpp151 /// Size the instruction with Desc.getSize().
225 unsigned Size = Desc.getSize();
227 llvm_unreachable("Desc.getSize() returns 0");
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DARMWinEHPrinter.cpp215 uint64_t Size = Section.getSize();
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp1615 if (ConstantArrayArg->getSize() != ConstantArrayParm->getSize())
1655 llvm::APSInt Size(ConstantArrayArg->getSize());
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp706 if (MCID.getSize())
707 return MCID.getSize();
3580 Size += (*I)->getSize();
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTSource.cpp1629 size = record_layout.getSize().getQuantity() * m_ast_context->getCharWidth();
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Object/
H A DCOFFObjectFile.cpp1852 VA + Entry.DataSize <= S.getAddress() + S.getSize()) {

Completed in 702 milliseconds

1234567891011>>