Home
last modified time | relevance | path

Searched refs:setSize (Results 1 – 25 of 30) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSymbolELF.h23 void setSize(const MCExpr *SS) { SymbolSize = SS; } in setSize() function
H A DMCSymbolWasm.h42 void setSize(const MCExpr *SS) { SymbolSize = SS; } in setSize() function
H A DMCSection.h539 void setSize(uint64_t Value) { Size = Value; } in setSize() function
758 void setSize(uint64_t Value) { Size = Value; } in setSize() function
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DIntervalMap.h519 void setSize(unsigned n) { pip.setInt(n - 1); } in setSize() function
851 void setSize(unsigned Level, unsigned Size) { in setSize() function
854 subtree(Level - 1).setSize(Size); in setSize()
1799 P.setSize(0, ++IM.rootSize); in insertNode()
1824 P.setSize(Level, P.size(Level) + 1); in insertNode()
1845 P.setSize(0, IM.rootSize = Size); in insert()
1913 P.setSize(P.height(), Size); in treeInsert()
1930 P.setSize(0, --IM.rootSize); in erase()
1954 P.setSize(IM.height, NewSize); in treeErase()
1976 P.setSize(0, --IM.rootSize); in eraseNode()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerTypeUnit.cpp118 UnitDIE->setSize(OutOffset - UnitDIE->getOffset() + 1); in createDIETree()
188 Patch.Die->setSize(DIESize); in prepareDataForTreeCreation()
260 OutDIE->setSize(OutOffset - OutDIE->getOffset()); in finalizeTypeEntryRec()
H A DDWARFLinkerCompileUnit.cpp1354 ClonedDIE.first->setSize(OutOffset - ClonedDIE.first->getOffset()); in cloneDIE()
1507 OutDIE->setSize(AttributesCloner.getOutOffset() + 1); in createTypeDIEandCloneAttributes()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DRecordLayoutBuilder.cpp807 void setSize(CharUnits NewSize) { Size = Context.toBits(NewSize); } in setSize() function in __anonbcc347f50111::ItaniumRecordLayoutBuilder
808 void setSize(uint64_t NewSize) { Size = NewSize; } in setSize() function in __anonbcc347f50111::ItaniumRecordLayoutBuilder
1014 setSize(getSize().alignTo(BaseAlign)); in EnsureVTablePointerAlignment()
1067 setSize(getSize() + PtrWidth); in LayoutNonVirtualBases()
1258 setSize(std::max(getSize(), Layout.getSize())); in LayoutBase()
1300 setSize(std::max(getSize(), getDataSize())); in LayoutBase()
1302 setSize(std::max(getSize(), Offset + Layout.getSize())); in LayoutBase()
1428 setSize(getDataSize()); in Layout()
1524 setSize(std::max(getSizeInBits(), getDataSizeInBits())); in LayoutWideBitField()
1844 setSize(std::max(getSizeInBits(), getDataSizeInBits())); in LayoutBitField()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DFileEntry.h334 void setSize(off_t NewSize) { Size = NewSize; }
370 cast<FileEntry *>(getBaseMapEntry().second->V)->setSize(BufferSize);
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCWasmStreamer.cpp138 cast<MCSymbolWasm>(Symbol)->setSize(Value); in emitELFSize()
H A DMCELFStreamer.cpp293 ->setSize(MCConstantExpr::create(Size, getContext())); in emitCommonSymbol()
297 cast<MCSymbolELF>(Symbol)->setSize(Value); in emitELFSize()
H A DMCAssembler.cpp991 BF.setSize(NewSize); in relaxBoundaryAlign()
1056 F.setSize(Size); in relaxFill()
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_affinity.cpp4080 int setSize = 0; in __kmp_affinity_process_proclist() local
4093 setSize = 0; in __kmp_affinity_process_proclist()
4111 setSize = 1; in __kmp_affinity_process_proclist()
4142 setSize++; in __kmp_affinity_process_proclist()
4145 if (setSize > 0) { in __kmp_affinity_process_proclist()
4276 int *setSize) { in __kmp_process_subplace_list() argument
4300 (*setSize)++; in __kmp_process_subplace_list()
4331 (*setSize)++; in __kmp_process_subplace_list()
4378 (*setSize)++; in __kmp_process_subplace_list()
4394 int *setSize) { in __kmp_process_place() argument
[all …]
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DELF_loongarch.cpp187 SA[0].Sym->setSize(SA[0].Offset - Delta - SA[0].Sym->getOffset()); in relaxBlock()
201 A.Sym->setSize(A.Offset - Delta - A.Sym->getOffset()); in relaxBlock()
H A DELF_riscv.cpp652 SA[0].Sym->setSize(SA[0].Offset - Delta - SA[0].Sym->getOffset()); in relaxBlock()
666 A.Sym->setSize(A.Offset - Delta - A.Sym->getOffset()); in relaxBlock()
H A DJITLink.cpp220 Sym.setSize(B.getSize() - Sym.getOffset()); in splitBlockImpl()
H A DCOFFLinkGraphBuilder.cpp457 Symbol->setSize(CandSize); in calculateImplicitSizeOfSymbols()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCELFStreamer.cpp138 ELFSymbol->setSize(MCConstantExpr::create(Size, getContext())); in HexagonMCEmitCommonSymbol()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DDIE.h941 void setSize(unsigned S) { Size = S; } in setSize() function
1030 void setSize(unsigned size) { Size = size; } in setSize() function
1066 void setSize(unsigned size) { Size = size; } in setSize() function
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h609 void setSize(orc::ExecutorAddrDiff Size) { in setSize() function
1520 Sym.setSize(Size); in makeDefined()
1545 Sym.setSize(*ExplicitNewSize); in transferDefinedSymbol()
1549 Sym.setSize(RemainingBlockSize); in transferDefinedSymbol()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUTargetStreamer.cpp889 SymbolELF->setSize(MCConstantExpr::create(Size, getContext())); in emitAMDGPULDS()
984 KernelDescriptorSymbol->setSize( in EmitAmdhsaKernelDescriptor()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcherEmitter.cpp318 SM->getChild(i)->setSize(ChildSize); in SizeMatcher()
347 Child->setSize(ChildSize); in SizeMatcher()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDIE.cpp299 setSize(CUOffset - getOffset()); in computeOffsetsAndAbbrevs()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp1320 Loc->setSize(Bytes.size()); in cloneBlockAttribute()
1322 Block->setSize(Bytes.size()); in cloneBlockAttribute()
1920 Die->setSize(OutOffset - Die->getOffset()); in cloneDIE()
1936 Die->setSize(OutOffset - Die->getOffset()); in cloneDIE()
/freebsd/sys/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfm_manip.c2048 uint32_t numOfWays, setSize, setSizeCode, keySize; in CreateReassTable() local
2117 NEXT_POWER_OF_2(numOfWays * waySize, setSize); in CreateReassTable()
2120 LOG2(setSize, setSizeCode); in CreateReassTable()
2144 autoLearnHashTblSize = numOfSets * setSize; in CreateReassTable()
2147 … PTR_TO_UINT(XX_MallocSmart(autoLearnHashTblSize, p_Manip->reassmParams.dataMemId, setSize)); in CreateReassTable()

12