Searched refs:resize (Results 26 - 50 of 481) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DScheduleDFS.h124 /// resize() initializes DFSResult, while compute() populates it.
136 void resize(unsigned NumSUnits) { function in class:llvm::SchedDFSResult
137 DFSNodeData.resize(NumSUnits);
H A DResourcePriorityQueue.h84 NumNodesSolelyBlocking.resize(SUnits->size(), 0);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DCodeGenCoverage.cpp36 RuleCoverage.resize(RuleID + 1, 0);
124 void CodeGenCoverage::reset() { RuleCoverage.resize(0); }
H A DRandomNumberGenerator.cpp43 Data.resize(2 + Salt.size());
H A DRegex.cpp62 Error.resize(len - 1);
96 pm.resize(nmatch > 0 ? nmatch : 1);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetFrameLoweringImpl.cpp66 CalleeSaves.resize(TRI.getNumRegs());
84 SavedRegs.resize(TRI.getNumRegs());
H A DLiveRangeUtils.h56 LR.valnos.resize(j);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dvector.h65 void resize(uptr NewSize) { function in class:scudo::VectorNoCtor
107 this->resize(Count);
/freebsd-11-stable/contrib/ncurses/include/
H A DMKkey_defs.sh64 key_resize kr1 str R1 KEY_RESIZE + ----- Terminal resize event
/freebsd-11-stable/sys/xen/interface/io/
H A Dfbif.h54 * Framebuffer resize notification event
55 * Capable backend sets feature-resize in xenstore.
75 struct xenfb_resize resize; member in union:xenfb_out_event
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeTableCollection.cpp20 Names.resize(Records.size());
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MCA/Stages/
H A DMicroOpQueueStage.cpp42 Buffer.resize(Size ? Size : 1);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Analysis/
H A DCFGReachabilityAnalysis.cpp47 DstReachability.resize(analyzed.size(), false);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
H A DDataBufferHeap.cpp50 m_data.resize(new_size);
H A DTildeExpressionResolver.cpp66 Buffer.resize(1);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DUniqueVector.h95 Vector.resize(0, 0);
/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DX86DisassemblerTables.h269 InstructionSpecifiers.resize(uid + 1);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DUDTLayout.cpp54 UsedBytes.resize(SizeOf, true);
114 UsedBytes.resize(LayoutSize);
133 ImmediateUsedBytes.resize(SizeOf, false);
159 UsedBytes.resize(1);
284 // class. When we call ChildBytes.resize(32), the Child's storage will
287 ChildBytes.resize(UsedBytes.size());
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DScalarizer.cpp257 Tmp.resize(Size, nullptr);
259 CachePtr->resize(Size, nullptr);
471 Res.resize(NumElems);
493 Res.resize(NumElems);
533 Scattered.resize(NumArgs);
584 Res.resize(NumElems);
635 Ops.resize(NumIndices);
648 Res.resize(NumElems);
651 Indices.resize(NumIndices);
674 Res.resize(NumElem
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-mca/Views/
H A DRegisterFileStatistics.cpp40 PRFUsage.resize(NumRegFiles);
43 MoveElimInfo.resize(NumRegFiles);
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DTypeReferenceTracker.cpp34 TypeReferenced.resize(NumTypeRecords, false);
39 IdReferenced.resize(NumIdRecords, false);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DParsedAttr.cpp53 FreeLists.resize(InlineFreeListsCapacity);
82 FreeLists.resize(freeListIndex + 1);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyMachineFunctionInfo.h78 void setNumLocals(size_t NumLocals) { Locals.resize(NumLocals, MVT::i32); }
101 VRegStackified.resize(I + 1);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DWasmException.cpp93 CallSites.resize(LPadIndex + 1);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DValueSymbolTable.cpp48 UniqueName.resize(BaseSize);

Completed in 387 milliseconds

1234567891011>>