Home
last modified time | relevance | path

Searched refs:nelems (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/libcxxabi/src/
H A Dfallback_malloc.cpp102 const size_t nelems = alloc_size(len); in fallback_malloc() local
112 if (p->len > nelems) { // chunk is larger, shorten, and return the tail in fallback_malloc()
115 p->len = static_cast<heap_size>(p->len - nelems); in fallback_malloc()
118 q->len = static_cast<heap_size>(nelems); in fallback_malloc()
122 if (p->len == nelems) { // exact size match in fallback_malloc()
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/
H A Dstackmap-dynamic-alloca.ll23 define void @f(i32 %nelems) {
25 %mem = alloca i32, i32 %nelems
/llvm-project-15.0.7/llvm/test/CodeGen/SystemZ/
H A Dstackmap-dynamic-alloca.ll23 define void @f(i32 %nelems) {
25 %mem = alloca i32, i32 %nelems
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dstackmap-dynamic-alloca.ll23 define void @f(i32 %nelems) {
25 %mem = alloca i32, i32 %nelems
/llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter-tests/
H A Doptnone-loops.cpp20 unsigned nelems) { in simple_memcpy_loop() argument
21 for (unsigned i = 0; i != nelems; ++i) in simple_memcpy_loop()
/llvm-project-15.0.7/flang/test/Fir/
H A Dconvert-to-llvm.fir246 func.func @test_string_with_shape(%len: index, %nelems: index) {
247 %1 = fir.allocmem !fir.array<?x!fir.char<1,?>>(%len : index), %nelems
1808 // Calculate nelems in dim1
1811 // Calculate nelems in dim2