idx
int64
0
2.11M
name
stringlengths
1
118k
code
stringlengths
6
516k
asm
stringlengths
21
4.64M
file
stringlengths
39
143
opt
stringclasses
1 value
path
stringlengths
20
133
1,300
double Omega_h::get_min<double>(Omega_h::Read<double>)
T get_min(Read<T> a) { auto const first = IntIterator(0); auto const last = IntIterator(a.size()); auto const init = promoted_t<T>(ArithTraits<T>::max()); auto const op = minimum<promoted_t<T>>(); auto transform = OMEGA_H_LAMBDA(LO i)->promoted_t<T> { return promoted_t<T>(a[i]); }; auto const r = tran...
pushq %rbp movq %rsp, %rbp subq $0xc0, %rsp movq %rdi, -0xa8(%rbp) movq %rdi, -0x48(%rbp) leaq -0x4c(%rbp), %rax movq %rax, -0x38(%rbp) movl $0x0, -0x3c(%rbp) movq -0x38(%rbp), %rax movl -0x3c(%rbp), %ecx movl %ecx, (%rax) movq %rdi, -0x20(%rbp) movq -0x20(%rbp), %rax movq %rax, -0x18(%rbp) movq -0x18(%rbp), %rax movq ...
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
gahansen[P]omega_h/src/Omega_h_array_ops.cpp
1,301
double Omega_h::transform_reduce<Omega_h::IntIterator, double Omega_h::get_min<double>(Omega_h::Read<double>)::'lambda'(int), double, Omega_h::minimum<double>>(double, double, double, Omega_h::minimum<double>, double Omega_h::get_min<double>(Omega_h::Read<double>)::'lambda'(int)&&)
Result transform_reduce( Iterator first, Iterator last, Result init, Op op, Tranform&& transform) { Omega_h::entering_parallel = true; auto const transform_local = std::move(transform); Omega_h::entering_parallel = false; for (; first != last; ++first) { init = op(std::move(init), transform_local(*first...
pushq %rbp movq %rsp, %rbp subq $0xa0, %rsp movl %edi, -0x3c(%rbp) movl %esi, -0x40(%rbp) movsd %xmm0, -0x50(%rbp) movq %rdx, -0x58(%rbp) movq 0x4a6307(%rip), %rax # 0x6f7c88 movb $0x1, (%rax) movq -0x58(%rbp), %rsi leaq -0x68(%rbp), %rdi callq 0x1ded60 movq 0x4a62f0(%rip), %rax # 0x6f7c88 movb $0x0, (%rax) leaq ...
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
gahansen[P]omega_h/src/Omega_h_reduce.hpp
1,302
double Omega_h::get_max<double>(Omega_h::Read<double>)
T get_max(Read<T> a) { auto const first = IntIterator(0); auto const last = IntIterator(a.size()); auto const init = promoted_t<T>(ArithTraits<T>::min()); auto const op = maximum<promoted_t<T>>(); auto transform = OMEGA_H_LAMBDA(LO i)->promoted_t<T> { return promoted_t<T>(a[i]); }; auto const r = tran...
pushq %rbp movq %rsp, %rbp subq $0xc0, %rsp movq %rdi, -0xa8(%rbp) movq %rdi, -0x48(%rbp) leaq -0x4c(%rbp), %rax movq %rax, -0x38(%rbp) movl $0x0, -0x3c(%rbp) movq -0x38(%rbp), %rax movl -0x3c(%rbp), %ecx movl %ecx, (%rax) movq %rdi, -0x20(%rbp) movq -0x20(%rbp), %rax movq %rax, -0x18(%rbp) movq -0x18(%rbp), %rax movq ...
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
gahansen[P]omega_h/src/Omega_h_array_ops.cpp
1,303
double Omega_h::transform_reduce<Omega_h::IntIterator, double Omega_h::get_max<double>(Omega_h::Read<double>)::'lambda'(int), double, Omega_h::maximum<double>>(double, double, double, Omega_h::maximum<double>, double Omega_h::get_max<double>(Omega_h::Read<double>)::'lambda'(int)&&)
Result transform_reduce( Iterator first, Iterator last, Result init, Op op, Tranform&& transform) { Omega_h::entering_parallel = true; auto const transform_local = std::move(transform); Omega_h::entering_parallel = false; for (; first != last; ++first) { init = op(std::move(init), transform_local(*first...
pushq %rbp movq %rsp, %rbp subq $0xa0, %rsp movl %edi, -0x3c(%rbp) movl %esi, -0x40(%rbp) movsd %xmm0, -0x50(%rbp) movq %rdx, -0x58(%rbp) movq 0x4a6047(%rip), %rax # 0x6f7c88 movb $0x1, (%rax) movq -0x58(%rbp), %rsi leaq -0x68(%rbp), %rdi callq 0x1e3960 movq 0x4a6030(%rip), %rax # 0x6f7c88 movb $0x0, (%rax) leaq ...
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
gahansen[P]omega_h/src/Omega_h_reduce.hpp
1,304
Omega_h::Promoted<double>::type Omega_h::get_sum<double>(std::shared_ptr<Omega_h::Comm>, Omega_h::Read<double>)
promoted_t<T> get_sum(CommPtr comm, Read<T> a) { return comm->allreduce(get_sum(a), OMEGA_H_SUM); }
pushq %rbp movq %rsp, %rbp subq $0x60, %rsp movq %rsi, -0x50(%rbp) movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) callq 0x1d9de0 movq -0x50(%rbp), %rsi movq %rax, -0x48(%rbp) leaq -0x20(%rbp), %rdi movq %rdi, -0x40(%rbp) callq 0x1cae10 movq -0x40(%rbp), %rdi callq 0x1ce5a0 movsd %xmm0, -0x38(%rbp) jmp 0x251dce movsd -0x3...
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
gahansen[P]omega_h/src/Omega_h_array_ops.cpp
1,305
double Omega_h::get_min<double>(std::shared_ptr<Omega_h::Comm>, Omega_h::Read<double>)
T get_min(CommPtr comm, Read<T> a) { return comm->allreduce(get_min(a), OMEGA_H_MIN); }
pushq %rbp movq %rsp, %rbp subq $0x60, %rsp movq %rsi, -0x50(%rbp) movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) callq 0x1d9de0 movq -0x50(%rbp), %rsi movq %rax, -0x48(%rbp) leaq -0x20(%rbp), %rdi movq %rdi, -0x40(%rbp) callq 0x1cae10 movq -0x40(%rbp), %rdi callq 0x1c07c0 movsd %xmm0, -0x38(%rbp) jmp 0x251e5e movsd -0x3...
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
gahansen[P]omega_h/src/Omega_h_array_ops.cpp
1,306
double Omega_h::get_max<double>(std::shared_ptr<Omega_h::Comm>, Omega_h::Read<double>)
T get_max(CommPtr comm, Read<T> a) { return comm->allreduce(get_max(a), OMEGA_H_MAX); }
pushq %rbp movq %rsp, %rbp subq $0x60, %rsp movq %rsi, -0x50(%rbp) movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) callq 0x1d9de0 movq -0x50(%rbp), %rsi movq %rax, -0x48(%rbp) leaq -0x20(%rbp), %rdi movq %rdi, -0x40(%rbp) callq 0x1cae10 movq -0x40(%rbp), %rdi callq 0x1e1a60 movsd %xmm0, -0x38(%rbp) jmp 0x251eee movsd -0x3...
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
gahansen[P]omega_h/src/Omega_h_array_ops.cpp
1,307
Omega_h::MinMax<double> Omega_h::get_minmax<double>(std::shared_ptr<Omega_h::Comm>, Omega_h::Read<double>)
MinMax<T> get_minmax(CommPtr comm, Read<T> a) { return {get_min(comm, a), get_max(comm, a)}; }
pushq %rbp movq %rsp, %rbp subq $0xa0, %rsp movq %rsi, %rax movq %rdi, %rsi movq %rsi, -0x88(%rbp) movq %rax, -0x78(%rbp) movq %rsi, -0x18(%rbp) movq %rax, -0x20(%rbp) leaq -0x10(%rbp), %rax movq %rax, -0x80(%rbp) leaq -0x30(%rbp), %rdi callq 0x1d9d90 movq -0x78(%rbp), %rsi leaq -0x40(%rbp), %rdi callq 0x1cae10 jmp 0x2...
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
gahansen[P]omega_h/src/Omega_h_array_ops.cpp
1,308
Omega_h::Write<double> Omega_h::multiply_each<double>(Omega_h::Read<double>, Omega_h::Read<double>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&)
Write<T> multiply_each(Read<T> a, Read<T> b, std::string const& name) { Write<T> c(a.size(), name); if (b.size() == 0) { OMEGA_H_CHECK(a.size() == 0); return c; } auto width = divide_no_remainder(a.size(), b.size()); auto f = OMEGA_H_LAMBDA(LO i) { for (Int j = 0; j < width; ++j) { c[i * wid...
pushq %rbp movq %rsp, %rbp subq $0x1a0, %rsp # imm = 0x1A0 movq %rdx, -0x160(%rbp) movq %rsi, -0x158(%rbp) movq %rdi, -0x150(%rbp) movq %rdi, %rax movq %rax, -0x148(%rbp) movq %rdi, -0xc8(%rbp) movq %rsi, -0xd0(%rbp) movq %rdx, -0xd8(%rbp) movq %rcx, -0xe0(%rbp) movb $0x0, -0xe1(%rbp) movq %rsi, -0x98(%rbp) ...
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
gahansen[P]omega_h/src/Omega_h_array_ops.cpp
1,309
void Omega_h::parallel_for<Omega_h::Write<double> Omega_h::multiply_each<double>(Omega_h::Read<double>, Omega_h::Read<double>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&)::'lambda'(int)>(int, double const&, char const*)
void parallel_for(LO n, T const& f, char const* name = "") { #if defined(OMEGA_H_USE_KOKKOS) if (n > 0) Kokkos::parallel_for(name, policy(n), f); #else (void)name; auto const first = IntIterator(0); auto const last = IntIterator(n); auto f2 = f; ::Omega_h::for_each(first, last, std::move(f2)); #endif }
pushq %rbp movq %rsp, %rbp subq $0x90, %rsp movl %edi, -0x20(%rbp) movq %rsi, -0x28(%rbp) movq %rdx, -0x30(%rbp) leaq -0x34(%rbp), %rax movq %rax, -0x18(%rbp) movl $0x0, -0x1c(%rbp) movq -0x18(%rbp), %rax movl -0x1c(%rbp), %ecx movl %ecx, (%rax) movl -0x20(%rbp), %eax leaq -0x38(%rbp), %rcx movq %rcx, -0x8(%rbp) movl %...
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
gahansen[P]omega_h/src/Omega_h_for.hpp
1,310
Omega_h::Read<double> Omega_h::multiply_each_by<double>(Omega_h::Read<double>, double)
Read<T> multiply_each_by(Read<T> a, T b) { Write<T> c(a.size()); auto f = OMEGA_H_LAMBDA(LO i) { c[i] = a[i] * b; }; parallel_for(a.size(), f, "multiply_each_by"); return c; }
pushq %rbp movq %rsp, %rbp subq $0x120, %rsp # imm = 0x120 movq %rsi, -0xf8(%rbp) movq %rdi, -0xf0(%rbp) movq %rdi, %rax movq %rax, -0xe8(%rbp) movq %rdi, -0x48(%rbp) movq %rsi, -0x50(%rbp) movsd %xmm0, -0x58(%rbp) movq %rsi, -0x38(%rbp) movq -0x38(%rbp), %rax movq %rax, -0x30(%rbp) movq -0x30(%rbp), %rax mo...
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
gahansen[P]omega_h/src/Omega_h_array_ops.cpp
1,311
void Omega_h::parallel_for<Omega_h::Read<double> Omega_h::multiply_each_by<double>(Omega_h::Read<double>, double)::'lambda'(int)>(int, double const&, char const*)
void parallel_for(LO n, T const& f, char const* name = "") { #if defined(OMEGA_H_USE_KOKKOS) if (n > 0) Kokkos::parallel_for(name, policy(n), f); #else (void)name; auto const first = IntIterator(0); auto const last = IntIterator(n); auto f2 = f; ::Omega_h::for_each(first, last, std::move(f2)); #endif }
pushq %rbp movq %rsp, %rbp subq $0x80, %rsp movl %edi, -0x20(%rbp) movq %rsi, -0x28(%rbp) movq %rdx, -0x30(%rbp) leaq -0x34(%rbp), %rax movq %rax, -0x18(%rbp) movl $0x0, -0x1c(%rbp) movq -0x18(%rbp), %rax movl -0x1c(%rbp), %ecx movl %ecx, (%rax) movl -0x20(%rbp), %eax leaq -0x38(%rbp), %rcx movq %rcx, -0x8(%rbp) movl %...
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
gahansen[P]omega_h/src/Omega_h_for.hpp
1,312
Omega_h::Read<double> Omega_h::divide_each_by<double>(Omega_h::Read<double>, double)
Read<T> divide_each_by(Read<T> a, T b) { Write<T> c(a.size()); auto f = OMEGA_H_LAMBDA(LO i) { c[i] = a[i] / b; }; parallel_for(a.size(), f, "divide_each_by"); return c; }
pushq %rbp movq %rsp, %rbp subq $0x120, %rsp # imm = 0x120 movq %rsi, -0xf8(%rbp) movq %rdi, -0xf0(%rbp) movq %rdi, %rax movq %rax, -0xe8(%rbp) movq %rdi, -0x48(%rbp) movq %rsi, -0x50(%rbp) movsd %xmm0, -0x58(%rbp) movq %rsi, -0x38(%rbp) movq -0x38(%rbp), %rax movq %rax, -0x30(%rbp) movq -0x30(%rbp), %rax mo...
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
gahansen[P]omega_h/src/Omega_h_array_ops.cpp
1,313
void Omega_h::parallel_for<Omega_h::Read<double> Omega_h::divide_each_by<double>(Omega_h::Read<double>, double)::'lambda'(int)>(int, double const&, char const*)
void parallel_for(LO n, T const& f, char const* name = "") { #if defined(OMEGA_H_USE_KOKKOS) if (n > 0) Kokkos::parallel_for(name, policy(n), f); #else (void)name; auto const first = IntIterator(0); auto const last = IntIterator(n); auto f2 = f; ::Omega_h::for_each(first, last, std::move(f2)); #endif }
pushq %rbp movq %rsp, %rbp subq $0x80, %rsp movl %edi, -0x20(%rbp) movq %rsi, -0x28(%rbp) movq %rdx, -0x30(%rbp) leaq -0x34(%rbp), %rax movq %rax, -0x18(%rbp) movl $0x0, -0x1c(%rbp) movq -0x18(%rbp), %rax movl -0x1c(%rbp), %ecx movl %ecx, (%rax) movl -0x20(%rbp), %eax leaq -0x38(%rbp), %rcx movq %rcx, -0x8(%rbp) movl %...
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
gahansen[P]omega_h/src/Omega_h_for.hpp
1,314
Omega_h::Write<double> Omega_h::divide_each<double>(Omega_h::Read<double>, Omega_h::Read<double>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&)
Write<T> divide_each(Read<T> a, Read<T> b, std::string const& name) { auto width = divide_no_remainder(a.size(), b.size()); Write<T> c(a.size(), name); auto f = OMEGA_H_LAMBDA(LO i) { for (Int j = 0; j < width; ++j) { c[i * width + j] = a[i * width + j] / b[i]; } }; parallel_for(b.size(), f, "di...
pushq %rbp movq %rsp, %rbp subq $0x150, %rsp # imm = 0x150 movq %rdx, -0x118(%rbp) movq %rsi, -0x110(%rbp) movq %rdi, -0x108(%rbp) movq %rdi, %rax movq %rax, -0x100(%rbp) movq %rdi, -0x88(%rbp) movq %rsi, -0x90(%rbp) movq %rdx, -0x98(%rbp) movq %rcx, -0xa0(%rbp) movq %rsi, -0x68(%rbp) movq -0x68(%rbp), %rax ...
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
gahansen[P]omega_h/src/Omega_h_array_ops.cpp
1,315
void Omega_h::parallel_for<Omega_h::Write<double> Omega_h::divide_each<double>(Omega_h::Read<double>, Omega_h::Read<double>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&)::'lambda'(int)>(int, double const&, char const*)
void parallel_for(LO n, T const& f, char const* name = "") { #if defined(OMEGA_H_USE_KOKKOS) if (n > 0) Kokkos::parallel_for(name, policy(n), f); #else (void)name; auto const first = IntIterator(0); auto const last = IntIterator(n); auto f2 = f; ::Omega_h::for_each(first, last, std::move(f2)); #endif }
pushq %rbp movq %rsp, %rbp subq $0x90, %rsp movl %edi, -0x20(%rbp) movq %rsi, -0x28(%rbp) movq %rdx, -0x30(%rbp) leaq -0x34(%rbp), %rax movq %rax, -0x18(%rbp) movl $0x0, -0x1c(%rbp) movq -0x18(%rbp), %rax movl -0x1c(%rbp), %ecx movl %ecx, (%rax) movl -0x20(%rbp), %eax leaq -0x38(%rbp), %rcx movq %rcx, -0x8(%rbp) movl %...
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
gahansen[P]omega_h/src/Omega_h_for.hpp
1,316
Omega_h::Read<double> Omega_h::add_each<double>(Omega_h::Read<double>, Omega_h::Read<double>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&)
Read<T> add_each(Read<T> a, Read<T> b, std::string const& name) { OMEGA_H_CHECK(a.size() == b.size()); Write<T> c(a.size(), name); auto f = OMEGA_H_LAMBDA(LO i) { c[i] = a[i] + b[i]; }; parallel_for(c.size(), f, "add_each"); return c; }
pushq %rbp movq %rsp, %rbp subq $0x160, %rsp # imm = 0x160 movq %rdx, -0x120(%rbp) movq %rsi, -0x118(%rbp) movq %rdi, -0x110(%rbp) movq %rdi, %rax movq %rax, -0x108(%rbp) movq %rdi, -0x80(%rbp) movq %rsi, -0x88(%rbp) movq %rdx, -0x90(%rbp) movq %rcx, -0x98(%rbp) movq %rsi, -0x68(%rbp) movq -0x68(%rbp), %rax ...
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
gahansen[P]omega_h/src/Omega_h_array_ops.cpp
1,317
void Omega_h::parallel_for<Omega_h::Read<double> Omega_h::add_each<double>(Omega_h::Read<double>, Omega_h::Read<double>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&)::'lambda'(int)>(int, double const&, char const*)
void parallel_for(LO n, T const& f, char const* name = "") { #if defined(OMEGA_H_USE_KOKKOS) if (n > 0) Kokkos::parallel_for(name, policy(n), f); #else (void)name; auto const first = IntIterator(0); auto const last = IntIterator(n); auto f2 = f; ::Omega_h::for_each(first, last, std::move(f2)); #endif }
pushq %rbp movq %rsp, %rbp subq $0x90, %rsp movl %edi, -0x20(%rbp) movq %rsi, -0x28(%rbp) movq %rdx, -0x30(%rbp) leaq -0x34(%rbp), %rax movq %rax, -0x18(%rbp) movl $0x0, -0x1c(%rbp) movq -0x18(%rbp), %rax movl -0x1c(%rbp), %ecx movl %ecx, (%rax) movl -0x20(%rbp), %eax leaq -0x38(%rbp), %rcx movq %rcx, -0x8(%rbp) movl %...
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
gahansen[P]omega_h/src/Omega_h_for.hpp
1,318
Omega_h::Read<double> Omega_h::subtract_each<double>(Omega_h::Read<double>, Omega_h::Read<double>)
Read<T> subtract_each(Read<T> a, Read<T> b) { OMEGA_H_CHECK(a.size() == b.size()); Write<T> c(a.size()); auto f = OMEGA_H_LAMBDA(LO i) { c[i] = a[i] - b[i]; }; parallel_for(c.size(), f, "subtract_each"); return c; }
pushq %rbp movq %rsp, %rbp subq $0x180, %rsp # imm = 0x180 movq %rdx, -0x140(%rbp) movq %rsi, -0x138(%rbp) movq %rdi, -0x130(%rbp) movq %rdi, %rax movq %rax, -0x128(%rbp) movq %rdi, -0x80(%rbp) movq %rsi, -0x88(%rbp) movq %rdx, -0x90(%rbp) movq %rsi, -0x68(%rbp) movq -0x68(%rbp), %rax movq %rax, -0x60(%rbp) ...
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
gahansen[P]omega_h/src/Omega_h_array_ops.cpp
1,319
void Omega_h::parallel_for<Omega_h::Read<double> Omega_h::subtract_each<double>(Omega_h::Read<double>, Omega_h::Read<double>)::'lambda'(int)>(int, double const&, char const*)
void parallel_for(LO n, T const& f, char const* name = "") { #if defined(OMEGA_H_USE_KOKKOS) if (n > 0) Kokkos::parallel_for(name, policy(n), f); #else (void)name; auto const first = IntIterator(0); auto const last = IntIterator(n); auto f2 = f; ::Omega_h::for_each(first, last, std::move(f2)); #endif }
pushq %rbp movq %rsp, %rbp subq $0x90, %rsp movl %edi, -0x20(%rbp) movq %rsi, -0x28(%rbp) movq %rdx, -0x30(%rbp) leaq -0x34(%rbp), %rax movq %rax, -0x18(%rbp) movl $0x0, -0x1c(%rbp) movq -0x18(%rbp), %rax movl -0x1c(%rbp), %ecx movl %ecx, (%rax) movl -0x20(%rbp), %eax leaq -0x38(%rbp), %rcx movq %rcx, -0x8(%rbp) movl %...
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
gahansen[P]omega_h/src/Omega_h_for.hpp
1,320
Omega_h::Read<double> Omega_h::min_each<double>(Omega_h::Read<double>, Omega_h::Read<double>)
Read<T> min_each(Read<T> a, Read<T> b) { OMEGA_H_CHECK(a.size() == b.size()); Write<T> c(a.size()); auto f = OMEGA_H_LAMBDA(LO i) { c[i] = min2(a[i], b[i]); }; parallel_for(c.size(), f, "min_each"); return c; }
pushq %rbp movq %rsp, %rbp subq $0x180, %rsp # imm = 0x180 movq %rdx, -0x140(%rbp) movq %rsi, -0x138(%rbp) movq %rdi, -0x130(%rbp) movq %rdi, %rax movq %rax, -0x128(%rbp) movq %rdi, -0x80(%rbp) movq %rsi, -0x88(%rbp) movq %rdx, -0x90(%rbp) movq %rsi, -0x68(%rbp) movq -0x68(%rbp), %rax movq %rax, -0x60(%rbp) ...
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
gahansen[P]omega_h/src/Omega_h_array_ops.cpp
1,321
void Omega_h::parallel_for<Omega_h::Read<double> Omega_h::min_each<double>(Omega_h::Read<double>, Omega_h::Read<double>)::'lambda'(int)>(int, double const&, char const*)
void parallel_for(LO n, T const& f, char const* name = "") { #if defined(OMEGA_H_USE_KOKKOS) if (n > 0) Kokkos::parallel_for(name, policy(n), f); #else (void)name; auto const first = IntIterator(0); auto const last = IntIterator(n); auto f2 = f; ::Omega_h::for_each(first, last, std::move(f2)); #endif }
pushq %rbp movq %rsp, %rbp subq $0x90, %rsp movl %edi, -0x20(%rbp) movq %rsi, -0x28(%rbp) movq %rdx, -0x30(%rbp) leaq -0x34(%rbp), %rax movq %rax, -0x18(%rbp) movl $0x0, -0x1c(%rbp) movq -0x18(%rbp), %rax movl -0x1c(%rbp), %ecx movl %ecx, (%rax) movl -0x20(%rbp), %eax leaq -0x38(%rbp), %rcx movq %rcx, -0x8(%rbp) movl %...
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
gahansen[P]omega_h/src/Omega_h_for.hpp
1,322
Omega_h::Read<double> Omega_h::max_each<double>(Omega_h::Read<double>, Omega_h::Read<double>)
Read<T> max_each(Read<T> a, Read<T> b) { OMEGA_H_CHECK(a.size() == b.size()); Write<T> c(a.size()); auto f = OMEGA_H_LAMBDA(LO i) { c[i] = max2(a[i], b[i]); }; parallel_for(c.size(), f, "max_each"); return c; }
pushq %rbp movq %rsp, %rbp subq $0x180, %rsp # imm = 0x180 movq %rdx, -0x140(%rbp) movq %rsi, -0x138(%rbp) movq %rdi, -0x130(%rbp) movq %rdi, %rax movq %rax, -0x128(%rbp) movq %rdi, -0x80(%rbp) movq %rsi, -0x88(%rbp) movq %rdx, -0x90(%rbp) movq %rsi, -0x68(%rbp) movq -0x68(%rbp), %rax movq %rax, -0x60(%rbp) ...
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
gahansen[P]omega_h/src/Omega_h_array_ops.cpp
1,323
void Omega_h::parallel_for<Omega_h::Read<double> Omega_h::max_each<double>(Omega_h::Read<double>, Omega_h::Read<double>)::'lambda'(int)>(int, double const&, char const*)
void parallel_for(LO n, T const& f, char const* name = "") { #if defined(OMEGA_H_USE_KOKKOS) if (n > 0) Kokkos::parallel_for(name, policy(n), f); #else (void)name; auto const first = IntIterator(0); auto const last = IntIterator(n); auto f2 = f; ::Omega_h::for_each(first, last, std::move(f2)); #endif }
pushq %rbp movq %rsp, %rbp subq $0x90, %rsp movl %edi, -0x20(%rbp) movq %rsi, -0x28(%rbp) movq %rdx, -0x30(%rbp) leaq -0x34(%rbp), %rax movq %rax, -0x18(%rbp) movl $0x0, -0x1c(%rbp) movq -0x18(%rbp), %rax movl -0x1c(%rbp), %ecx movl %ecx, (%rax) movl -0x20(%rbp), %eax leaq -0x38(%rbp), %rcx movq %rcx, -0x8(%rbp) movl %...
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
gahansen[P]omega_h/src/Omega_h_for.hpp
1,324
Omega_h::Read<double> Omega_h::ternary_each<double>(Omega_h::Read<signed char>, Omega_h::Read<double>, Omega_h::Read<double>)
Read<T> ternary_each(Bytes cond, Read<T> a, Read<T> b) { OMEGA_H_CHECK(a.size() == b.size()); auto width = divide_no_remainder(a.size(), cond.size()); Write<T> c(a.size()); auto f = OMEGA_H_LAMBDA(LO i) { c[i] = cond[i / width] ? a[i] : b[i]; }; parallel_for(c.size(), f, "ternary_each"); return c; }
pushq %rbp movq %rsp, %rbp subq $0x210, %rsp # imm = 0x210 movq %rcx, -0x1b0(%rbp) movq %rdx, -0x1a8(%rbp) movq %rsi, -0x1a0(%rbp) movq %rdi, -0x198(%rbp) movq %rdi, %rax movq %rax, -0x190(%rbp) movq %rdi, -0xc0(%rbp) movq %rsi, -0xc8(%rbp) movq %rdx, -0xd0(%rbp) movq %rcx, -0xd8(%rbp) movq %rdx, -0x90(%rbp)...
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
gahansen[P]omega_h/src/Omega_h_array_ops.cpp
1,325
void Omega_h::parallel_for<Omega_h::Read<double> Omega_h::ternary_each<double>(Omega_h::Read<signed char>, Omega_h::Read<double>, Omega_h::Read<double>)::'lambda'(int)>(int, double const&, char const*)
void parallel_for(LO n, T const& f, char const* name = "") { #if defined(OMEGA_H_USE_KOKKOS) if (n > 0) Kokkos::parallel_for(name, policy(n), f); #else (void)name; auto const first = IntIterator(0); auto const last = IntIterator(n); auto f2 = f; ::Omega_h::for_each(first, last, std::move(f2)); #endif }
pushq %rbp movq %rsp, %rbp subq $0xa0, %rsp movl %edi, -0x20(%rbp) movq %rsi, -0x28(%rbp) movq %rdx, -0x30(%rbp) leaq -0x34(%rbp), %rax movq %rax, -0x18(%rbp) movl $0x0, -0x1c(%rbp) movq -0x18(%rbp), %rax movl -0x1c(%rbp), %ecx movl %ecx, (%rax) movl -0x20(%rbp), %eax leaq -0x38(%rbp), %rcx movq %rcx, -0x8(%rbp) movl %...
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
gahansen[P]omega_h/src/Omega_h_for.hpp
1,326
Omega_h::Read<double> Omega_h::each_max_with<double>(Omega_h::Read<double>, double)
Read<T> each_max_with(Read<T> a, T b) { Write<T> c(a.size()); auto f = OMEGA_H_LAMBDA(LO i) { c[i] = max2(a[i], b); }; parallel_for(c.size(), f, "each_max_with"); return c; }
pushq %rbp movq %rsp, %rbp subq $0x110, %rsp # imm = 0x110 movq %rsi, -0xf0(%rbp) movq %rdi, -0xe8(%rbp) movq %rdi, %rax movq %rax, -0xe0(%rbp) movq %rdi, -0x40(%rbp) movq %rsi, -0x48(%rbp) movsd %xmm0, -0x50(%rbp) movq %rsi, -0x38(%rbp) movq -0x38(%rbp), %rax movq %rax, -0x30(%rbp) movq -0x30(%rbp), %rax mo...
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
gahansen[P]omega_h/src/Omega_h_array_ops.cpp
1,327
void Omega_h::parallel_for<Omega_h::Read<double> Omega_h::each_max_with<double>(Omega_h::Read<double>, double)::'lambda'(int)>(int, double const&, char const*)
void parallel_for(LO n, T const& f, char const* name = "") { #if defined(OMEGA_H_USE_KOKKOS) if (n > 0) Kokkos::parallel_for(name, policy(n), f); #else (void)name; auto const first = IntIterator(0); auto const last = IntIterator(n); auto f2 = f; ::Omega_h::for_each(first, last, std::move(f2)); #endif }
pushq %rbp movq %rsp, %rbp subq $0x80, %rsp movl %edi, -0x20(%rbp) movq %rsi, -0x28(%rbp) movq %rdx, -0x30(%rbp) leaq -0x34(%rbp), %rax movq %rax, -0x18(%rbp) movl $0x0, -0x1c(%rbp) movq -0x18(%rbp), %rax movl -0x1c(%rbp), %ecx movl %ecx, (%rax) movl -0x20(%rbp), %eax leaq -0x38(%rbp), %rcx movq %rcx, -0x8(%rbp) movl %...
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
gahansen[P]omega_h/src/Omega_h_for.hpp
1,328
Omega_h::Read<double> Omega_h::add_to_each<double>(Omega_h::Read<double>, double)
Read<T> add_to_each(Read<T> a, T b) { Write<T> c(a.size()); auto f = OMEGA_H_LAMBDA(LO i) { c[i] = a[i] + b; }; parallel_for(c.size(), f, "add_to_each"); return c; }
pushq %rbp movq %rsp, %rbp subq $0x110, %rsp # imm = 0x110 movq %rsi, -0xf0(%rbp) movq %rdi, -0xe8(%rbp) movq %rdi, %rax movq %rax, -0xe0(%rbp) movq %rdi, -0x40(%rbp) movq %rsi, -0x48(%rbp) movsd %xmm0, -0x50(%rbp) movq %rsi, -0x38(%rbp) movq -0x38(%rbp), %rax movq %rax, -0x30(%rbp) movq -0x30(%rbp), %rax mo...
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
gahansen[P]omega_h/src/Omega_h_array_ops.cpp
1,329
void Omega_h::parallel_for<Omega_h::Read<double> Omega_h::add_to_each<double>(Omega_h::Read<double>, double)::'lambda'(int)>(int, double const&, char const*)
void parallel_for(LO n, T const& f, char const* name = "") { #if defined(OMEGA_H_USE_KOKKOS) if (n > 0) Kokkos::parallel_for(name, policy(n), f); #else (void)name; auto const first = IntIterator(0); auto const last = IntIterator(n); auto f2 = f; ::Omega_h::for_each(first, last, std::move(f2)); #endif }
pushq %rbp movq %rsp, %rbp subq $0x80, %rsp movl %edi, -0x20(%rbp) movq %rsi, -0x28(%rbp) movq %rdx, -0x30(%rbp) leaq -0x34(%rbp), %rax movq %rax, -0x18(%rbp) movl $0x0, -0x1c(%rbp) movq -0x18(%rbp), %rax movl -0x1c(%rbp), %ecx movl %ecx, (%rax) movl -0x20(%rbp), %eax leaq -0x38(%rbp), %rcx movq %rcx, -0x8(%rbp) movl %...
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
gahansen[P]omega_h/src/Omega_h_for.hpp
1,330
Omega_h::Read<double> Omega_h::subtract_from_each<double>(Omega_h::Read<double>, double)
Read<T> subtract_from_each(Read<T> a, T b) { Write<T> c(a.size()); auto f = OMEGA_H_LAMBDA(LO i) { c[i] = a[i] - b; }; parallel_for(c.size(), f, "subtract_from_each"); return c; }
pushq %rbp movq %rsp, %rbp subq $0x110, %rsp # imm = 0x110 movq %rsi, -0xf0(%rbp) movq %rdi, -0xe8(%rbp) movq %rdi, %rax movq %rax, -0xe0(%rbp) movq %rdi, -0x40(%rbp) movq %rsi, -0x48(%rbp) movsd %xmm0, -0x50(%rbp) movq %rsi, -0x38(%rbp) movq -0x38(%rbp), %rax movq %rax, -0x30(%rbp) movq -0x30(%rbp), %rax mo...
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
gahansen[P]omega_h/src/Omega_h_array_ops.cpp
1,331
void Omega_h::parallel_for<Omega_h::Read<double> Omega_h::subtract_from_each<double>(Omega_h::Read<double>, double)::'lambda'(int)>(int, double const&, char const*)
void parallel_for(LO n, T const& f, char const* name = "") { #if defined(OMEGA_H_USE_KOKKOS) if (n > 0) Kokkos::parallel_for(name, policy(n), f); #else (void)name; auto const first = IntIterator(0); auto const last = IntIterator(n); auto f2 = f; ::Omega_h::for_each(first, last, std::move(f2)); #endif }
pushq %rbp movq %rsp, %rbp subq $0x80, %rsp movl %edi, -0x20(%rbp) movq %rsi, -0x28(%rbp) movq %rdx, -0x30(%rbp) leaq -0x34(%rbp), %rax movq %rax, -0x18(%rbp) movl $0x0, -0x1c(%rbp) movq -0x18(%rbp), %rax movl -0x1c(%rbp), %ecx movl %ecx, (%rax) movl -0x20(%rbp), %eax leaq -0x38(%rbp), %rcx movq %rcx, -0x8(%rbp) movl %...
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
gahansen[P]omega_h/src/Omega_h_for.hpp
1,332
Omega_h::Read<signed char> Omega_h::each_geq_to<double>(Omega_h::Read<double>, double)
Bytes each_geq_to(Read<T> a, T b) { Write<I8> c(a.size()); auto f = OMEGA_H_LAMBDA(LO i) { c[i] = (a[i] >= b); }; parallel_for(c.size(), f, "each_geq_to"); return c; }
pushq %rbp movq %rsp, %rbp subq $0x110, %rsp # imm = 0x110 movq %rsi, -0xf0(%rbp) movq %rdi, -0xe8(%rbp) movq %rdi, %rax movq %rax, -0xe0(%rbp) movq %rdi, -0x40(%rbp) movq %rsi, -0x48(%rbp) movsd %xmm0, -0x50(%rbp) movq %rsi, -0x30(%rbp) movq -0x30(%rbp), %rax movq %rax, -0x28(%rbp) movq -0x28(%rbp), %rax mo...
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
gahansen[P]omega_h/src/Omega_h_array_ops.cpp
1,333
void Omega_h::parallel_for<Omega_h::Read<signed char> Omega_h::each_geq_to<double>(Omega_h::Read<double>, double)::'lambda'(int)>(int, double const&, char const*)
void parallel_for(LO n, T const& f, char const* name = "") { #if defined(OMEGA_H_USE_KOKKOS) if (n > 0) Kokkos::parallel_for(name, policy(n), f); #else (void)name; auto const first = IntIterator(0); auto const last = IntIterator(n); auto f2 = f; ::Omega_h::for_each(first, last, std::move(f2)); #endif }
pushq %rbp movq %rsp, %rbp subq $0x80, %rsp movl %edi, -0x20(%rbp) movq %rsi, -0x28(%rbp) movq %rdx, -0x30(%rbp) leaq -0x34(%rbp), %rax movq %rax, -0x18(%rbp) movl $0x0, -0x1c(%rbp) movq -0x18(%rbp), %rax movl -0x1c(%rbp), %ecx movl %ecx, (%rax) movl -0x20(%rbp), %eax leaq -0x38(%rbp), %rcx movq %rcx, -0x8(%rbp) movl %...
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
gahansen[P]omega_h/src/Omega_h_for.hpp
1,334
Omega_h::Read<signed char> Omega_h::each_leq_to<double>(Omega_h::Read<double>, double)
Bytes each_leq_to(Read<T> a, T b) { Write<I8> c(a.size()); auto f = OMEGA_H_LAMBDA(LO i) { c[i] = (a[i] <= b); }; parallel_for(c.size(), f, "each_leq_to"); return c; }
pushq %rbp movq %rsp, %rbp subq $0x110, %rsp # imm = 0x110 movq %rsi, -0xf0(%rbp) movq %rdi, -0xe8(%rbp) movq %rdi, %rax movq %rax, -0xe0(%rbp) movq %rdi, -0x40(%rbp) movq %rsi, -0x48(%rbp) movsd %xmm0, -0x50(%rbp) movq %rsi, -0x30(%rbp) movq -0x30(%rbp), %rax movq %rax, -0x28(%rbp) movq -0x28(%rbp), %rax mo...
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
gahansen[P]omega_h/src/Omega_h_array_ops.cpp
1,335
void Omega_h::parallel_for<Omega_h::Read<signed char> Omega_h::each_leq_to<double>(Omega_h::Read<double>, double)::'lambda'(int)>(int, double const&, char const*)
void parallel_for(LO n, T const& f, char const* name = "") { #if defined(OMEGA_H_USE_KOKKOS) if (n > 0) Kokkos::parallel_for(name, policy(n), f); #else (void)name; auto const first = IntIterator(0); auto const last = IntIterator(n); auto f2 = f; ::Omega_h::for_each(first, last, std::move(f2)); #endif }
pushq %rbp movq %rsp, %rbp subq $0x80, %rsp movl %edi, -0x20(%rbp) movq %rsi, -0x28(%rbp) movq %rdx, -0x30(%rbp) leaq -0x34(%rbp), %rax movq %rax, -0x18(%rbp) movl $0x0, -0x1c(%rbp) movq -0x18(%rbp), %rax movl -0x1c(%rbp), %ecx movl %ecx, (%rax) movl -0x20(%rbp), %eax leaq -0x38(%rbp), %rcx movq %rcx, -0x8(%rbp) movl %...
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
gahansen[P]omega_h/src/Omega_h_for.hpp
1,336
Omega_h::Read<signed char> Omega_h::each_gt<double>(Omega_h::Read<double>, double)
Bytes each_gt(Read<T> a, T b) { Write<I8> c(a.size()); auto f = OMEGA_H_LAMBDA(LO i) { c[i] = (a[i] > b); }; parallel_for(c.size(), f, "each_gt"); return c; }
pushq %rbp movq %rsp, %rbp subq $0x110, %rsp # imm = 0x110 movq %rsi, -0xf0(%rbp) movq %rdi, -0xe8(%rbp) movq %rdi, %rax movq %rax, -0xe0(%rbp) movq %rdi, -0x40(%rbp) movq %rsi, -0x48(%rbp) movsd %xmm0, -0x50(%rbp) movq %rsi, -0x30(%rbp) movq -0x30(%rbp), %rax movq %rax, -0x28(%rbp) movq -0x28(%rbp), %rax mo...
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
gahansen[P]omega_h/src/Omega_h_array_ops.cpp
1,337
void Omega_h::parallel_for<Omega_h::Read<signed char> Omega_h::each_gt<double>(Omega_h::Read<double>, double)::'lambda'(int)>(int, double const&, char const*)
void parallel_for(LO n, T const& f, char const* name = "") { #if defined(OMEGA_H_USE_KOKKOS) if (n > 0) Kokkos::parallel_for(name, policy(n), f); #else (void)name; auto const first = IntIterator(0); auto const last = IntIterator(n); auto f2 = f; ::Omega_h::for_each(first, last, std::move(f2)); #endif }
pushq %rbp movq %rsp, %rbp subq $0x80, %rsp movl %edi, -0x20(%rbp) movq %rsi, -0x28(%rbp) movq %rdx, -0x30(%rbp) leaq -0x34(%rbp), %rax movq %rax, -0x18(%rbp) movl $0x0, -0x1c(%rbp) movq -0x18(%rbp), %rax movl -0x1c(%rbp), %ecx movl %ecx, (%rax) movl -0x20(%rbp), %eax leaq -0x38(%rbp), %rcx movq %rcx, -0x8(%rbp) movl %...
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
gahansen[P]omega_h/src/Omega_h_for.hpp
1,338
Omega_h::Read<signed char> Omega_h::each_lt<double>(Omega_h::Read<double>, double)
Bytes each_lt(Read<T> a, T b) { Write<I8> c(a.size()); auto f = OMEGA_H_LAMBDA(LO i) { c[i] = (a[i] < b); }; parallel_for(c.size(), f, "each_lt"); return c; }
pushq %rbp movq %rsp, %rbp subq $0x110, %rsp # imm = 0x110 movq %rsi, -0xf0(%rbp) movq %rdi, -0xe8(%rbp) movq %rdi, %rax movq %rax, -0xe0(%rbp) movq %rdi, -0x40(%rbp) movq %rsi, -0x48(%rbp) movsd %xmm0, -0x50(%rbp) movq %rsi, -0x30(%rbp) movq -0x30(%rbp), %rax movq %rax, -0x28(%rbp) movq -0x28(%rbp), %rax mo...
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
gahansen[P]omega_h/src/Omega_h_array_ops.cpp
1,339
void Omega_h::parallel_for<Omega_h::Read<signed char> Omega_h::each_lt<double>(Omega_h::Read<double>, double)::'lambda'(int)>(int, double const&, char const*)
void parallel_for(LO n, T const& f, char const* name = "") { #if defined(OMEGA_H_USE_KOKKOS) if (n > 0) Kokkos::parallel_for(name, policy(n), f); #else (void)name; auto const first = IntIterator(0); auto const last = IntIterator(n); auto f2 = f; ::Omega_h::for_each(first, last, std::move(f2)); #endif }
pushq %rbp movq %rsp, %rbp subq $0x80, %rsp movl %edi, -0x20(%rbp) movq %rsi, -0x28(%rbp) movq %rdx, -0x30(%rbp) leaq -0x34(%rbp), %rax movq %rax, -0x18(%rbp) movl $0x0, -0x1c(%rbp) movq -0x18(%rbp), %rax movl -0x1c(%rbp), %ecx movl %ecx, (%rax) movl -0x20(%rbp), %eax leaq -0x38(%rbp), %rcx movq %rcx, -0x8(%rbp) movl %...
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
gahansen[P]omega_h/src/Omega_h_for.hpp
1,340
Omega_h::Read<signed char> Omega_h::each_neq_to<double>(Omega_h::Read<double>, double)
Bytes each_neq_to(Read<T> a, T b) { Write<I8> c(a.size()); auto f = OMEGA_H_LAMBDA(LO i) { c[i] = (a[i] != b); }; parallel_for(c.size(), f, "each_neq_to"); return c; }
pushq %rbp movq %rsp, %rbp subq $0x110, %rsp # imm = 0x110 movq %rsi, -0xf0(%rbp) movq %rdi, -0xe8(%rbp) movq %rdi, %rax movq %rax, -0xe0(%rbp) movq %rdi, -0x40(%rbp) movq %rsi, -0x48(%rbp) movsd %xmm0, -0x50(%rbp) movq %rsi, -0x30(%rbp) movq -0x30(%rbp), %rax movq %rax, -0x28(%rbp) movq -0x28(%rbp), %rax mo...
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
gahansen[P]omega_h/src/Omega_h_array_ops.cpp
1,341
void Omega_h::parallel_for<Omega_h::Read<signed char> Omega_h::each_neq_to<double>(Omega_h::Read<double>, double)::'lambda'(int)>(int, double const&, char const*)
void parallel_for(LO n, T const& f, char const* name = "") { #if defined(OMEGA_H_USE_KOKKOS) if (n > 0) Kokkos::parallel_for(name, policy(n), f); #else (void)name; auto const first = IntIterator(0); auto const last = IntIterator(n); auto f2 = f; ::Omega_h::for_each(first, last, std::move(f2)); #endif }
pushq %rbp movq %rsp, %rbp subq $0x80, %rsp movl %edi, -0x20(%rbp) movq %rsi, -0x28(%rbp) movq %rdx, -0x30(%rbp) leaq -0x34(%rbp), %rax movq %rax, -0x18(%rbp) movl $0x0, -0x1c(%rbp) movq -0x18(%rbp), %rax movl -0x1c(%rbp), %ecx movl %ecx, (%rax) movl -0x20(%rbp), %eax leaq -0x38(%rbp), %rcx movq %rcx, -0x8(%rbp) movl %...
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
gahansen[P]omega_h/src/Omega_h_for.hpp
1,342
Omega_h::Read<signed char> Omega_h::each_eq<double>(Omega_h::Read<double>, Omega_h::Read<double>)
Bytes each_eq(Read<T> a, Read<T> b) { OMEGA_H_CHECK(a.size() == b.size()); Write<I8> c(a.size()); auto f = OMEGA_H_LAMBDA(LO i) { c[i] = (a[i] == b[i]); }; parallel_for(c.size(), f, "each_eq"); return c; }
pushq %rbp movq %rsp, %rbp subq $0x180, %rsp # imm = 0x180 movq %rdx, -0x140(%rbp) movq %rsi, -0x138(%rbp) movq %rdi, -0x130(%rbp) movq %rdi, %rax movq %rax, -0x128(%rbp) movq %rdi, -0x80(%rbp) movq %rsi, -0x88(%rbp) movq %rdx, -0x90(%rbp) movq %rsi, -0x60(%rbp) movq -0x60(%rbp), %rax movq %rax, -0x58(%rbp) ...
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
gahansen[P]omega_h/src/Omega_h_array_ops.cpp
1,343
void Omega_h::parallel_for<Omega_h::Read<signed char> Omega_h::each_eq<double>(Omega_h::Read<double>, Omega_h::Read<double>)::'lambda'(int)>(int, double const&, char const*)
void parallel_for(LO n, T const& f, char const* name = "") { #if defined(OMEGA_H_USE_KOKKOS) if (n > 0) Kokkos::parallel_for(name, policy(n), f); #else (void)name; auto const first = IntIterator(0); auto const last = IntIterator(n); auto f2 = f; ::Omega_h::for_each(first, last, std::move(f2)); #endif }
pushq %rbp movq %rsp, %rbp subq $0x90, %rsp movl %edi, -0x20(%rbp) movq %rsi, -0x28(%rbp) movq %rdx, -0x30(%rbp) leaq -0x34(%rbp), %rax movq %rax, -0x18(%rbp) movl $0x0, -0x1c(%rbp) movq -0x18(%rbp), %rax movl -0x1c(%rbp), %ecx movl %ecx, (%rax) movl -0x20(%rbp), %eax leaq -0x38(%rbp), %rcx movq %rcx, -0x8(%rbp) movl %...
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
gahansen[P]omega_h/src/Omega_h_for.hpp
1,344
Omega_h::Read<signed char> Omega_h::each_eq_to<double>(Omega_h::Read<double>, double)
Bytes each_eq_to(Read<T> a, T b) { Write<I8> c(a.size()); auto f = OMEGA_H_LAMBDA(LO i) { c[i] = (a[i] == b); }; parallel_for(c.size(), f, "each_eq_to"); return c; }
pushq %rbp movq %rsp, %rbp subq $0x110, %rsp # imm = 0x110 movq %rsi, -0xf0(%rbp) movq %rdi, -0xe8(%rbp) movq %rdi, %rax movq %rax, -0xe0(%rbp) movq %rdi, -0x40(%rbp) movq %rsi, -0x48(%rbp) movsd %xmm0, -0x50(%rbp) movq %rsi, -0x30(%rbp) movq -0x30(%rbp), %rax movq %rax, -0x28(%rbp) movq -0x28(%rbp), %rax mo...
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
gahansen[P]omega_h/src/Omega_h_array_ops.cpp
1,345
void Omega_h::parallel_for<Omega_h::Read<signed char> Omega_h::each_eq_to<double>(Omega_h::Read<double>, double)::'lambda'(int)>(int, double const&, char const*)
void parallel_for(LO n, T const& f, char const* name = "") { #if defined(OMEGA_H_USE_KOKKOS) if (n > 0) Kokkos::parallel_for(name, policy(n), f); #else (void)name; auto const first = IntIterator(0); auto const last = IntIterator(n); auto f2 = f; ::Omega_h::for_each(first, last, std::move(f2)); #endif }
pushq %rbp movq %rsp, %rbp subq $0x80, %rsp movl %edi, -0x20(%rbp) movq %rsi, -0x28(%rbp) movq %rdx, -0x30(%rbp) leaq -0x34(%rbp), %rax movq %rax, -0x18(%rbp) movl $0x0, -0x1c(%rbp) movq -0x18(%rbp), %rax movl -0x1c(%rbp), %ecx movl %ecx, (%rax) movl -0x20(%rbp), %eax leaq -0x38(%rbp), %rcx movq %rcx, -0x8(%rbp) movl %...
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
gahansen[P]omega_h/src/Omega_h_for.hpp
1,346
Omega_h::Read<signed char> Omega_h::gt_each<double>(Omega_h::Read<double>, Omega_h::Read<double>)
Bytes gt_each(Read<T> a, Read<T> b) { OMEGA_H_CHECK(a.size() == b.size()); Write<I8> c(a.size()); auto f = OMEGA_H_LAMBDA(LO i) { c[i] = (a[i] > b[i]); }; parallel_for(c.size(), f, "gt_each"); return c; }
pushq %rbp movq %rsp, %rbp subq $0x180, %rsp # imm = 0x180 movq %rdx, -0x140(%rbp) movq %rsi, -0x138(%rbp) movq %rdi, -0x130(%rbp) movq %rdi, %rax movq %rax, -0x128(%rbp) movq %rdi, -0x80(%rbp) movq %rsi, -0x88(%rbp) movq %rdx, -0x90(%rbp) movq %rsi, -0x60(%rbp) movq -0x60(%rbp), %rax movq %rax, -0x58(%rbp) ...
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
gahansen[P]omega_h/src/Omega_h_array_ops.cpp
1,347
void Omega_h::parallel_for<Omega_h::Read<signed char> Omega_h::gt_each<double>(Omega_h::Read<double>, Omega_h::Read<double>)::'lambda'(int)>(int, double const&, char const*)
void parallel_for(LO n, T const& f, char const* name = "") { #if defined(OMEGA_H_USE_KOKKOS) if (n > 0) Kokkos::parallel_for(name, policy(n), f); #else (void)name; auto const first = IntIterator(0); auto const last = IntIterator(n); auto f2 = f; ::Omega_h::for_each(first, last, std::move(f2)); #endif }
pushq %rbp movq %rsp, %rbp subq $0x90, %rsp movl %edi, -0x20(%rbp) movq %rsi, -0x28(%rbp) movq %rdx, -0x30(%rbp) leaq -0x34(%rbp), %rax movq %rax, -0x18(%rbp) movl $0x0, -0x1c(%rbp) movq -0x18(%rbp), %rax movl -0x1c(%rbp), %ecx movl %ecx, (%rax) movl -0x20(%rbp), %eax leaq -0x38(%rbp), %rcx movq %rcx, -0x8(%rbp) movl %...
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
gahansen[P]omega_h/src/Omega_h_for.hpp
1,348
Omega_h::Read<signed char> Omega_h::lt_each<double>(Omega_h::Read<double>, Omega_h::Read<double>)
Bytes lt_each(Read<T> a, Read<T> b) { OMEGA_H_CHECK(a.size() == b.size()); Write<I8> c(a.size()); auto f = OMEGA_H_LAMBDA(LO i) { c[i] = (a[i] < b[i]); }; parallel_for(c.size(), f, "lt_each"); return c; }
pushq %rbp movq %rsp, %rbp subq $0x180, %rsp # imm = 0x180 movq %rdx, -0x140(%rbp) movq %rsi, -0x138(%rbp) movq %rdi, -0x130(%rbp) movq %rdi, %rax movq %rax, -0x128(%rbp) movq %rdi, -0x80(%rbp) movq %rsi, -0x88(%rbp) movq %rdx, -0x90(%rbp) movq %rsi, -0x60(%rbp) movq -0x60(%rbp), %rax movq %rax, -0x58(%rbp) ...
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
gahansen[P]omega_h/src/Omega_h_array_ops.cpp
1,349
void Omega_h::parallel_for<Omega_h::Read<signed char> Omega_h::lt_each<double>(Omega_h::Read<double>, Omega_h::Read<double>)::'lambda'(int)>(int, double const&, char const*)
void parallel_for(LO n, T const& f, char const* name = "") { #if defined(OMEGA_H_USE_KOKKOS) if (n > 0) Kokkos::parallel_for(name, policy(n), f); #else (void)name; auto const first = IntIterator(0); auto const last = IntIterator(n); auto f2 = f; ::Omega_h::for_each(first, last, std::move(f2)); #endif }
pushq %rbp movq %rsp, %rbp subq $0x90, %rsp movl %edi, -0x20(%rbp) movq %rsi, -0x28(%rbp) movq %rdx, -0x30(%rbp) leaq -0x34(%rbp), %rax movq %rax, -0x18(%rbp) movl $0x0, -0x1c(%rbp) movq -0x18(%rbp), %rax movl -0x1c(%rbp), %ecx movl %ecx, (%rax) movl -0x20(%rbp), %eax leaq -0x38(%rbp), %rcx movq %rcx, -0x8(%rbp) movl %...
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
gahansen[P]omega_h/src/Omega_h_for.hpp
1,350
Omega_h::Read<signed char> Omega_h::eq_each<double>(Omega_h::Read<double>, Omega_h::Read<double>)
Bytes eq_each(Read<T> a, Read<T> b) { OMEGA_H_CHECK(a.size() == b.size()); Write<I8> c(a.size()); auto f = OMEGA_H_LAMBDA(LO i) { c[i] = (a[i] == b[i]); }; parallel_for(c.size(), f, "eq_each"); return c; }
pushq %rbp movq %rsp, %rbp subq $0x180, %rsp # imm = 0x180 movq %rdx, -0x140(%rbp) movq %rsi, -0x138(%rbp) movq %rdi, -0x130(%rbp) movq %rdi, %rax movq %rax, -0x128(%rbp) movq %rdi, -0x80(%rbp) movq %rsi, -0x88(%rbp) movq %rdx, -0x90(%rbp) movq %rsi, -0x60(%rbp) movq -0x60(%rbp), %rax movq %rax, -0x58(%rbp) ...
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
gahansen[P]omega_h/src/Omega_h_array_ops.cpp
1,351
void Omega_h::parallel_for<Omega_h::Read<signed char> Omega_h::eq_each<double>(Omega_h::Read<double>, Omega_h::Read<double>)::'lambda'(int)>(int, double const&, char const*)
void parallel_for(LO n, T const& f, char const* name = "") { #if defined(OMEGA_H_USE_KOKKOS) if (n > 0) Kokkos::parallel_for(name, policy(n), f); #else (void)name; auto const first = IntIterator(0); auto const last = IntIterator(n); auto f2 = f; ::Omega_h::for_each(first, last, std::move(f2)); #endif }
pushq %rbp movq %rsp, %rbp subq $0x90, %rsp movl %edi, -0x20(%rbp) movq %rsi, -0x28(%rbp) movq %rdx, -0x30(%rbp) leaq -0x34(%rbp), %rax movq %rax, -0x18(%rbp) movl $0x0, -0x1c(%rbp) movq -0x18(%rbp), %rax movl -0x1c(%rbp), %ecx movl %ecx, (%rax) movl -0x20(%rbp), %eax leaq -0x38(%rbp), %rcx movq %rcx, -0x8(%rbp) movl %...
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
gahansen[P]omega_h/src/Omega_h_for.hpp
1,352
Omega_h::Read<signed char> Omega_h::neq_each<double>(Omega_h::Read<double>, Omega_h::Read<double>)
Bytes neq_each(Read<T> a, Read<T> b) { OMEGA_H_CHECK(a.size() == b.size()); Write<I8> c(a.size()); auto f = OMEGA_H_LAMBDA(LO i) { c[i] = (a[i] != b[i]); }; parallel_for("neq_each", c.size(), std::move(f)); return c; }
pushq %rbp movq %rsp, %rbp subq $0x180, %rsp # imm = 0x180 movq %rdx, -0x140(%rbp) movq %rsi, -0x138(%rbp) movq %rdi, -0x130(%rbp) movq %rdi, %rax movq %rax, -0x128(%rbp) movq %rdi, -0x80(%rbp) movq %rsi, -0x88(%rbp) movq %rdx, -0x90(%rbp) movq %rsi, -0x60(%rbp) movq -0x60(%rbp), %rax movq %rax, -0x58(%rbp) ...
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
gahansen[P]omega_h/src/Omega_h_array_ops.cpp
1,353
void Omega_h::parallel_for<Omega_h::Read<signed char> Omega_h::neq_each<double>(Omega_h::Read<double>, Omega_h::Read<double>)::'lambda'(int)>(char const*, int, double const&)
void parallel_for(char const* name, LO n, T const& f) { parallel_for(n, f, name); }
pushq %rbp movq %rsp, %rbp subq $0x20, %rsp movq %rdi, -0x8(%rbp) movl %esi, -0xc(%rbp) movq %rdx, -0x18(%rbp) movl -0xc(%rbp), %edi movq -0x18(%rbp), %rsi movq -0x8(%rbp), %rdx callq 0x1c6aa0 addq $0x20, %rsp popq %rbp retq nopl (%rax)
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
gahansen[P]omega_h/src/Omega_h_for.hpp
1,354
Omega_h::Read<double> Omega_h::get_component<double>(Omega_h::Read<double>, int, int)
Read<T> get_component(Read<T> a, Int ncomps, Int comp) { Write<T> b(divide_no_remainder(a.size(), ncomps)); auto f = OMEGA_H_LAMBDA(LO i) { b[i] = a[i * ncomps + comp]; }; parallel_for(b.size(), f, "get_component"); return b; }
pushq %rbp movq %rsp, %rbp subq $0x110, %rsp # imm = 0x110 movq %rsi, -0xf0(%rbp) movq %rdi, -0xe8(%rbp) movq %rdi, %rax movq %rax, -0xe0(%rbp) movq %rdi, -0x40(%rbp) movq %rsi, -0x48(%rbp) movl %edx, -0x4c(%rbp) movl %ecx, -0x50(%rbp) movq %rsi, -0x38(%rbp) movq -0x38(%rbp), %rax movq %rax, -0x30(%rbp) movq...
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
gahansen[P]omega_h/src/Omega_h_array_ops.cpp
1,355
void Omega_h::parallel_for<Omega_h::Read<double> Omega_h::get_component<double>(Omega_h::Read<double>, int, int)::'lambda'(int)>(int, double const&, char const*)
void parallel_for(LO n, T const& f, char const* name = "") { #if defined(OMEGA_H_USE_KOKKOS) if (n > 0) Kokkos::parallel_for(name, policy(n), f); #else (void)name; auto const first = IntIterator(0); auto const last = IntIterator(n); auto f2 = f; ::Omega_h::for_each(first, last, std::move(f2)); #endif }
pushq %rbp movq %rsp, %rbp subq $0x80, %rsp movl %edi, -0x20(%rbp) movq %rsi, -0x28(%rbp) movq %rdx, -0x30(%rbp) leaq -0x34(%rbp), %rax movq %rax, -0x18(%rbp) movl $0x0, -0x1c(%rbp) movq -0x18(%rbp), %rax movl -0x1c(%rbp), %ecx movl %ecx, (%rax) movl -0x20(%rbp), %eax leaq -0x38(%rbp), %rcx movq %rcx, -0x8(%rbp) movl %...
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
gahansen[P]omega_h/src/Omega_h_for.hpp
1,356
void Omega_h::set_component<double>(Omega_h::Write<double>, Omega_h::Read<double>, int, int)
void set_component(Write<T> out, Read<T> a, Int ncomps, Int comp) { auto f = OMEGA_H_LAMBDA(LO i) { out[i * ncomps + comp] = a[i]; }; parallel_for(a.size(), f, "set_component"); }
pushq %rbp movq %rsp, %rbp subq $0x90, %rsp movq %rsi, %rax movq %rdi, %rsi movq %rax, -0x78(%rbp) movq %rsi, -0x28(%rbp) movq %rax, -0x30(%rbp) movl %edx, -0x34(%rbp) movl %ecx, -0x38(%rbp) leaq -0x60(%rbp), %rdi movq %rdi, -0x80(%rbp) callq 0x1c7e70 movq -0x78(%rbp), %rsi movl -0x34(%rbp), %eax movl %eax, -0x50(%rbp)...
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
gahansen[P]omega_h/src/Omega_h_array_ops.cpp
1,357
void Omega_h::parallel_for<void Omega_h::set_component<double>(Omega_h::Write<double>, Omega_h::Read<double>, int, int)::'lambda'(int)>(int, double const&, char const*)
void parallel_for(LO n, T const& f, char const* name = "") { #if defined(OMEGA_H_USE_KOKKOS) if (n > 0) Kokkos::parallel_for(name, policy(n), f); #else (void)name; auto const first = IntIterator(0); auto const last = IntIterator(n); auto f2 = f; ::Omega_h::for_each(first, last, std::move(f2)); #endif }
pushq %rbp movq %rsp, %rbp subq $0x80, %rsp movl %edi, -0x20(%rbp) movq %rsi, -0x28(%rbp) movq %rdx, -0x30(%rbp) leaq -0x34(%rbp), %rax movq %rax, -0x18(%rbp) movl $0x0, -0x1c(%rbp) movq -0x18(%rbp), %rax movl -0x1c(%rbp), %ecx movl %ecx, (%rax) movl -0x20(%rbp), %eax leaq -0x38(%rbp), %rcx movq %rcx, -0x8(%rbp) movl %...
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
gahansen[P]omega_h/src/Omega_h_for.hpp
1,358
void Omega_h::set_component<double>(Omega_h::Write<double>, Omega_h::Read<double>, int, int)::'lambda'(int)::~()
void set_component(Write<T> out, Read<T> a, Int ncomps, Int comp) { auto f = OMEGA_H_LAMBDA(LO i) { out[i * ncomps + comp] = a[i]; }; parallel_for(a.size(), f, "set_component"); }
pushq %rbp movq %rsp, %rbp subq $0x10, %rsp movq %rdi, -0x8(%rbp) movq -0x8(%rbp), %rdi movq %rdi, -0x10(%rbp) addq $0x18, %rdi callq 0x1e0ab0 movq -0x10(%rbp), %rdi callq 0x1dc900 addq $0x10, %rsp popq %rbp retq nopl (%rax)
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
gahansen[P]omega_h/src/Omega_h_array_ops.cpp
1,359
int Omega_h::find_last<double>(Omega_h::Read<double>, double)
LO find_last(Read<T> array, T value) { auto const first = IntIterator(0); auto const last = IntIterator(array.size()); auto const init = -1; auto const op = maximum<LO>(); auto transform = OMEGA_H_LAMBDA(LO i)->LO { if (array[i] == value) return i; else return -1; }; return transform_r...
pushq %rbp movq %rsp, %rbp subq $0xc0, %rsp movq %rdi, -0xa8(%rbp) movq %rdi, -0x48(%rbp) movsd %xmm0, -0x50(%rbp) leaq -0x54(%rbp), %rax movq %rax, -0x38(%rbp) movl $0x0, -0x3c(%rbp) movq -0x38(%rbp), %rax movl -0x3c(%rbp), %ecx movl %ecx, (%rax) movq %rdi, -0x20(%rbp) movq -0x20(%rbp), %rax movq %rax, -0x18(%rbp) mov...
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
gahansen[P]omega_h/src/Omega_h_array_ops.cpp
1,360
int Omega_h::transform_reduce<Omega_h::IntIterator, int Omega_h::find_last<double>(Omega_h::Read<double>, double)::'lambda'(int), int, Omega_h::maximum<int>>(double, double, int, Omega_h::maximum<int>, int Omega_h::find_last<double>(Omega_h::Read<double>, double)::'lambda'(int)&&)
Result transform_reduce( Iterator first, Iterator last, Result init, Op op, Tranform&& transform) { Omega_h::entering_parallel = true; auto const transform_local = std::move(transform); Omega_h::entering_parallel = false; for (; first != last; ++first) { init = op(std::move(init), transform_local(*first...
pushq %rbp movq %rsp, %rbp subq $0x90, %rsp movl %edi, -0x3c(%rbp) movl %esi, -0x40(%rbp) movl %edx, -0x48(%rbp) movq %rcx, -0x50(%rbp) movq 0x49f299(%rip), %rax # 0x6f7c88 movb $0x1, (%rax) movq -0x50(%rbp), %rsi leaq -0x68(%rbp), %rdi callq 0x1e14c0 movq 0x49f282(%rip), %rax # 0x6f7c88 movb $0x0, (%rax) leaq -0...
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
gahansen[P]omega_h/src/Omega_h_reduce.hpp
1,361
bool Omega_h::is_sorted<double>(Omega_h::Read<double>)
bool is_sorted(Read<T> a) { if (a.size() < 2) return true; auto const first = IntIterator(0); auto const last = IntIterator(a.size() - 1); auto const init = true; auto const op = logical_and<bool>(); auto transform = OMEGA_H_LAMBDA(LO i)->bool { return a[i] <= a[i + 1]; }; return transform_reduce(first, l...
pushq %rbp movq %rsp, %rbp subq $0xd0, %rsp movq %rdi, -0xb8(%rbp) movq %rdi, -0x68(%rbp) movq %rdi, -0x38(%rbp) movq -0x38(%rbp), %rax movq %rax, -0x30(%rbp) movq -0x30(%rbp), %rax movq %rax, -0x10(%rbp) movq -0x10(%rbp), %rax movq %rax, -0xb0(%rbp) movq (%rax), %rax andq $0x1, %rax cmpq $0x0, %rax jne 0x258b65 movq -...
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
gahansen[P]omega_h/src/Omega_h_array_ops.cpp
1,362
bool Omega_h::transform_reduce<Omega_h::IntIterator, bool Omega_h::is_sorted<double>(Omega_h::Read<double>)::'lambda'(int), bool, Omega_h::logical_and<bool>>(double, double, bool, Omega_h::logical_and<bool>, bool Omega_h::is_sorted<double>(Omega_h::Read<double>)::'lambda'(int)&&)
Result transform_reduce( Iterator first, Iterator last, Result init, Op op, Tranform&& transform) { Omega_h::entering_parallel = true; auto const transform_local = std::move(transform); Omega_h::entering_parallel = false; for (; first != last; ++first) { init = op(std::move(init), transform_local(*first...
pushq %rbp movq %rsp, %rbp subq $0x80, %rsp movb %dl, %al movl %edi, -0x3c(%rbp) movl %esi, -0x40(%rbp) andb $0x1, %al movb %al, -0x42(%rbp) movq %rcx, -0x50(%rbp) movq 0x49ef95(%rip), %rax # 0x6f7c88 movb $0x1, (%rax) movq -0x50(%rbp), %rsi leaq -0x60(%rbp), %rdi callq 0x1b84b0 movq 0x49ef7e(%rip), %rax # 0x6f7c...
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
gahansen[P]omega_h/src/Omega_h_reduce.hpp
1,363
Omega_h::Read<double> Omega_h::interleave<double>(std::vector<Omega_h::Read<double>, std::allocator<Omega_h::Read<double>>>)
Read<T> interleave(std::vector<Read<T>> arrays) { if (arrays.empty()) return Read<T>(); auto narrays = LO(arrays.size()); auto array_size = arrays.front().size(); for (auto& array : arrays) OMEGA_H_CHECK(array.size() == array_size); auto out_size = narrays * array_size; auto out = Write<T>(out_size); for ...
pushq %rbp movq %rsp, %rbp subq $0x170, %rsp # imm = 0x170 movq %rsi, -0x140(%rbp) movq %rdi, %rax movq -0x140(%rbp), %rdi movq %rax, -0x138(%rbp) movq %rax, %rcx movq %rcx, -0x130(%rbp) movq %rax, -0x60(%rbp) movq %rdi, -0x68(%rbp) callq 0x1b85c0 testb $0x1, %al jne 0x258e40 jmp 0x258e73 movq -0x138(%rbp), ...
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
gahansen[P]omega_h/src/Omega_h_array_ops.cpp
1,364
std::vector<Omega_h::Read<double>, std::allocator<Omega_h::Read<double>>>::empty() const
_GLIBCXX_NODISCARD bool empty() const _GLIBCXX_NOEXCEPT { return begin() == end(); }
pushq %rbp movq %rsp, %rbp subq $0x20, %rsp movq %rdi, -0x8(%rbp) movq -0x8(%rbp), %rdi movq %rdi, -0x20(%rbp) callq 0x1df9d0 movq -0x20(%rbp), %rdi movq %rax, -0x10(%rbp) callq 0x1db340 movq %rax, -0x18(%rbp) leaq -0x10(%rbp), %rdi leaq -0x18(%rbp), %rsi callq 0x1dffd0 andb $0x1, %al addq $0x20, %rsp popq %rbp retq no...
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h
1,365
std::vector<Omega_h::Read<double>, std::allocator<Omega_h::Read<double>>>::size() const
size_type size() const _GLIBCXX_NOEXCEPT { return size_type(this->_M_impl._M_finish - this->_M_impl._M_start); }
pushq %rbp movq %rsp, %rbp movq %rdi, -0x8(%rbp) movq -0x8(%rbp), %rcx movq 0x8(%rcx), %rax movq (%rcx), %rcx subq %rcx, %rax sarq $0x4, %rax popq %rbp retq nopl (%rax)
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h
1,366
std::vector<Omega_h::Read<double>, std::allocator<Omega_h::Read<double>>>::front()
reference front() _GLIBCXX_NOEXCEPT { __glibcxx_requires_nonempty(); return *begin(); }
pushq %rbp movq %rsp, %rbp subq $0x10, %rsp movq %rdi, -0x8(%rbp) movq -0x8(%rbp), %rdi callq 0x1e41a0 movq %rax, -0x10(%rbp) leaq -0x10(%rbp), %rdi callq 0x1d11e0 addq $0x10, %rsp popq %rbp retq nopl (%rax,%rax)
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h
1,367
std::vector<Omega_h::Read<double>, std::allocator<Omega_h::Read<double>>>::begin()
iterator begin() _GLIBCXX_NOEXCEPT { return iterator(this->_M_impl._M_start); }
pushq %rbp movq %rsp, %rbp subq $0x10, %rsp movq %rdi, -0x10(%rbp) movq -0x10(%rbp), %rsi leaq -0x8(%rbp), %rdi callq 0x1bb930 movq -0x8(%rbp), %rax addq $0x10, %rsp popq %rbp retq nopw %cs:(%rax,%rax) nopl (%rax)
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h
1,368
std::vector<Omega_h::Read<double>, std::allocator<Omega_h::Read<double>>>::end()
iterator end() _GLIBCXX_NOEXCEPT { return iterator(this->_M_impl._M_finish); }
pushq %rbp movq %rsp, %rbp subq $0x10, %rsp movq %rdi, -0x10(%rbp) movq -0x10(%rbp), %rsi addq $0x8, %rsi leaq -0x8(%rbp), %rdi callq 0x1bb930 movq -0x8(%rbp), %rax addq $0x10, %rsp popq %rbp retq nopw (%rax,%rax)
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h
1,369
_gnu_cxx::__normal_iterator<Omega_h::Read<double>*, std::vector<Omega_h::Read<double>, std::allocator<Omega_h::Read<double>>>>::operator*() const
_GLIBCXX20_CONSTEXPR pointer operator->() const _GLIBCXX_NOEXCEPT { return _M_current; }
pushq %rbp movq %rsp, %rbp movq %rdi, -0x8(%rbp) movq -0x8(%rbp), %rax movq (%rax), %rax popq %rbp retq nopw %cs:(%rax,%rax) nopl (%rax,%rax)
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_iterator.h
1,370
std::vector<Omega_h::Read<double>, std::allocator<Omega_h::Read<double>>>::operator[](unsigned long)
reference operator[](size_type __n) _GLIBCXX_NOEXCEPT { __glibcxx_requires_subscript(__n); return *(this->_M_impl._M_start + __n); }
pushq %rbp movq %rsp, %rbp movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movq -0x8(%rbp), %rax movq (%rax), %rax movq -0x10(%rbp), %rcx shlq $0x4, %rcx addq %rcx, %rax popq %rbp retq
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h
1,371
void Omega_h::parallel_for<Omega_h::Read<double> Omega_h::interleave<double>(std::vector<Omega_h::Read<double>, std::allocator<Omega_h::Read<double>>>)::'lambda'(int)>(int, double const&, char const*)
void parallel_for(LO n, T const& f, char const* name = "") { #if defined(OMEGA_H_USE_KOKKOS) if (n > 0) Kokkos::parallel_for(name, policy(n), f); #else (void)name; auto const first = IntIterator(0); auto const last = IntIterator(n); auto f2 = f; ::Omega_h::for_each(first, last, std::move(f2)); #endif }
pushq %rbp movq %rsp, %rbp subq $0x80, %rsp movl %edi, -0x20(%rbp) movq %rsi, -0x28(%rbp) movq %rdx, -0x30(%rbp) leaq -0x34(%rbp), %rax movq %rax, -0x18(%rbp) movl $0x0, -0x1c(%rbp) movq -0x18(%rbp), %rax movl -0x1c(%rbp), %ecx movl %ecx, (%rax) movl -0x20(%rbp), %eax leaq -0x38(%rbp), %rcx movq %rcx, -0x8(%rbp) movl %...
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
gahansen[P]omega_h/src/Omega_h_for.hpp
1,372
Omega_h::Read<double> Omega_h::coalesce<double>(std::vector<Omega_h::Read<double>, std::allocator<Omega_h::Read<double>>>)
Read<T> coalesce(std::vector<Read<T>> arrays) { if (arrays.empty()) return Read<T>(); std::vector<LO> offsets(arrays.size() + 1); OMEGA_H_CHECK(offsets.data() != nullptr); offsets[0] = 0; for (std::size_t i = 1; i <= arrays.size(); ++i) { offsets[i] = offsets[i - 1] + arrays[i].size(); } auto out_size...
pushq %rbp movq %rsp, %rbp subq $0x1a0, %rsp # imm = 0x1A0 movq %rsi, -0x150(%rbp) movq %rdi, %rax movq -0x150(%rbp), %rdi movq %rax, -0x148(%rbp) movq %rax, %rcx movq %rcx, -0x140(%rbp) movq %rax, -0x60(%rbp) movq %rdi, -0x68(%rbp) callq 0x1b85c0 testb $0x1, %al jne 0x259510 jmp 0x259543 movq -0x148(%rbp), ...
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
gahansen[P]omega_h/src/Omega_h_array_ops.cpp
1,373
void Omega_h::parallel_for<Omega_h::Read<double> Omega_h::coalesce<double>(std::vector<Omega_h::Read<double>, std::allocator<Omega_h::Read<double>>>)::'lambda'(int)>(int, double const&, char const*)
void parallel_for(LO n, T const& f, char const* name = "") { #if defined(OMEGA_H_USE_KOKKOS) if (n > 0) Kokkos::parallel_for(name, policy(n), f); #else (void)name; auto const first = IntIterator(0); auto const last = IntIterator(n); auto f2 = f; ::Omega_h::for_each(first, last, std::move(f2)); #endif }
pushq %rbp movq %rsp, %rbp subq $0x80, %rsp movl %edi, -0x20(%rbp) movq %rsi, -0x28(%rbp) movq %rdx, -0x30(%rbp) leaq -0x34(%rbp), %rax movq %rax, -0x18(%rbp) movl $0x0, -0x1c(%rbp) movq -0x18(%rbp), %rax movl -0x1c(%rbp), %ecx movl %ecx, (%rax) movl -0x20(%rbp), %eax leaq -0x38(%rbp), %rcx movq %rcx, -0x8(%rbp) movl %...
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
gahansen[P]omega_h/src/Omega_h_for.hpp
1,374
Omega_h::Read<double> Omega_h::array_cast<double, int>(Omega_h::Read<int>)
Read<Tout> array_cast(Read<Tin> in) { auto out = Write<Tout>(in.size()); auto f = OMEGA_H_LAMBDA(LO i) { out[i] = static_cast<Tout>(in[i]); }; parallel_for(in.size(), f, "array_cast"); return out; }
pushq %rbp movq %rsp, %rbp subq $0x110, %rsp # imm = 0x110 movq %rsi, -0xe8(%rbp) movq %rdi, -0xe0(%rbp) movq %rdi, %rax movq %rax, -0xd8(%rbp) movq %rdi, -0x48(%rbp) movq %rsi, -0x50(%rbp) movq %rsi, -0x38(%rbp) movq -0x38(%rbp), %rax movq %rax, -0x30(%rbp) movq -0x30(%rbp), %rax movq %rax, -0x10(%rbp) movq...
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
gahansen[P]omega_h/src/Omega_h_array_ops.cpp
1,375
void Omega_h::parallel_for<Omega_h::Read<double> Omega_h::array_cast<double, int>(Omega_h::Read<int>)::'lambda'(int)>(int, double const&, char const*)
void parallel_for(LO n, T const& f, char const* name = "") { #if defined(OMEGA_H_USE_KOKKOS) if (n > 0) Kokkos::parallel_for(name, policy(n), f); #else (void)name; auto const first = IntIterator(0); auto const last = IntIterator(n); auto f2 = f; ::Omega_h::for_each(first, last, std::move(f2)); #endif }
pushq %rbp movq %rsp, %rbp subq $0x80, %rsp movl %edi, -0x20(%rbp) movq %rsi, -0x28(%rbp) movq %rdx, -0x30(%rbp) leaq -0x34(%rbp), %rax movq %rax, -0x18(%rbp) movl $0x0, -0x1c(%rbp) movq -0x18(%rbp), %rax movl -0x1c(%rbp), %ecx movl %ecx, (%rax) movl -0x20(%rbp), %eax leaq -0x38(%rbp), %rcx movq %rcx, -0x8(%rbp) movl %...
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
gahansen[P]omega_h/src/Omega_h_for.hpp
1,376
Omega_h::Read<int> Omega_h::array_cast<int, signed char>(Omega_h::Read<signed char>)
Read<Tout> array_cast(Read<Tin> in) { auto out = Write<Tout>(in.size()); auto f = OMEGA_H_LAMBDA(LO i) { out[i] = static_cast<Tout>(in[i]); }; parallel_for(in.size(), f, "array_cast"); return out; }
pushq %rbp movq %rsp, %rbp subq $0x110, %rsp # imm = 0x110 movq %rsi, -0xe8(%rbp) movq %rdi, -0xe0(%rbp) movq %rdi, %rax movq %rax, -0xd8(%rbp) movq %rdi, -0x48(%rbp) movq %rsi, -0x50(%rbp) movq %rsi, -0x38(%rbp) movq -0x38(%rbp), %rax movq %rax, -0x30(%rbp) movq -0x30(%rbp), %rax movq %rax, -0x10(%rbp) movq...
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
gahansen[P]omega_h/src/Omega_h_array_ops.cpp
1,377
void Omega_h::parallel_for<Omega_h::Read<int> Omega_h::array_cast<int, signed char>(Omega_h::Read<signed char>)::'lambda'(int)>(int, int const&, char const*)
void parallel_for(LO n, T const& f, char const* name = "") { #if defined(OMEGA_H_USE_KOKKOS) if (n > 0) Kokkos::parallel_for(name, policy(n), f); #else (void)name; auto const first = IntIterator(0); auto const last = IntIterator(n); auto f2 = f; ::Omega_h::for_each(first, last, std::move(f2)); #endif }
pushq %rbp movq %rsp, %rbp subq $0x80, %rsp movl %edi, -0x20(%rbp) movq %rsi, -0x28(%rbp) movq %rdx, -0x30(%rbp) leaq -0x34(%rbp), %rax movq %rax, -0x18(%rbp) movl $0x0, -0x1c(%rbp) movq -0x18(%rbp), %rax movl -0x1c(%rbp), %ecx movl %ecx, (%rax) movl -0x20(%rbp), %eax leaq -0x38(%rbp), %rcx movq %rcx, -0x8(%rbp) movl %...
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
gahansen[P]omega_h/src/Omega_h_for.hpp
1,378
std::__shared_ptr<Omega_h::Comm, (__gnu_cxx::_Lock_policy)2>::__shared_ptr(std::__shared_ptr<Omega_h::Comm, (__gnu_cxx::_Lock_policy)2> const&)
__shared_ptr(const __shared_ptr&) noexcept = default;
pushq %rbp movq %rsp, %rbp subq $0x10, %rsp movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movq -0x8(%rbp), %rdi movq -0x10(%rbp), %rax movq (%rax), %rax movq %rax, (%rdi) addq $0x8, %rdi movq -0x10(%rbp), %rsi addq $0x8, %rsi callq 0x1d8550 addq $0x10, %rsp popq %rbp retq nopw %cs:(%rax,%rax) nop
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/shared_ptr_base.h
1,379
std::abs(double)
inline _GLIBCXX_CONSTEXPR double abs(double __x) { return __builtin_fabs(__x); }
pushq %rbp movq %rsp, %rbp movsd %xmm0, -0x8(%rbp) movsd -0x8(%rbp), %xmm0 movaps 0x3d22bb(%rip), %xmm1 # 0x62c550 pand %xmm1, %xmm0 popq %rbp retq nopl (%rax,%rax)
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/std_abs.h
1,380
void Omega_h::for_each<Omega_h::IntIterator, Omega_h::Write<signed char> Omega_h::multiply_each<signed char>(Omega_h::Read<signed char>, Omega_h::Read<signed char>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&)::'lambda'(int)>(signed char, signed char, Omega_h::Write<signed char...
void for_each(InputIterator first, InputIterator last, UnaryFunction&& f) { if (first >= last) return; Omega_h::entering_parallel = true; auto const f2 = std::move(f); Omega_h::entering_parallel = false; #if defined(OMEGA_H_USE_OPENMP) LO const n = last - first; #pragma omp parallel for for (LO i = 0; i < n...
pushq %rbp movq %rsp, %rbp subq $0x90, %rsp movl %edi, -0x34(%rbp) movl %esi, -0x38(%rbp) movq %rdx, -0x40(%rbp) leaq -0x34(%rbp), %rax movq %rax, -0x8(%rbp) leaq -0x38(%rbp), %rax movq %rax, -0x10(%rbp) movq -0x8(%rbp), %rax movl (%rax), %eax movq -0x10(%rbp), %rcx cmpl (%rcx), %eax jl 0x25a598 jmp 0x25a62a movq 0x49d...
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
gahansen[P]omega_h/src/Omega_h_for.hpp
1,381
void Omega_h::for_each<Omega_h::IntIterator, Omega_h::Read<signed char> Omega_h::multiply_each_by<signed char>(Omega_h::Read<signed char>, signed char)::'lambda'(int)>(signed char, signed char, Omega_h::Read<signed char> Omega_h::multiply_each_by<signed char>(Omega_h::Read<signed char>, signed char)::'lambda'(int)&&)
void for_each(InputIterator first, InputIterator last, UnaryFunction&& f) { if (first >= last) return; Omega_h::entering_parallel = true; auto const f2 = std::move(f); Omega_h::entering_parallel = false; #if defined(OMEGA_H_USE_OPENMP) LO const n = last - first; #pragma omp parallel for for (LO i = 0; i < n...
pushq %rbp movq %rsp, %rbp subq $0x80, %rsp movl %edi, -0x34(%rbp) movl %esi, -0x38(%rbp) movq %rdx, -0x40(%rbp) leaq -0x34(%rbp), %rax movq %rax, -0x8(%rbp) leaq -0x38(%rbp), %rax movq %rax, -0x10(%rbp) movq -0x8(%rbp), %rax movl (%rax), %eax movq -0x10(%rbp), %rcx cmpl (%rcx), %eax jl 0x25a8e8 jmp 0x25a977 movq 0x49d...
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
gahansen[P]omega_h/src/Omega_h_for.hpp
1,382
void Omega_h::for_each<Omega_h::IntIterator, Omega_h::Read<signed char> Omega_h::divide_each_by<signed char>(Omega_h::Read<signed char>, signed char)::'lambda'(int)>(signed char, signed char, Omega_h::Read<signed char> Omega_h::divide_each_by<signed char>(Omega_h::Read<signed char>, signed char)::'lambda'(int)&&)
void for_each(InputIterator first, InputIterator last, UnaryFunction&& f) { if (first >= last) return; Omega_h::entering_parallel = true; auto const f2 = std::move(f); Omega_h::entering_parallel = false; #if defined(OMEGA_H_USE_OPENMP) LO const n = last - first; #pragma omp parallel for for (LO i = 0; i < n...
pushq %rbp movq %rsp, %rbp subq $0x80, %rsp movl %edi, -0x34(%rbp) movl %esi, -0x38(%rbp) movq %rdx, -0x40(%rbp) leaq -0x34(%rbp), %rax movq %rax, -0x8(%rbp) leaq -0x38(%rbp), %rax movq %rax, -0x10(%rbp) movq -0x8(%rbp), %rax movl (%rax), %eax movq -0x10(%rbp), %rcx cmpl (%rcx), %eax jl 0x25ab58 jmp 0x25abe7 movq 0x49d...
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
gahansen[P]omega_h/src/Omega_h_for.hpp
1,383
void Omega_h::for_each<Omega_h::IntIterator, Omega_h::Write<signed char> Omega_h::divide_each<signed char>(Omega_h::Read<signed char>, Omega_h::Read<signed char>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&)::'lambda'(int)>(signed char, signed char, Omega_h::Write<signed char> ...
void for_each(InputIterator first, InputIterator last, UnaryFunction&& f) { if (first >= last) return; Omega_h::entering_parallel = true; auto const f2 = std::move(f); Omega_h::entering_parallel = false; #if defined(OMEGA_H_USE_OPENMP) LO const n = last - first; #pragma omp parallel for for (LO i = 0; i < n...
pushq %rbp movq %rsp, %rbp subq $0x90, %rsp movl %edi, -0x34(%rbp) movl %esi, -0x38(%rbp) movq %rdx, -0x40(%rbp) leaq -0x34(%rbp), %rax movq %rax, -0x8(%rbp) leaq -0x38(%rbp), %rax movq %rax, -0x10(%rbp) movq -0x8(%rbp), %rax movl (%rax), %eax movq -0x10(%rbp), %rcx cmpl (%rcx), %eax jl 0x25adf8 jmp 0x25ae8a movq 0x49c...
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
gahansen[P]omega_h/src/Omega_h_for.hpp
1,384
void Omega_h::for_each<Omega_h::IntIterator, Omega_h::Read<signed char> Omega_h::add_each<signed char>(Omega_h::Read<signed char>, Omega_h::Read<signed char>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&)::'lambda'(int)>(signed char, signed char, Omega_h::Read<signed char> Omega...
void for_each(InputIterator first, InputIterator last, UnaryFunction&& f) { if (first >= last) return; Omega_h::entering_parallel = true; auto const f2 = std::move(f); Omega_h::entering_parallel = false; #if defined(OMEGA_H_USE_OPENMP) LO const n = last - first; #pragma omp parallel for for (LO i = 0; i < n...
pushq %rbp movq %rsp, %rbp subq $0x80, %rsp movl %edi, -0x34(%rbp) movl %esi, -0x38(%rbp) movq %rdx, -0x40(%rbp) leaq -0x34(%rbp), %rax movq %rax, -0x8(%rbp) leaq -0x38(%rbp), %rax movq %rax, -0x10(%rbp) movq -0x8(%rbp), %rax movl (%rax), %eax movq -0x10(%rbp), %rcx cmpl (%rcx), %eax jl 0x25b168 jmp 0x25b1f7 movq 0x49c...
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
gahansen[P]omega_h/src/Omega_h_for.hpp
1,385
void Omega_h::for_each<Omega_h::IntIterator, Omega_h::Read<signed char> Omega_h::subtract_each<signed char>(Omega_h::Read<signed char>, Omega_h::Read<signed char>)::'lambda'(int)>(signed char, signed char, Omega_h::Read<signed char> Omega_h::subtract_each<signed char>(Omega_h::Read<signed char>, Omega_h::Read<signed ch...
void for_each(InputIterator first, InputIterator last, UnaryFunction&& f) { if (first >= last) return; Omega_h::entering_parallel = true; auto const f2 = std::move(f); Omega_h::entering_parallel = false; #if defined(OMEGA_H_USE_OPENMP) LO const n = last - first; #pragma omp parallel for for (LO i = 0; i < n...
pushq %rbp movq %rsp, %rbp subq $0x80, %rsp movl %edi, -0x34(%rbp) movl %esi, -0x38(%rbp) movq %rdx, -0x40(%rbp) leaq -0x34(%rbp), %rax movq %rax, -0x8(%rbp) leaq -0x38(%rbp), %rax movq %rax, -0x10(%rbp) movq -0x8(%rbp), %rax movl (%rax), %eax movq -0x10(%rbp), %rcx cmpl (%rcx), %eax jl 0x25b468 jmp 0x25b4f7 movq 0x49c...
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
gahansen[P]omega_h/src/Omega_h_for.hpp
1,386
void Omega_h::for_each<Omega_h::IntIterator, Omega_h::Read<signed char> Omega_h::min_each<signed char>(Omega_h::Read<signed char>, Omega_h::Read<signed char>)::'lambda'(int)>(signed char, signed char, Omega_h::Read<signed char> Omega_h::min_each<signed char>(Omega_h::Read<signed char>, Omega_h::Read<signed char>)::'lam...
void for_each(InputIterator first, InputIterator last, UnaryFunction&& f) { if (first >= last) return; Omega_h::entering_parallel = true; auto const f2 = std::move(f); Omega_h::entering_parallel = false; #if defined(OMEGA_H_USE_OPENMP) LO const n = last - first; #pragma omp parallel for for (LO i = 0; i < n...
pushq %rbp movq %rsp, %rbp subq $0x80, %rsp movl %edi, -0x34(%rbp) movl %esi, -0x38(%rbp) movq %rdx, -0x40(%rbp) leaq -0x34(%rbp), %rax movq %rax, -0x8(%rbp) leaq -0x38(%rbp), %rax movq %rax, -0x10(%rbp) movq -0x8(%rbp), %rax movl (%rax), %eax movq -0x10(%rbp), %rcx cmpl (%rcx), %eax jl 0x25b768 jmp 0x25b7f7 movq 0x49c...
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
gahansen[P]omega_h/src/Omega_h_for.hpp
1,387
void Omega_h::for_each<Omega_h::IntIterator, Omega_h::Read<signed char> Omega_h::max_each<signed char>(Omega_h::Read<signed char>, Omega_h::Read<signed char>)::'lambda'(int)>(signed char, signed char, Omega_h::Read<signed char> Omega_h::max_each<signed char>(Omega_h::Read<signed char>, Omega_h::Read<signed char>)::'lam...
void for_each(InputIterator first, InputIterator last, UnaryFunction&& f) { if (first >= last) return; Omega_h::entering_parallel = true; auto const f2 = std::move(f); Omega_h::entering_parallel = false; #if defined(OMEGA_H_USE_OPENMP) LO const n = last - first; #pragma omp parallel for for (LO i = 0; i < n...
pushq %rbp movq %rsp, %rbp subq $0x80, %rsp movl %edi, -0x34(%rbp) movl %esi, -0x38(%rbp) movq %rdx, -0x40(%rbp) leaq -0x34(%rbp), %rax movq %rax, -0x8(%rbp) leaq -0x38(%rbp), %rax movq %rax, -0x10(%rbp) movq -0x8(%rbp), %rax movl (%rax), %eax movq -0x10(%rbp), %rcx cmpl (%rcx), %eax jl 0x25ba98 jmp 0x25bb27 movq 0x49c...
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
gahansen[P]omega_h/src/Omega_h_for.hpp
1,388
void Omega_h::for_each<Omega_h::IntIterator, Omega_h::Read<signed char> Omega_h::ternary_each<signed char>(Omega_h::Read<signed char>, Omega_h::Read<signed char>, Omega_h::Read<signed char>)::'lambda'(int)>(signed char, signed char, Omega_h::Read<signed char> Omega_h::ternary_each<signed char>(Omega_h::Read<signed char...
void for_each(InputIterator first, InputIterator last, UnaryFunction&& f) { if (first >= last) return; Omega_h::entering_parallel = true; auto const f2 = std::move(f); Omega_h::entering_parallel = false; #if defined(OMEGA_H_USE_OPENMP) LO const n = last - first; #pragma omp parallel for for (LO i = 0; i < n...
pushq %rbp movq %rsp, %rbp subq $0xa0, %rsp movl %edi, -0x34(%rbp) movl %esi, -0x38(%rbp) movq %rdx, -0x40(%rbp) leaq -0x34(%rbp), %rax movq %rax, -0x8(%rbp) leaq -0x38(%rbp), %rax movq %rax, -0x10(%rbp) movq -0x8(%rbp), %rax movl (%rax), %eax movq -0x10(%rbp), %rcx cmpl (%rcx), %eax jl 0x25be08 jmp 0x25bea9 movq 0x49b...
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
gahansen[P]omega_h/src/Omega_h_for.hpp
1,389
void Omega_h::for_each<Omega_h::IntIterator, Omega_h::Read<signed char> Omega_h::each_max_with<signed char>(Omega_h::Read<signed char>, signed char)::'lambda'(int)>(signed char, signed char, Omega_h::Read<signed char> Omega_h::each_max_with<signed char>(Omega_h::Read<signed char>, signed char)::'lambda'(int)&&)
void for_each(InputIterator first, InputIterator last, UnaryFunction&& f) { if (first >= last) return; Omega_h::entering_parallel = true; auto const f2 = std::move(f); Omega_h::entering_parallel = false; #if defined(OMEGA_H_USE_OPENMP) LO const n = last - first; #pragma omp parallel for for (LO i = 0; i < n...
pushq %rbp movq %rsp, %rbp subq $0x80, %rsp movl %edi, -0x34(%rbp) movl %esi, -0x38(%rbp) movq %rdx, -0x40(%rbp) leaq -0x34(%rbp), %rax movq %rax, -0x8(%rbp) leaq -0x38(%rbp), %rax movq %rax, -0x10(%rbp) movq -0x8(%rbp), %rax movl (%rax), %eax movq -0x10(%rbp), %rcx cmpl (%rcx), %eax jl 0x25c1c8 jmp 0x25c257 movq 0x49b...
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
gahansen[P]omega_h/src/Omega_h_for.hpp
1,390
void Omega_h::for_each<Omega_h::IntIterator, Omega_h::Read<signed char> Omega_h::add_to_each<signed char>(Omega_h::Read<signed char>, signed char)::'lambda'(int)>(signed char, signed char, Omega_h::Read<signed char> Omega_h::add_to_each<signed char>(Omega_h::Read<signed char>, signed char)::'lambda'(int)&&)
void for_each(InputIterator first, InputIterator last, UnaryFunction&& f) { if (first >= last) return; Omega_h::entering_parallel = true; auto const f2 = std::move(f); Omega_h::entering_parallel = false; #if defined(OMEGA_H_USE_OPENMP) LO const n = last - first; #pragma omp parallel for for (LO i = 0; i < n...
pushq %rbp movq %rsp, %rbp subq $0x80, %rsp movl %edi, -0x34(%rbp) movl %esi, -0x38(%rbp) movq %rdx, -0x40(%rbp) leaq -0x34(%rbp), %rax movq %rax, -0x8(%rbp) leaq -0x38(%rbp), %rax movq %rax, -0x10(%rbp) movq -0x8(%rbp), %rax movl (%rax), %eax movq -0x10(%rbp), %rcx cmpl (%rcx), %eax jl 0x25c458 jmp 0x25c4e7 movq 0x49b...
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
gahansen[P]omega_h/src/Omega_h_for.hpp
1,391
void Omega_h::for_each<Omega_h::IntIterator, Omega_h::Read<signed char> Omega_h::subtract_from_each<signed char>(Omega_h::Read<signed char>, signed char)::'lambda'(int)>(signed char, signed char, Omega_h::Read<signed char> Omega_h::subtract_from_each<signed char>(Omega_h::Read<signed char>, signed char)::'lambda'(int)&...
void for_each(InputIterator first, InputIterator last, UnaryFunction&& f) { if (first >= last) return; Omega_h::entering_parallel = true; auto const f2 = std::move(f); Omega_h::entering_parallel = false; #if defined(OMEGA_H_USE_OPENMP) LO const n = last - first; #pragma omp parallel for for (LO i = 0; i < n...
pushq %rbp movq %rsp, %rbp subq $0x80, %rsp movl %edi, -0x34(%rbp) movl %esi, -0x38(%rbp) movq %rdx, -0x40(%rbp) leaq -0x34(%rbp), %rax movq %rax, -0x8(%rbp) leaq -0x38(%rbp), %rax movq %rax, -0x10(%rbp) movq -0x8(%rbp), %rax movl (%rax), %eax movq -0x10(%rbp), %rcx cmpl (%rcx), %eax jl 0x25c6c8 jmp 0x25c757 movq 0x49b...
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
gahansen[P]omega_h/src/Omega_h_for.hpp
1,392
void Omega_h::for_each<Omega_h::IntIterator, Omega_h::Read<signed char> Omega_h::each_geq_to<signed char>(Omega_h::Read<signed char>, signed char)::'lambda'(int)>(signed char, signed char, Omega_h::Read<signed char> Omega_h::each_geq_to<signed char>(Omega_h::Read<signed char>, signed char)::'lambda'(int)&&)
void for_each(InputIterator first, InputIterator last, UnaryFunction&& f) { if (first >= last) return; Omega_h::entering_parallel = true; auto const f2 = std::move(f); Omega_h::entering_parallel = false; #if defined(OMEGA_H_USE_OPENMP) LO const n = last - first; #pragma omp parallel for for (LO i = 0; i < n...
pushq %rbp movq %rsp, %rbp subq $0x80, %rsp movl %edi, -0x34(%rbp) movl %esi, -0x38(%rbp) movq %rdx, -0x40(%rbp) leaq -0x34(%rbp), %rax movq %rax, -0x8(%rbp) leaq -0x38(%rbp), %rax movq %rax, -0x10(%rbp) movq -0x8(%rbp), %rax movl (%rax), %eax movq -0x10(%rbp), %rcx cmpl (%rcx), %eax jl 0x25c938 jmp 0x25c9c7 movq 0x49b...
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
gahansen[P]omega_h/src/Omega_h_for.hpp
1,393
void Omega_h::for_each<Omega_h::IntIterator, Omega_h::Read<signed char> Omega_h::each_leq_to<signed char>(Omega_h::Read<signed char>, signed char)::'lambda'(int)>(signed char, signed char, Omega_h::Read<signed char> Omega_h::each_leq_to<signed char>(Omega_h::Read<signed char>, signed char)::'lambda'(int)&&)
void for_each(InputIterator first, InputIterator last, UnaryFunction&& f) { if (first >= last) return; Omega_h::entering_parallel = true; auto const f2 = std::move(f); Omega_h::entering_parallel = false; #if defined(OMEGA_H_USE_OPENMP) LO const n = last - first; #pragma omp parallel for for (LO i = 0; i < n...
pushq %rbp movq %rsp, %rbp subq $0x80, %rsp movl %edi, -0x34(%rbp) movl %esi, -0x38(%rbp) movq %rdx, -0x40(%rbp) leaq -0x34(%rbp), %rax movq %rax, -0x8(%rbp) leaq -0x38(%rbp), %rax movq %rax, -0x10(%rbp) movq -0x8(%rbp), %rax movl (%rax), %eax movq -0x10(%rbp), %rcx cmpl (%rcx), %eax jl 0x25cba8 jmp 0x25cc37 movq 0x49b...
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
gahansen[P]omega_h/src/Omega_h_for.hpp
1,394
void Omega_h::for_each<Omega_h::IntIterator, Omega_h::Read<signed char> Omega_h::each_gt<signed char>(Omega_h::Read<signed char>, signed char)::'lambda'(int)>(signed char, signed char, Omega_h::Read<signed char> Omega_h::each_gt<signed char>(Omega_h::Read<signed char>, signed char)::'lambda'(int)&&)
void for_each(InputIterator first, InputIterator last, UnaryFunction&& f) { if (first >= last) return; Omega_h::entering_parallel = true; auto const f2 = std::move(f); Omega_h::entering_parallel = false; #if defined(OMEGA_H_USE_OPENMP) LO const n = last - first; #pragma omp parallel for for (LO i = 0; i < n...
pushq %rbp movq %rsp, %rbp subq $0x80, %rsp movl %edi, -0x34(%rbp) movl %esi, -0x38(%rbp) movq %rdx, -0x40(%rbp) leaq -0x34(%rbp), %rax movq %rax, -0x8(%rbp) leaq -0x38(%rbp), %rax movq %rax, -0x10(%rbp) movq -0x8(%rbp), %rax movl (%rax), %eax movq -0x10(%rbp), %rcx cmpl (%rcx), %eax jl 0x25ce18 jmp 0x25cea7 movq 0x49a...
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
gahansen[P]omega_h/src/Omega_h_for.hpp
1,395
void Omega_h::for_each<Omega_h::IntIterator, Omega_h::Read<signed char> Omega_h::each_lt<signed char>(Omega_h::Read<signed char>, signed char)::'lambda'(int)>(signed char, signed char, Omega_h::Read<signed char> Omega_h::each_lt<signed char>(Omega_h::Read<signed char>, signed char)::'lambda'(int)&&)
void for_each(InputIterator first, InputIterator last, UnaryFunction&& f) { if (first >= last) return; Omega_h::entering_parallel = true; auto const f2 = std::move(f); Omega_h::entering_parallel = false; #if defined(OMEGA_H_USE_OPENMP) LO const n = last - first; #pragma omp parallel for for (LO i = 0; i < n...
pushq %rbp movq %rsp, %rbp subq $0x80, %rsp movl %edi, -0x34(%rbp) movl %esi, -0x38(%rbp) movq %rdx, -0x40(%rbp) leaq -0x34(%rbp), %rax movq %rax, -0x8(%rbp) leaq -0x38(%rbp), %rax movq %rax, -0x10(%rbp) movq -0x8(%rbp), %rax movl (%rax), %eax movq -0x10(%rbp), %rcx cmpl (%rcx), %eax jl 0x25d088 jmp 0x25d117 movq 0x49a...
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
gahansen[P]omega_h/src/Omega_h_for.hpp
1,396
void Omega_h::for_each<Omega_h::IntIterator, Omega_h::Read<signed char> Omega_h::each_neq_to<signed char>(Omega_h::Read<signed char>, signed char)::'lambda'(int)>(signed char, signed char, Omega_h::Read<signed char> Omega_h::each_neq_to<signed char>(Omega_h::Read<signed char>, signed char)::'lambda'(int)&&)
void for_each(InputIterator first, InputIterator last, UnaryFunction&& f) { if (first >= last) return; Omega_h::entering_parallel = true; auto const f2 = std::move(f); Omega_h::entering_parallel = false; #if defined(OMEGA_H_USE_OPENMP) LO const n = last - first; #pragma omp parallel for for (LO i = 0; i < n...
pushq %rbp movq %rsp, %rbp subq $0x80, %rsp movl %edi, -0x34(%rbp) movl %esi, -0x38(%rbp) movq %rdx, -0x40(%rbp) leaq -0x34(%rbp), %rax movq %rax, -0x8(%rbp) leaq -0x38(%rbp), %rax movq %rax, -0x10(%rbp) movq -0x8(%rbp), %rax movl (%rax), %eax movq -0x10(%rbp), %rcx cmpl (%rcx), %eax jl 0x25d2f8 jmp 0x25d387 movq 0x49a...
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
gahansen[P]omega_h/src/Omega_h_for.hpp
1,397
void Omega_h::for_each<Omega_h::IntIterator, Omega_h::Read<signed char> Omega_h::each_eq<signed char>(Omega_h::Read<signed char>, Omega_h::Read<signed char>)::'lambda'(int)>(signed char, signed char, Omega_h::Read<signed char> Omega_h::each_eq<signed char>(Omega_h::Read<signed char>, Omega_h::Read<signed char>)::'lambd...
void for_each(InputIterator first, InputIterator last, UnaryFunction&& f) { if (first >= last) return; Omega_h::entering_parallel = true; auto const f2 = std::move(f); Omega_h::entering_parallel = false; #if defined(OMEGA_H_USE_OPENMP) LO const n = last - first; #pragma omp parallel for for (LO i = 0; i < n...
pushq %rbp movq %rsp, %rbp subq $0x80, %rsp movl %edi, -0x34(%rbp) movl %esi, -0x38(%rbp) movq %rdx, -0x40(%rbp) leaq -0x34(%rbp), %rax movq %rax, -0x8(%rbp) leaq -0x38(%rbp), %rax movq %rax, -0x10(%rbp) movq -0x8(%rbp), %rax movl (%rax), %eax movq -0x10(%rbp), %rcx cmpl (%rcx), %eax jl 0x25d588 jmp 0x25d617 movq 0x49a...
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
gahansen[P]omega_h/src/Omega_h_for.hpp
1,398
void Omega_h::for_each<Omega_h::IntIterator, Omega_h::Read<signed char> Omega_h::each_eq_to<signed char>(Omega_h::Read<signed char>, signed char)::'lambda'(int)>(signed char, signed char, Omega_h::Read<signed char> Omega_h::each_eq_to<signed char>(Omega_h::Read<signed char>, signed char)::'lambda'(int)&&)
void for_each(InputIterator first, InputIterator last, UnaryFunction&& f) { if (first >= last) return; Omega_h::entering_parallel = true; auto const f2 = std::move(f); Omega_h::entering_parallel = false; #if defined(OMEGA_H_USE_OPENMP) LO const n = last - first; #pragma omp parallel for for (LO i = 0; i < n...
pushq %rbp movq %rsp, %rbp subq $0x80, %rsp movl %edi, -0x34(%rbp) movl %esi, -0x38(%rbp) movq %rdx, -0x40(%rbp) leaq -0x34(%rbp), %rax movq %rax, -0x8(%rbp) leaq -0x38(%rbp), %rax movq %rax, -0x10(%rbp) movq -0x8(%rbp), %rax movl (%rax), %eax movq -0x10(%rbp), %rcx cmpl (%rcx), %eax jl 0x25d868 jmp 0x25d8f7 movq 0x49a...
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
gahansen[P]omega_h/src/Omega_h_for.hpp
1,399
void Omega_h::for_each<Omega_h::IntIterator, Omega_h::Read<signed char> Omega_h::gt_each<signed char>(Omega_h::Read<signed char>, Omega_h::Read<signed char>)::'lambda'(int)>(signed char, signed char, Omega_h::Read<signed char> Omega_h::gt_each<signed char>(Omega_h::Read<signed char>, Omega_h::Read<signed char>)::'lambd...
void for_each(InputIterator first, InputIterator last, UnaryFunction&& f) { if (first >= last) return; Omega_h::entering_parallel = true; auto const f2 = std::move(f); Omega_h::entering_parallel = false; #if defined(OMEGA_H_USE_OPENMP) LO const n = last - first; #pragma omp parallel for for (LO i = 0; i < n...
pushq %rbp movq %rsp, %rbp subq $0x80, %rsp movl %edi, -0x34(%rbp) movl %esi, -0x38(%rbp) movq %rdx, -0x40(%rbp) leaq -0x34(%rbp), %rax movq %rax, -0x8(%rbp) leaq -0x38(%rbp), %rax movq %rax, -0x10(%rbp) movq -0x8(%rbp), %rax movl (%rax), %eax movq -0x10(%rbp), %rcx cmpl (%rcx), %eax jl 0x25daf8 jmp 0x25db87 movq 0x49a...
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
gahansen[P]omega_h/src/Omega_h_for.hpp