Home
last modified time | relevance | path

Searched defs:resize (Results 1 – 24 of 24) sorted by relevance

/llvm-project/llvm/include/llvm/ADT/
H A DIndexedMap.h61 void resize(typename StorageT::size_type s) { in resize() function
H A DPagedVector.h116 void resize(size_t NewSize) { in resize() function
H A DPackedVector.h110 void resize(unsigned N) { Bits.resize(N << (BitNum - 1)); } in resize() function
H A DDenseSet.h86 void resize(size_t Size) { TheMap.resize(Size); } in resize() function
H A DSmallVector.h651 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 DValueList.h49 void resize(unsigned N) { in resize() function
H A DMetadataLoader.cpp127 void resize(unsigned N) { MetadataPtrs.resize(N); } in resize() function in __anonb496aee60111::BitcodeReaderMetadataList
/llvm-project/libcxx/test/support/
H A Dnasty_containers.h123 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 Dvector.h62 void resize(uptr NewSize) { in resize() function
/llvm-project/llvm/include/llvm/CodeGen/
H A DScheduleDFS.h136 void resize(unsigned NumSUnits) { in resize() function
/llvm-project/libc/src/__support/CPP/
H A Dstring.h140 LIBC_INLINE void resize(size_t size) { resize() function
/llvm-project/flang/runtime/
H A Dtemporary-stack.cpp86 void DescriptorStorage<COPY_VALUES>::resize(size_type newCapacity) { in resize() function in DescriptorStorage
/llvm-project/clang/include/clang/AST/
H A DASTVector.h341 void resize(const ASTContext &C, unsigned N, const T &NV) { in resize() function
/llvm-project/mlir/lib/Dialect/Tosa/Transforms/
H A DTosaValidation.cpp385 if (auto resize = dyn_cast<tosa::ResizeOp>(op)) { in levelCheckResize() local
/llvm-project/mlir/unittests/Analysis/Presburger/
H A DMatrixTest.cpp172 TEST(MatrixTest, resize) { in TEST() argument
/llvm-project/llvm/include/llvm/Support/
H A DOnDiskHashTable.h96 void resize(size_t NewSize) { in resize() function
/llvm-project/llvm/include/llvm/DebugInfo/
H A DDIContext.h114 void resize(unsigned i) { Frames.resize(i); } resize() function
/llvm-project/mlir/lib/Analysis/Presburger/
H A DMatrix.cpp98 void Matrix<T>::resize(unsigned newNRows, unsigned newNColumns) { in resize() function in Matrix
/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common.h562 void resize(uptr new_size) { resize() function
/llvm-project/mlir/lib/IR/
H A DOperationSupport.cpp333 MutableArrayRef<OpOperand> detail::OperandStorage::resize(Operation *owner, resize() function in detail::OperandStorage
/llvm-project/mlir/lib/Conversion/TosaToLinalg/
H A DTosaToLinalg.cpp1459 auto resize = matchAndRewrite() local
1555 Value resize = genericOp.getResult(0); matchAndRewrite() local
[all...]
/llvm-project/openmp/runtime/src/
H A Dkmp_barrier.cpp128 void distributedBarrier::resize(size_t nthr) { in resize() function in distributedBarrier
H A Dkmp_affinity.h1377 void resize(kmp_uint32 nproc) { resize() function
/llvm-project/llvm/lib/IR/
H A DMetadata.cpp705 void MDNode::Header::resize(size_t NumOps) { resize() function in MDNode::Header