/openbsd-src/gnu/llvm/clang/utils/ |
H A D | convert_arm_neon.py | 102 resize = get_resize(default_width, 16) 106 resize = get_resize(default_width, 32) 110 resize = get_resize(default_width, 64) 114 resize = get_resize(default_width, 32) 118 resize = get_resize(default_width, 64) 122 resize = get_resize(default_width, 32) 126 resize = get_resize(default_width, 64) 130 resize = get_resize(default_width, 32) 134 resize = get_resize(default_width, 64) 138 resize = get_resize(default_width, 16) [all …]
|
/openbsd-src/gnu/llvm/libcxx/benchmarks/ |
H A D | deque_iterator.bench.cpp | 43 d.resize(size); in benchmark_deque_vector() 46 v.resize(size); in benchmark_deque_vector() 54 d.resize(size); in benchmark_deque_deque() 57 v.resize(size); in benchmark_deque_deque() 65 d.resize(size); in benchmark_vector_deque() 68 v.resize(size); in benchmark_vector_deque() 85 d.resize(size); in benchmark_deque_vector_backward() 88 v.resize(size); in benchmark_deque_vector_backward() 96 d.resize(size); in benchmark_deque_deque_backward() 99 v.resize(size); in benchmark_deque_deque_backward() [all …]
|
H A D | join_view.bench.cpp | 36 output.resize(size * 32); in BM_join_view_in_vectors() 50 input.resize(size * 32); in BM_join_view_out_vectors() 66 output.resize(size * 32); in BM_join_view_deques()
|
/openbsd-src/gnu/llvm/llvm/lib/Support/ |
H A D | ConvertUTFWrapper.cpp | 116 Out.resize(SrcBytes.size() * UNI_MAX_UTF8_BYTES_PER_CODE_POINT + 1); in convertUTF16ToUTF8String() 129 Out.resize(reinterpret_cast<char *>(Dst) - &Out[0]); in convertUTF16ToUTF8String() 174 Out.resize(SrcBytes.size() * UNI_MAX_UTF8_BYTES_PER_CODE_POINT + 1); in convertUTF32ToUTF8String() 187 Out.resize(reinterpret_cast<char *>(Dst) - &Out[0]); in convertUTF32ToUTF8String() 219 DstUTF16.resize(SrcUTF8.size()+1); in convertUTF8ToUTF16String() 232 DstUTF16.resize(Dst - &DstUTF16[0]); in convertUTF8ToUTF16String() 248 Result.resize(Source.size() + 1); in ConvertUTF8toWideInternal() 255 Result.resize(reinterpret_cast<wchar_t *>(ResultPtr) - &Result[0]); in ConvertUTF8toWideInternal() 278 Result.resize(Source.size()); in convertWideToUTF8() 290 Result.resize(UNI_MAX_UTF8_BYTES_PER_CODE_POINT * Source.size()); in convertWideToUTF8() [all …]
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
H A D | StackSlotColoring.cpp | 156 SSRefs.resize(MFI->getObjectIndexEnd()); in ScanForSpillSlotRefs() 196 AllColors.resize(1); in InitializeSlots() 197 UsedColors.resize(1); in InitializeSlots() 199 OrigAlignments.resize(LastFI); in InitializeSlots() 200 OrigSizes.resize(LastFI); in InitializeSlots() 201 AllColors[0].resize(LastFI); in InitializeSlots() 202 UsedColors[0].resize(LastFI); in InitializeSlots() 203 Assignments.resize(LastFI); in InitializeSlots() 230 AllColors.resize(StackID + 1); in InitializeSlots() 231 UsedColors.resize(StackID + 1); in InitializeSlots() [all …]
|
/openbsd-src/gnu/llvm/lldb/source/Utility/ |
H A D | VASprintf.cpp | 28 buf.resize(buf.capacity()); in VASprintf() 40 buf.resize(length + 1); in VASprintf() 49 buf.resize(length); in VASprintf()
|
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/MSF/ |
H A D | MSFBuilder.cpp | 70 FreeBlocks.resize(Addr + 1, true); in setBlockMapAddr() 116 FreeBlocks.resize(NewBlockCount, true); in allocateBlocks() 126 FreeBlocks.resize(NewBlockCount, true); in allocateBlocks() 167 FreeBlocks.resize(Block + 1, true); in addStream() 185 NewBlocks.resize(ReqBlocks); in addStream() 204 AddedBlockList.resize(AddedBlocks); in setStreamSize() 268 ExtraBlocks.resize(NumExtraBlocks); in generateLayout() 277 DirectoryBlocks.resize(NumDirectoryBlocks); in generateLayout() 295 L.StreamMap.resize(StreamData.size()); in generateLayout()
|
/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/ |
H A D | IndexedMap.h | 60 void resize(typename StorageT::size_type s) { in resize() function 61 storage_.resize(s, nullVal_); in resize() 71 resize(NewSize); in grow()
|
H A D | PackedVector.h | 110 void resize(unsigned N) { Bits.resize(N << (BitNum - 1)); } in resize() function 120 resize(size()+1); in push_back()
|
/openbsd-src/gnu/llvm/libcxx/benchmarks/algorithms/ |
H A D | common.h | 61 V.resize(N); in fillAdversarialQuickSortInput() 94 V.resize(N, 0); in fillValues() 106 V.resize(N, std::make_pair(0, 0)); in fillValues() 121 V.resize(N, std::make_tuple(0, 0, 0)); in fillValues() 142 V.resize(N, getRandomString(64)); in fillValues() 192 Ret.resize(NumCopies); in makeOrderedValues()
|
/openbsd-src/gnu/llvm/llvm/lib/Bitcode/Reader/ |
H A D | ValueList.h | 49 void resize(unsigned N) { in resize() function 50 ValuePtrs.resize(N); in resize() 78 ValuePtrs.resize(N); in shrinkTo()
|
H A D | ValueList.cpp | 34 resize(Idx + 1); in assignValue() 63 resize(Idx + 1); in getValueFwdRef()
|
/openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
H A D | StackLifetime.cpp | 86 InterestingAllocas.resize(NumAllocas); in collectMarkers() 200 BitsIn.resize(NumAllocas, true); in calculateLocalLiveness() 252 Started.resize(NumAllocas); in calculateLiveIntervals() 253 Ended.resize(NumAllocas); in calculateLiveIntervals() 255 Start.resize(NumAllocas); in calculateLiveIntervals() 336 LiveRanges.resize(NumAllocas, getFullLiveRange()); in run() 339 LiveRanges.resize(NumAllocas, LiveRange(Instructions.size())); in run() 345 LiveRanges.resize(NumAllocas, LiveRange(Instructions.size())); in run()
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/ |
H A D | ASanStackFrameLayout.cpp | 121 SB.resize(Vars[0].Offset / Granularity, kAsanStackLeftRedzoneMagic); in GetShadowBytes() 123 SB.resize(Var.Offset / Granularity, kAsanStackMidRedzoneMagic); in GetShadowBytes() 125 SB.resize(SB.size() + Var.Size / Granularity, 0); in GetShadowBytes() 129 SB.resize(Layout.FrameSize / Granularity, kAsanStackRightRedzoneMagic); in GetShadowBytes()
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
H A D | Scalarizer.cpp | 297 Tmp.resize(Size, nullptr); in INITIALIZE_PASS_DEPENDENCY() 299 CachePtr->resize(Size, nullptr); in INITIALIZE_PASS_DEPENDENCY() 519 Res.resize(NumElems); in splitUnary() 541 Res.resize(NumElems); in splitBinary() 583 Scattered.resize(NumArgs); in splitCall() 641 Res.resize(NumElems); in visitSelectInst() 699 Ops.resize(NumIndices); in visitGetElementPtrInst() 712 Res.resize(NumElems); in visitGetElementPtrInst() 715 Indices.resize(NumIndices); in visitGetElementPtrInst() 738 Res.resize(NumElems); in visitCastInst() [all …]
|
/openbsd-src/gnu/lib/libstdc++/libstdc++/testsuite/23_containers/ |
H A D | list_capacity.cc | 47 list0101.resize(3, 2); in test01() 57 list0101.resize(0); in test01()
|
/openbsd-src/gnu/llvm/lldb/source/Host/macosx/cfcpp/ |
H A D | CFCString.cpp | 96 str.resize(max_utf8_str_len); in UTF8() 99 str.resize(strlen(str.c_str())); in UTF8() 132 str.resize(max_length); in FileSystemRepresentation()
|
/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/ |
H A D | CFString.cpp | 100 str.resize(max_utf8_str_len); in UTF8() 103 str.resize(strlen(str.c_str())); in UTF8() 124 str.resize(max_length); in FileSystemRepresentation()
|
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/ |
H A D | UDTLayout.cpp | 57 UsedBytes.resize(SizeOf, true); in LayoutItemBase() 117 UsedBytes.resize(LayoutSize); in UDTLayoutBase() 136 ImmediateUsedBytes.resize(SizeOf, false); in ClassLayout() 162 UsedBytes.resize(1); in BaseClassLayout() 290 ChildBytes.resize(UsedBytes.size()); in addChildToLayout()
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | ClangHost.cpp | 117 raw_path.resize(parent - r_end); in ComputeClangResourceDirectory() 134 raw_path.resize(parent - r_end); in ComputeClangResourceDirectory() 146 raw_path.resize(rev_it - r_end); in ComputeClangResourceDirectory()
|
/openbsd-src/gnu/llvm/libcxx/src/ |
H A D | valarray.cpp | 19 template void valarray<size_t>::resize(size_t, size_t); 28 __1d_.resize(__k); in __init()
|
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/DIA/ |
H A D | DIADataStream.cpp | 35 Record.resize(RecordSize); in getItemAtIndex() 49 Record.resize(RecordSize); in getNext()
|
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/MCTargetDesc/ |
H A D | ARMUnwindOpAsm.cpp | 167 Result.resize(RoundUpSize); in Finalize() 177 Result.resize(4); in Finalize() 183 Result.resize(RoundUpSize); in Finalize()
|
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/ |
H A D | PPCCCState.h | 53 IsFixed.resize(Ins.size(), true); in AnalyzeFormalArguments() 60 IsFixed.resize(Outs.size(), false); in AnalyzeCallOperands()
|
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
H A D | LatencyPriorityQueue.h | 54 NumNodesSolelyBlocking.resize(SUnits->size(), 0); in initNodes() 58 NumNodesSolelyBlocking.resize(SUnits->size(), 0); in addNode()
|