/llvm-project/llvm/include/llvm/ADT/ |
H A D | IndexedMap.h | 61 void resize(typename StorageT::size_type s) { in resize() function
|
H A D | PagedVector.h | 116 void resize(size_t NewSize) { in resize() function
|
H A D | PackedVector.h | 110 void resize(unsigned N) { Bits.resize(N << (BitNum - 1)); } in resize() function
|
H A D | DenseSet.h | 86 void resize(size_t Size) { TheMap.resize(Size); } in resize() function
|
H A D | SmallVector.h | 651 void resize(size_type N) { resizeImpl<false>(N); } resize() function 663 void resize(size_type N, ValueParamT NV) { resize() function
|
/llvm-project/llvm/lib/Bitcode/Reader/ |
H A D | ValueList.h | 49 void resize(unsigned N) { in resize() function
|
H A D | MetadataLoader.cpp | 127 void resize(unsigned N) { MetadataPtrs.resize(N); } in resize() function in __anonb496aee60111::BitcodeReaderMetadataList
|
/llvm-project/libcxx/test/support/ |
H A D | nasty_containers.h | 123 void resize(size_type sz) { v_.resize(sz); } in resize() function 124 void resize(size_type sz, const value_type& c) { v_.resize(sz, c); } in resize() function 254 void resize(size_type n) { l_.resize(n); } in resize() function 255 void resize(size_type n, const value_type& c) { l_.resize(n, c); } in resize() function
|
/llvm-project/compiler-rt/lib/scudo/standalone/ |
H A D | vector.h | 62 void resize(uptr NewSize) { in resize() function
|
/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | ScheduleDFS.h | 136 void resize(unsigned NumSUnits) { in resize() function
|
/llvm-project/libc/src/__support/CPP/ |
H A D | string.h | 140 LIBC_INLINE void resize(size_t size) { resize() function
|
/llvm-project/flang/runtime/ |
H A D | temporary-stack.cpp | 86 void DescriptorStorage<COPY_VALUES>::resize(size_type newCapacity) { in resize() function in DescriptorStorage
|
/llvm-project/clang/include/clang/AST/ |
H A D | ASTVector.h | 341 void resize(const ASTContext &C, unsigned N, const T &NV) { in resize() function
|
/llvm-project/mlir/lib/Dialect/Tosa/Transforms/ |
H A D | TosaValidation.cpp | 385 if (auto resize = dyn_cast<tosa::ResizeOp>(op)) { in levelCheckResize() local
|
/llvm-project/mlir/unittests/Analysis/Presburger/ |
H A D | MatrixTest.cpp | 172 TEST(MatrixTest, resize) { in TEST() argument
|
/llvm-project/llvm/include/llvm/Support/ |
H A D | OnDiskHashTable.h | 96 void resize(size_t NewSize) { in resize() function
|
/llvm-project/llvm/include/llvm/DebugInfo/ |
H A D | DIContext.h | 114 void resize(unsigned i) { Frames.resize(i); } resize() function
|
/llvm-project/mlir/lib/Analysis/Presburger/ |
H A D | Matrix.cpp | 98 void Matrix<T>::resize(unsigned newNRows, unsigned newNColumns) { in resize() function in Matrix
|
/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_common.h | 562 void resize(uptr new_size) { resize() function
|
/llvm-project/mlir/lib/IR/ |
H A D | OperationSupport.cpp | 333 MutableArrayRef<OpOperand> detail::OperandStorage::resize(Operation *owner, resize() function in detail::OperandStorage
|
/llvm-project/mlir/lib/Conversion/TosaToLinalg/ |
H A D | TosaToLinalg.cpp | 1459 auto resize = matchAndRewrite() local 1555 Value resize = genericOp.getResult(0); matchAndRewrite() local [all...] |
/llvm-project/openmp/runtime/src/ |
H A D | kmp_barrier.cpp | 128 void distributedBarrier::resize(size_t nthr) { in resize() function in distributedBarrier
|
H A D | kmp_affinity.h | 1377 void resize(kmp_uint32 nproc) { resize() function
|
/llvm-project/llvm/lib/IR/ |
H A D | Metadata.cpp | 705 void MDNode::Header::resize(size_t NumOps) { resize() function in MDNode::Header
|