Searched refs:resize (Results 426 - 450 of 481) sorted by relevance

<<11121314151617181920

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp1144 SortedIndices.resize(VL.size());
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DIfConversion.cpp481 BBAnalysis.resize(MF.getNumBlockIDs());
H A DModuloSchedule.cpp1419 Defaults.resize(Defaults.size() + StageDiff, Defaults.empty()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DConstantFold.cpp2421 NewIdxs.resize(Idxs.size());
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectType.cpp1588 type_name_str.resize(type_name_str.length() - 2);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DValueObject.cpp249 old_checksum.resize(m_value_checksum.size());
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp226 Bytes.resize(ReqSize);
H A DWholeProgramDevirt.cpp1514 B.Before.Bytes.resize(alignTo(B.Before.Bytes.size(), Alignment));
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp1899 ShuffleMaskStorage.resize(SrcElts);
H A DInstCombineAddSub.cpp570 SimpVect.resize(StartIdx);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVN.cpp1620 ExprIdx.resize(nextValueNumber * 2);
H A DJumpThreading.cpp1732 PredBBs.resize(1);
H A DIndVarSimplify.cpp2932 ExitingBlocks.resize(i);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp2655 Provenance.resize(BW);
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1829 EndianCorrectedNameString.resize(RawEntryNameString.size() + 1);
H A DELFDumper.cpp990 VersionMap.resize(N + 1);
4854 Ret.Mappings.resize(FileCount);
/freebsd-11-stable/sys/geom/part/
H A Dg_part.c172 .resize = g_part_resize,
1641 } else if (!strcmp(verb, "resize")) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp836 TemplateParams.resize(TemplateParams.size() - 2);
2264 InitExprs.resize(C, NumInits, nullptr);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp563 dwarf_opcode_bytes.resize(dwarf_opcode_len);
4411 dwarf_opcode_bytes.resize(dwarf_opcode_len);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp2051 MDAbbrevs.resize(MetadataAbbrev::LastPlusOne);
4422 Strtab.resize(StrtabBuilder.getSize());
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp1224 Bits.resize(NumBits);
1444 RLAmt.resize(Bits.size());
/freebsd-11-stable/sys/geom/mirror/
H A Dg_mirror.c102 .resize = g_mirror_resize
/freebsd-11-stable/contrib/llvm-project/llvm/lib/TableGen/
H A DRecord.cpp87 Shared.resize(Sz + 1);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonBitSimplify.cpp147 resize(std::max(Idx+1, 32U));
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp2428 DeclOffsets.resize(Index+1);

Completed in 1180 milliseconds

<<11121314151617181920