| /freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCSymbolELF.h | 23 void setSize(const MCExpr *SS) { SymbolSize = SS; } in setSize() function
|
| H A D | MCSymbolWasm.h | 42 void setSize(const MCExpr *SS) { SymbolSize = SS; } in setSize() function
|
| H A D | MCSection.h | 539 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 D | IntervalMap.h | 519 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 D | DWARFLinkerTypeUnit.cpp | 118 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 D | DWARFLinkerCompileUnit.cpp | 1354 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 D | RecordLayoutBuilder.cpp | 807 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 D | FileEntry.h | 334 void setSize(off_t NewSize) { Size = NewSize; } 370 cast<FileEntry *>(getBaseMapEntry().second->V)->setSize(BufferSize);
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCWasmStreamer.cpp | 138 cast<MCSymbolWasm>(Symbol)->setSize(Value); in emitELFSize()
|
| H A D | MCELFStreamer.cpp | 293 ->setSize(MCConstantExpr::create(Size, getContext())); in emitCommonSymbol() 297 cast<MCSymbolELF>(Symbol)->setSize(Value); in emitELFSize()
|
| H A D | MCAssembler.cpp | 991 BF.setSize(NewSize); in relaxBoundaryAlign() 1056 F.setSize(Size); in relaxFill()
|
| /freebsd/contrib/llvm-project/openmp/runtime/src/ |
| H A D | kmp_affinity.cpp | 4080 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 D | ELF_loongarch.cpp | 187 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 D | ELF_riscv.cpp | 652 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 D | JITLink.cpp | 220 Sym.setSize(B.getSize() - Sym.getOffset()); in splitBlockImpl()
|
| H A D | COFFLinkGraphBuilder.cpp | 457 Symbol->setSize(CandSize); in calculateImplicitSizeOfSymbols()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/ |
| H A D | HexagonMCELFStreamer.cpp | 138 ELFSymbol->setSize(MCConstantExpr::create(Size, getContext())); in HexagonMCEmitCommonSymbol()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | DIE.h | 941 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 D | JITLink.h | 609 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 D | AMDGPUTargetStreamer.cpp | 889 SymbolELF->setSize(MCConstantExpr::create(Size, getContext())); in emitAMDGPULDS() 984 KernelDescriptorSymbol->setSize( in EmitAmdhsaKernelDescriptor()
|
| /freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/ |
| H A D | DWARFLinker.cpp | |
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | DAGISelMatcherEmitter.cpp | 318 SM->getChild(i)->setSize(ChildSize); in SizeMatcher() 347 Child->setSize(ChildSize); in SizeMatcher()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DIE.cpp | 299 setSize(CUOffset - getOffset()); in computeOffsetsAndAbbrevs()
|
| /freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/ |
| H A D | DWARFLinker.cpp | 1320 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 D | fm_manip.c | 2048 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()
|