Searched refs:resize (Results 76 - 100 of 483) sorted by relevance

1234567891011>>

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DArrayRecycler.h60 Bucket.resize(size_t(Idx) + 1);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
H A DParallel.cpp46 Threads.resize(1);
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DFunctionSummary.h101 Blocks.resize(TotalIDs);
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DCommentBriefParser.cpp43 S.resize(O - S.begin());
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyMachineFunctionInfo.cpp26 WARegs.resize(MF.getRegInfo().getNumVirtRegs(), Reg);
/freebsd-12-stable/sys/dev/mlx5/
H A Dcq.h105 } resize; member in union:mlx5_cq_modify_params::__anon13867
/freebsd-12-stable/contrib/llvm-project/lld/COFF/
H A DLTO.cpp148 buf.resize(maxTasks);
149 files.resize(maxTasks);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DSpillPlacement.cpp208 BlockFrequencies.resize(mf.getNumBlockIDs());
367 ActiveNodes->resize(bundles->getNumBundles());
H A DStackColoring.cpp629 InterestingSlots.resize(NumSlot);
631 ConservativeSlots.resize(NumSlot);
644 BetweenStartEnd.resize(NumSlot);
719 BlockInfo.Begin.resize(NumSlot);
720 BlockInfo.End.resize(NumSlot);
822 Starts.resize(NumSlots);
824 DefinitelyInUse.resize(NumSlots);
1180 LiveStarts.resize(NumSlots);
H A DRDFRegisters.cpp30 RegInfos.resize(TRI.getNumRegs());
46 UnitInfos.resize(TRI.getNumRegUnits());
83 MaskInfos.resize(RegMasks.size()+1);
H A DLiveRangeCalc.cpp46 Seen.resize(NumBlocks);
48 Map.resize(NumBlocks);
458 Entry->second.first.resize(N);
459 Entry->second.second.resize(N);
H A DRegUsageInfoCollector.cpp129 RegMask.resize(RegMaskSize, ~((uint32_t)0));
H A DScheduleDAG.cpp474 Index2Node.resize(DAGSize);
475 Node2Index.resize(DAGSize);
509 Visited.resize(DAGSize);
646 VisitedBack.resize(SUnits.size());
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DDbiModuleList.cpp224 ModuleInitialFileIndex.resize(FileInfoHeader->NumModules);
225 ModuleDescriptorOffsets.resize(FileInfoHeader->NumModules);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
H A DLLVMContextImpl.cpp205 Tags.resize(BundleTagCache.size());
225 SSNs.resize(SSC.size());
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DDWARFLinkerCompileUnit.h83 Info.resize(OrigUnit.getNumDIEs());
247 ResolvedPaths.resize(FileNum + 1);
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/
H A DDIContext.h105 void resize(unsigned i) {
106 Frames.resize(i);
/freebsd-12-stable/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DDiagnostics.cpp51 Error->Errors.resize(BeginIndex + 1);
57 Error->Errors.resize(BeginIndex);
/freebsd-12-stable/contrib/llvm-project/clang/lib/Frontend/
H A DTextDiagnostic.cpp202 out.resize(1u,0);
206 out.resize(SourceLine.size()+1, -1);
236 out.resize(1u, 0);
243 out.resize(columns+1, -1);
249 out.resize(columns+1, -1);
1062 CaretLine.resize(EndColNo,' ');
1114 FixItInsertionLine.resize(NewFixItLineSize, ' ');
1230 CaretLine.resize(CaretColNo + 1, ' ');
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_file.cpp152 buff->resize(Min(Max(PageSize, read_len * 2), max_len));
166 buff->resize(read_len);
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DWholeProgramDevirt.h47 Bytes.resize(Pos + Size);
48 BytesUsed.resize(Pos + Size);
/freebsd-12-stable/contrib/ntp/lib/isc/
H A Dheap.c124 resize(isc_heap_t *heap) { function
196 if (new_last >= heap->size && !resize(heap))
/freebsd-12-stable/contrib/llvm-project/llvm/lib/MCA/
H A DInstrBuilder.cpp34 ProcResourceMasks.resize(SM.getNumProcResourceKinds());
303 ID.Writes.resize(TotalDefs + NumVariadicOps);
414 ID.Writes.resize(CurrentDef);
427 ID.Reads.resize(TotalUses);
480 ID.Reads.resize(CurrentUse);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectStreamer.cpp250 DF->getContents().resize(DF->getContents().size() + Size, 0);
603 // Associate DTPRel32 fixup with data and resize data area
610 DF->getContents().resize(DF->getContents().size() + 4, 0);
613 // Associate DTPRel64 fixup with data and resize data area
620 DF->getContents().resize(DF->getContents().size() + 8, 0);
623 // Associate TPRel32 fixup with data and resize data area
630 DF->getContents().resize(DF->getContents().size() + 4, 0);
633 // Associate TPRel64 fixup with data and resize data area
640 DF->getContents().resize(DF->getContents().size() + 8, 0);
643 // Associate GPRel32 fixup with data and resize dat
[all...]
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStreamTee.h105 m_streams.resize(idx + 1);

Completed in 297 milliseconds

1234567891011>>