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,000
void Omega_h::for_each<Omega_h::IntIterator, void Omega_h::fill<long>(Omega_h::Write<long>, long)::'lambda'(int)>(long, long, void Omega_h::fill<long>(Omega_h::Write<long>, long)::'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 $0x70, %rsp movl %edi, -0x34(%rbp) movl %esi, -0x38(%rbp) movq %rdx, -0x40(%rbp) leaq -0x34(%rbp), %rax movq %rax, -0x28(%rbp) leaq -0x38(%rbp), %rax movq %rax, -0x30(%rbp) movq -0x28(%rbp), %rax movl (%rax), %eax movq -0x30(%rbp), %rcx cmpl (%rcx), %eax jl 0x231165 jmp 0x2311f4 movq 0x4...
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,001
void Omega_h::fill<long>(Omega_h::Write<long>, long)::'lambda'(int)::('lambda'(int)&&)
void fill(Write<T> a, T val) { auto f = OMEGA_H_LAMBDA(LO i) { a[i] = val; }; parallel_for(a.size(), f, "Write(size,value)"); }
pushq %rbp movq %rsp, %rbp subq $0x20, %rsp movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movq -0x8(%rbp), %rdi movq %rdi, -0x18(%rbp) movq -0x10(%rbp), %rsi callq 0x1bd640 movq -0x18(%rbp), %rax movq -0x10(%rbp), %rcx movq 0x10(%rcx), %rcx movq %rcx, 0x10(%rax) addq $0x20, %rsp popq %rbp retq nopw (%rax,%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.cpp
1,002
void Omega_h::fill<long>(Omega_h::Write<long>, long)::'lambda'(int)::operator()(int) const
void fill(Write<T> a, T val) { auto f = OMEGA_H_LAMBDA(LO i) { a[i] = val; }; parallel_for(a.size(), f, "Write(size,value)"); }
pushq %rbp movq %rsp, %rbp movq %rdi, -0x28(%rbp) movl %esi, -0x2c(%rbp) movq -0x28(%rbp), %rcx movq 0x10(%rcx), %rdx movl -0x2c(%rbp), %eax movq %rcx, -0x18(%rbp) movl %eax, -0x1c(%rbp) movq -0x18(%rbp), %rax movq %rax, -0x10(%rbp) movq -0x10(%rbp), %rax movq %rax, -0x8(%rbp) movq -0x8(%rbp), %rax movq 0x8(%rax), %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.cpp
1,003
void Omega_h::fill_linear<long>(Omega_h::Write<long>, long, long)::'lambda'(int)::('lambda'(int) const&)
void fill_linear(Write<T> a, T offset, T stride) { auto f = OMEGA_H_LAMBDA(LO i) { a[i] = offset + (stride * static_cast<T>(i)); }; parallel_for(a.size(), f, "Write(size,offset,stride)"); }
pushq %rbp movq %rsp, %rbp subq $0x20, %rsp movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movq -0x8(%rbp), %rdi movq %rdi, -0x18(%rbp) movq -0x10(%rbp), %rsi callq 0x1c78d0 movq -0x18(%rbp), %rax movq -0x10(%rbp), %rcx movq 0x10(%rcx), %rdx movq %rdx, 0x10(%rax) movq 0x18(%rcx), %rcx movq %rcx, 0x18(%rax) addq $0x20, %r...
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.cpp
1,004
void Omega_h::for_each<Omega_h::IntIterator, void Omega_h::fill_linear<long>(Omega_h::Write<long>, long, long)::'lambda'(int)>(long, long, void Omega_h::fill_linear<long>(Omega_h::Write<long>, long, long)::'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 $0x70, %rsp movl %edi, -0x34(%rbp) movl %esi, -0x38(%rbp) movq %rdx, -0x40(%rbp) leaq -0x34(%rbp), %rax movq %rax, -0x28(%rbp) leaq -0x38(%rbp), %rax movq %rax, -0x30(%rbp) movq -0x28(%rbp), %rax movl (%rax), %eax movq -0x30(%rbp), %rcx cmpl (%rcx), %eax jl 0x231305 jmp 0x231394 movq 0x4...
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,005
void Omega_h::fill_linear<long>(Omega_h::Write<long>, long, long)::'lambda'(int)::('lambda'(int)&&)
void fill_linear(Write<T> a, T offset, T stride) { auto f = OMEGA_H_LAMBDA(LO i) { a[i] = offset + (stride * static_cast<T>(i)); }; parallel_for(a.size(), f, "Write(size,offset,stride)"); }
pushq %rbp movq %rsp, %rbp subq $0x20, %rsp movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movq -0x8(%rbp), %rdi movq %rdi, -0x18(%rbp) movq -0x10(%rbp), %rsi callq 0x1bd640 movq -0x18(%rbp), %rax movq -0x10(%rbp), %rcx movq 0x10(%rcx), %rdx movq %rdx, 0x10(%rax) movq 0x18(%rcx), %rcx movq %rcx, 0x18(%rax) addq $0x20, %r...
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.cpp
1,006
void Omega_h::fill_linear<long>(Omega_h::Write<long>, long, long)::'lambda'(int)::operator()(int) const
void fill_linear(Write<T> a, T offset, T stride) { auto f = OMEGA_H_LAMBDA(LO i) { a[i] = offset + (stride * static_cast<T>(i)); }; parallel_for(a.size(), f, "Write(size,offset,stride)"); }
pushq %rbp movq %rsp, %rbp movq %rdi, -0x28(%rbp) movl %esi, -0x2c(%rbp) movq -0x28(%rbp), %rcx movq 0x10(%rcx), %rdx movq 0x18(%rcx), %rax movslq -0x2c(%rbp), %rsi imulq %rsi, %rax addq %rax, %rdx movl -0x2c(%rbp), %eax movq %rcx, -0x18(%rbp) movl %eax, -0x1c(%rbp) movq -0x18(%rbp), %rax movq %rax, -0x10(%rbp) movq -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_array.cpp
1,007
void Omega_h::for_each<Omega_h::IntIterator, void Omega_h::copy_into<long>(Omega_h::Read<long>, Omega_h::Write<long>)::'lambda'(int)>(long, long, void Omega_h::copy_into<long>(Omega_h::Read<long>, Omega_h::Write<long>)::'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 $0x70, %rsp movl %edi, -0x34(%rbp) movl %esi, -0x38(%rbp) movq %rdx, -0x40(%rbp) leaq -0x34(%rbp), %rax movq %rax, -0x28(%rbp) leaq -0x38(%rbp), %rax movq %rax, -0x30(%rbp) movq -0x28(%rbp), %rax movl (%rax), %eax movq -0x30(%rbp), %rcx cmpl (%rcx), %eax jl 0x2314d5 jmp 0x231564 movq 0x4...
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,008
void Omega_h::fill<double>(Omega_h::Write<double>, double)::'lambda'(int)::('lambda'(int) const&)
void fill(Write<T> a, T val) { auto f = OMEGA_H_LAMBDA(LO i) { a[i] = val; }; parallel_for(a.size(), f, "Write(size,value)"); }
pushq %rbp movq %rsp, %rbp subq $0x20, %rsp movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movq -0x8(%rbp), %rdi movq %rdi, -0x18(%rbp) movq -0x10(%rbp), %rsi callq 0x1c7e70 movq -0x18(%rbp), %rax movq -0x10(%rbp), %rcx movsd 0x10(%rcx), %xmm0 movsd %xmm0, 0x10(%rax) 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_array.cpp
1,009
void Omega_h::for_each<Omega_h::IntIterator, void Omega_h::fill<double>(Omega_h::Write<double>, double)::'lambda'(int)>(double, double, void Omega_h::fill<double>(Omega_h::Write<double>, double)::'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 $0x70, %rsp movl %edi, -0x34(%rbp) movl %esi, -0x38(%rbp) movq %rdx, -0x40(%rbp) leaq -0x34(%rbp), %rax movq %rax, -0x28(%rbp) leaq -0x38(%rbp), %rax movq %rax, -0x30(%rbp) movq -0x28(%rbp), %rax movl (%rax), %eax movq -0x30(%rbp), %rcx cmpl (%rcx), %eax jl 0x2316d5 jmp 0x231764 movq 0x4...
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,010
void Omega_h::fill<double>(Omega_h::Write<double>, double)::'lambda'(int)::('lambda'(int)&&)
void fill(Write<T> a, T val) { auto f = OMEGA_H_LAMBDA(LO i) { a[i] = val; }; parallel_for(a.size(), f, "Write(size,value)"); }
pushq %rbp movq %rsp, %rbp subq $0x20, %rsp movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movq -0x8(%rbp), %rdi movq %rdi, -0x18(%rbp) movq -0x10(%rbp), %rsi callq 0x1d8720 movq -0x18(%rbp), %rax movq -0x10(%rbp), %rcx movsd 0x10(%rcx), %xmm0 movsd %xmm0, 0x10(%rax) 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_array.cpp
1,011
void Omega_h::fill<double>(Omega_h::Write<double>, double)::'lambda'(int)::operator()(int) const
void fill(Write<T> a, T val) { auto f = OMEGA_H_LAMBDA(LO i) { a[i] = val; }; parallel_for(a.size(), f, "Write(size,value)"); }
pushq %rbp movq %rsp, %rbp movq %rdi, -0x28(%rbp) movl %esi, -0x2c(%rbp) movq -0x28(%rbp), %rcx movsd 0x10(%rcx), %xmm0 movl -0x2c(%rbp), %eax movq %rcx, -0x18(%rbp) movl %eax, -0x1c(%rbp) movq -0x18(%rbp), %rax movq %rax, -0x10(%rbp) movq -0x10(%rbp), %rax movq %rax, -0x8(%rbp) movq -0x8(%rbp), %rax movq 0x8(%rax), %r...
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.cpp
1,012
void Omega_h::fill_linear<double>(Omega_h::Write<double>, double, double)::'lambda'(int)::('lambda'(int) const&)
void fill_linear(Write<T> a, T offset, T stride) { auto f = OMEGA_H_LAMBDA(LO i) { a[i] = offset + (stride * static_cast<T>(i)); }; parallel_for(a.size(), f, "Write(size,offset,stride)"); }
pushq %rbp movq %rsp, %rbp subq $0x20, %rsp movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movq -0x8(%rbp), %rdi movq %rdi, -0x18(%rbp) movq -0x10(%rbp), %rsi callq 0x1c7e70 movq -0x18(%rbp), %rax movq -0x10(%rbp), %rcx movq 0x10(%rcx), %rdx movq %rdx, 0x10(%rax) movq 0x18(%rcx), %rcx movq %rcx, 0x18(%rax) addq $0x20, %r...
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.cpp
1,013
void Omega_h::for_each<Omega_h::IntIterator, void Omega_h::fill_linear<double>(Omega_h::Write<double>, double, double)::'lambda'(int)>(double, double, void Omega_h::fill_linear<double>(Omega_h::Write<double>, double, double)::'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 $0x70, %rsp movl %edi, -0x34(%rbp) movl %esi, -0x38(%rbp) movq %rdx, -0x40(%rbp) leaq -0x34(%rbp), %rax movq %rax, -0x28(%rbp) leaq -0x38(%rbp), %rax movq %rax, -0x30(%rbp) movq -0x28(%rbp), %rax movl (%rax), %eax movq -0x30(%rbp), %rcx cmpl (%rcx), %eax jl 0x231885 jmp 0x231914 movq 0x4...
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,014
void Omega_h::fill_linear<double>(Omega_h::Write<double>, double, double)::'lambda'(int)::('lambda'(int)&&)
void fill_linear(Write<T> a, T offset, T stride) { auto f = OMEGA_H_LAMBDA(LO i) { a[i] = offset + (stride * static_cast<T>(i)); }; parallel_for(a.size(), f, "Write(size,offset,stride)"); }
pushq %rbp movq %rsp, %rbp subq $0x20, %rsp movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movq -0x8(%rbp), %rdi movq %rdi, -0x18(%rbp) movq -0x10(%rbp), %rsi callq 0x1d8720 movq -0x18(%rbp), %rax movq -0x10(%rbp), %rcx movq 0x10(%rcx), %rdx movq %rdx, 0x10(%rax) movq 0x18(%rcx), %rcx movq %rcx, 0x18(%rax) addq $0x20, %r...
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.cpp
1,015
void Omega_h::fill_linear<double>(Omega_h::Write<double>, double, double)::'lambda'(int)::operator()(int) const
void fill_linear(Write<T> a, T offset, T stride) { auto f = OMEGA_H_LAMBDA(LO i) { a[i] = offset + (stride * static_cast<T>(i)); }; parallel_for(a.size(), f, "Write(size,offset,stride)"); }
pushq %rbp movq %rsp, %rbp movq %rdi, -0x28(%rbp) movl %esi, -0x2c(%rbp) movq -0x28(%rbp), %rcx movsd 0x10(%rcx), %xmm1 movsd 0x18(%rcx), %xmm0 cvtsi2sdl -0x2c(%rbp), %xmm2 mulsd %xmm2, %xmm0 addsd %xmm1, %xmm0 movl -0x2c(%rbp), %eax movq %rcx, -0x18(%rbp) movl %eax, -0x1c(%rbp) movq -0x18(%rbp), %rax movq %rax, -0x10(...
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.cpp
1,016
void Omega_h::for_each<Omega_h::IntIterator, void Omega_h::copy_into<double>(Omega_h::Read<double>, Omega_h::Write<double>)::'lambda'(int)>(double, double, void Omega_h::copy_into<double>(Omega_h::Read<double>, Omega_h::Write<double>)::'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 $0x70, %rsp movl %edi, -0x34(%rbp) movl %esi, -0x38(%rbp) movq %rdx, -0x40(%rbp) leaq -0x34(%rbp), %rax movq %rax, -0x28(%rbp) leaq -0x38(%rbp), %rax movq %rax, -0x30(%rbp) movq -0x28(%rbp), %rax movl (%rax), %eax movq -0x30(%rbp), %rcx cmpl (%rcx), %eax jl 0x231a65 jmp 0x231af4 movq 0x4...
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,017
Omega_h::are_close(Omega_h::Read<double>, Omega_h::Read<double>, double, double)
bool are_close(Reals a, Reals b, Real tol, Real floor) { OMEGA_H_CHECK(a.size() == b.size()); auto const first = IntIterator(0); auto const last = IntIterator(a.size()); auto const init = true; auto const op = logical_and<bool>(); auto transform = OMEGA_H_LAMBDA(LO i)->bool { return are_close(a[i], b[i]...
pushq %rbp movq %rsp, %rbp subq $0x140, %rsp # imm = 0x140 movq %rdi, -0x118(%rbp) movq %rsi, -0x110(%rbp) movq %rdi, -0x88(%rbp) movq %rsi, -0x90(%rbp) movsd %xmm0, -0x98(%rbp) movsd %xmm1, -0xa0(%rbp) movq %rdi, -0x50(%rbp) movq -0x50(%rbp), %rax movq %rax, -0x48(%rbp) movq -0x48(%rbp), %rax movq %rax, -0x...
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,018
bool Omega_h::transform_reduce<Omega_h::IntIterator, Omega_h::are_close(Omega_h::Read<double>, Omega_h::Read<double>, double, double)::$_0, bool, Omega_h::logical_and<bool>>(Omega_h::IntIterator, Omega_h::IntIterator, bool, Omega_h::logical_and<bool>, Omega_h::are_close(Omega_h::Read<double>, Omega_h::Read<double>, dou...
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 movb %dl, %al movl %edi, -0x3c(%rbp) movl %esi, -0x40(%rbp) andb $0x1, %al movb %al, -0x42(%rbp) movq %rcx, -0x50(%rbp) movq 0x4c5d75(%rip), %rax # 0x6f7c88 movb $0x1, (%rax) movq -0x50(%rbp), %rsi leaq -0x80(%rbp), %rdi callq 0x235aa0 movq 0x4c5d5e(%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,019
Omega_h::are_close_abs(Omega_h::Read<double>, Omega_h::Read<double>, double)
bool are_close_abs(Reals a, Reals b, Real tol) { OMEGA_H_CHECK(a.size() == b.size()); auto const first = IntIterator(0); auto const last = IntIterator(a.size()); auto const init = true; auto const op = logical_and<bool>(); auto transform = OMEGA_H_LAMBDA(LO i)->bool { return (std::abs(a[i] - b[i]) <= to...
pushq %rbp movq %rsp, %rbp subq $0x130, %rsp # imm = 0x130 movq %rdi, -0x108(%rbp) movq %rsi, -0x100(%rbp) movq %rdi, -0x88(%rbp) movq %rsi, -0x90(%rbp) movsd %xmm0, -0x98(%rbp) movq %rdi, -0x50(%rbp) movq -0x50(%rbp), %rax movq %rax, -0x48(%rbp) movq -0x48(%rbp), %rax movq %rax, -0x10(%rbp) movq -0x10(%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,020
bool Omega_h::transform_reduce<Omega_h::IntIterator, Omega_h::are_close_abs(Omega_h::Read<double>, Omega_h::Read<double>, double)::$_0, bool, Omega_h::logical_and<bool>>(Omega_h::IntIterator, Omega_h::IntIterator, bool, Omega_h::logical_and<bool>, Omega_h::are_close_abs(Omega_h::Read<double>, Omega_h::Read<double>, dou...
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 movb %dl, %al movl %edi, -0x3c(%rbp) movl %esi, -0x40(%rbp) andb $0x1, %al movb %al, -0x42(%rbp) movq %rcx, -0x50(%rbp) movq 0x4c5945(%rip), %rax # 0x6f7c88 movb $0x1, (%rax) movq -0x50(%rbp), %rsi leaq -0x78(%rbp), %rdi callq 0x235d40 movq 0x4c592e(%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,021
Omega_h::divide_each_maybe_zero(Omega_h::Read<double>, Omega_h::Read<double>)
Reals divide_each_maybe_zero(Reals a, Reals b) { if (b.size() == 0) { OMEGA_H_CHECK(a.size() == 0); return a; } auto width = divide_no_remainder(a.size(), b.size()); Write<Real> c(a.size()); auto f = OMEGA_H_LAMBDA(LO i) { if (b[i] != 0.0) { for (Int j = 0; j < width; ++j) { c[i * wi...
pushq %rbp movq %rsp, %rbp subq $0x1f0, %rsp # imm = 0x1F0 movq %rdx, -0x198(%rbp) movq %rsi, -0x190(%rbp) movq %rdi, -0x188(%rbp) movq %rdi, %rax movq %rax, -0x180(%rbp) movq %rdi, -0xc8(%rbp) movq %rsi, -0xd0(%rbp) movq %rdx, -0xd8(%rbp) movq %rdx, -0x98(%rbp) movq -0x98(%rbp), %rax movq %rax, -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,022
void Omega_h::parallel_for<Omega_h::divide_each_maybe_zero(Omega_h::Read<double>, Omega_h::Read<double>)::$_0>(int, Omega_h::divide_each_maybe_zero(Omega_h::Read<double>, Omega_h::Read<double>)::$_0 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,023
Omega_h::pow_each(Omega_h::Read<double>, Omega_h::Read<double>)
Reals pow_each(Reals a, Reals b) { OMEGA_H_CHECK(a.size() == b.size()); Write<Real> c(a.size()); auto f = OMEGA_H_LAMBDA(LO i) { c[i] = std::pow(a[i], b[i]); }; parallel_for(a.size(), f, "pow_each"); return c; }
pushq %rbp movq %rsp, %rbp subq $0x190, %rsp # imm = 0x190 movq %rdx, -0x148(%rbp) movq %rsi, -0x140(%rbp) movq %rdi, -0x138(%rbp) movq %rdi, %rax movq %rax, -0x130(%rbp) movq %rdi, -0x88(%rbp) movq %rsi, -0x90(%rbp) movq %rdx, -0x98(%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,024
void Omega_h::parallel_for<Omega_h::pow_each(Omega_h::Read<double>, Omega_h::Read<double>)::$_0>(int, Omega_h::pow_each(Omega_h::Read<double>, Omega_h::Read<double>)::$_0 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,025
Omega_h::land_each(Omega_h::Read<signed char>, Omega_h::Read<signed char>)
Bytes land_each(Bytes a, Bytes 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, "land_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,026
void Omega_h::parallel_for<Omega_h::land_each(Omega_h::Read<signed char>, Omega_h::Read<signed char>)::$_0>(int, Omega_h::land_each(Omega_h::Read<signed char>, Omega_h::Read<signed char>)::$_0 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,027
Omega_h::lor_each(Omega_h::Read<signed char>, Omega_h::Read<signed char>)
Bytes lor_each(Bytes a, Bytes 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, "lor_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,028
void Omega_h::parallel_for<Omega_h::lor_each(Omega_h::Read<signed char>, Omega_h::Read<signed char>)::$_0>(int, Omega_h::lor_each(Omega_h::Read<signed char>, Omega_h::Read<signed char>)::$_0 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,029
Omega_h::bit_or_each(Omega_h::Read<signed char>, Omega_h::Read<signed char>)
Bytes bit_or_each(Bytes a, Bytes 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, "bit_or_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,030
void Omega_h::parallel_for<Omega_h::bit_or_each(Omega_h::Read<signed char>, Omega_h::Read<signed char>)::$_0>(int, Omega_h::bit_or_each(Omega_h::Read<signed char>, Omega_h::Read<signed char>)::$_0 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,031
Omega_h::bit_neg_each(Omega_h::Read<signed char>)
Bytes bit_neg_each(Bytes a) { Write<I8> b(a.size()); auto f = OMEGA_H_LAMBDA(LO i) { b[i] = ~(a[i]); }; parallel_for(a.size(), f, "bit_neg_each"); return b; }
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,032
void Omega_h::parallel_for<Omega_h::bit_neg_each(Omega_h::Read<signed char>)::$_0>(int, Omega_h::bit_neg_each(Omega_h::Read<signed char>)::$_0 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,033
Omega_h::fabs_each(Omega_h::Read<double>)
Read<Real> fabs_each(Read<Real> a) { Write<Real> b(a.size()); auto f = OMEGA_H_LAMBDA(LO i) { b[i] = std::abs(a[i]); }; parallel_for(a.size(), f, "fabs_each"); return b; }
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,034
void Omega_h::parallel_for<Omega_h::fabs_each(Omega_h::Read<double>)::$_0>(int, Omega_h::fabs_each(Omega_h::Read<double>)::$_0 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,035
Omega_h::max_exponent(Omega_h::Read<double>)
int max_exponent(Reals a) { auto const init = ArithTraits<int>::min(); if (a.size() == 0) { return init; } auto const first = IntIterator(0); auto const last = IntIterator(a.size()); auto const op = maximum<int>(); auto transform = OMEGA_H_LAMBDA(LO i)->int { int expo; if (a[i] == 0.0) return ...
pushq %rbp movq %rsp, %rbp subq $0xd0, %rsp movq %rdi, -0xb8(%rbp) movq %rdi, -0x68(%rbp) movl $0x80000000, -0x6c(%rbp) # imm = 0x80000000 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 an...
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,036
int Omega_h::transform_reduce<Omega_h::IntIterator, Omega_h::max_exponent(Omega_h::Read<double>)::$_0, int, Omega_h::maximum<int>>(Omega_h::IntIterator, Omega_h::IntIterator, int, Omega_h::maximum<int>, Omega_h::max_exponent(Omega_h::Read<double>)::$_0&&)
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 movl %edi, -0x3c(%rbp) movl %esi, -0x40(%rbp) movl %edx, -0x48(%rbp) movq %rcx, -0x50(%rbp) movq 0x4c3539(%rip), %rax # 0x6f7c88 movb $0x1, (%rax) movq -0x50(%rbp), %rsi leaq -0x60(%rbp), %rdi callq 0x237430 movq 0x4c3522(%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,037
Omega_h::int128_sum(Omega_h::Read<double>, double)
Int128 int128_sum(Reals const a, double const unit) { if (a.size() == 0) { return Int128(0); } auto const first = IntIterator(0); auto const last = IntIterator(a.size()); auto const init = Int128(0); auto const op = Int128Plus(); auto transform = OMEGA_H_LAMBDA(LO i)->Int128 { return Int128::from_...
pushq %rbp movq %rsp, %rbp subq $0x170, %rsp # imm = 0x170 movq %rdi, -0x148(%rbp) movq %rdi, -0xc8(%rbp) movsd %xmm0, -0xd0(%rbp) movq %rdi, -0x88(%rbp) movq -0x88(%rbp), %rax movq %rax, -0x80(%rbp) movq -0x80(%rbp), %rax movq %rax, -0x10(%rbp) movq -0x10(%rbp), %rax movq %rax, -0x140(%rbp) movq (%rax), %ra...
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,038
Omega_h::Int128 Omega_h::transform_reduce<Omega_h::IntIterator, Omega_h::int128_sum(Omega_h::Read<double>, double)::$_0, Omega_h::Int128, Omega_h::Int128Plus>(Omega_h::IntIterator, Omega_h::IntIterator, Omega_h::Int128, Omega_h::Int128Plus, Omega_h::int128_sum(Omega_h::Read<double>, double)::$_0&&)
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 $0x160, %rsp # imm = 0x160 movl %edi, -0xc4(%rbp) movl %esi, -0xc8(%rbp) movq %rdx, -0xd8(%rbp) movq %rcx, -0xd0(%rbp) movq %r8, -0xe8(%rbp) movq 0x4c3135(%rip), %rax # 0x6f7c88 movb $0x1, (%rax) movq -0xe8(%rbp), %rsi leaq -0x100(%rbp), %rdi callq 0x237520 movq 0x4c3118(%r...
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,039
Omega_h::repro_sum(Omega_h::Read<double>)
Real repro_sum(Reals a) { if (a.size() == 0) { return 0.0; } begin_code("repro_sum"); int expo = max_exponent(a); auto const init = ArithTraits<int>::min(); if (expo == init) return 0.0; double unit = exp2(double(expo - MANTISSA_BITS)); Int128 fixpt_sum = int128_sum(a, unit); double ret = fixpt_su...
pushq %rbp movq %rsp, %rbp subq $0xc0, %rsp movq %rdi, -0x98(%rbp) movq %rdi, -0x30(%rbp) movq %rdi, -0x20(%rbp) movq -0x20(%rbp), %rax movq %rax, -0x18(%rbp) movq -0x18(%rbp), %rax movq %rax, -0x10(%rbp) movq -0x10(%rbp), %rax movq %rax, -0x90(%rbp) movq (%rax), %rax andq $0x1, %rax cmpq $0x0, %rax jne 0x234df5 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,040
Omega_h::repro_sum(std::shared_ptr<Omega_h::Comm>, Omega_h::Read<double>)
Real repro_sum(CommPtr comm, Reals a) { begin_code("repro_sum(comm)"); auto const init = ArithTraits<int>::min(); auto expo0 = max_exponent(a); int expo = comm->allreduce(expo0, OMEGA_H_MAX); if (expo == init) return 0.0; double unit = exp2(double(expo - MANTISSA_BITS)); Int128 fixpt_sum = int128_sum(a, u...
pushq %rbp movq %rsp, %rbp subq $0xd0, %rsp movq %rdi, -0xb0(%rbp) movq %rsi, -0xa8(%rbp) movq %rdi, -0x10(%rbp) movq %rsi, -0x18(%rbp) leaq 0x3f7802(%rip), %rdi # 0x62c79a xorl %eax, %eax movl %eax, %esi callq 0x1d4380 movq -0xa8(%rbp), %rsi movl $0x80000000, -0x1c(%rbp) # imm = 0x80000000 leaq -0x30(%rbp), %rdi 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,041
Omega_h::repro_sum(std::shared_ptr<Omega_h::Comm>, Omega_h::Read<double>, int, double*)
void repro_sum(CommPtr comm, Reals a, Int ncomps, Real result[]) { for (Int comp = 0; comp < ncomps; ++comp) { result[comp] = repro_sum(comm, get_component(a, ncomps, comp)); } }
pushq %rbp movq %rsp, %rbp subq $0x80, %rsp movq %rdi, -0x78(%rbp) movq %rsi, -0x70(%rbp) movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movl %edx, -0x14(%rbp) movq %rcx, -0x20(%rbp) movl $0x0, -0x24(%rbp) movl -0x24(%rbp), %eax cmpl -0x14(%rbp), %eax jge 0x23524a movq -0x78(%rbp), %rsi leaq -0x38(%rbp), %rdi callq 0x1d9...
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,042
Omega_h::interpolate_between(Omega_h::Read<double>, Omega_h::Read<double>, double)
Reals interpolate_between(Reals a, Reals b, Real t) { OMEGA_H_CHECK(a.size() == b.size()); auto n = a.size(); auto out = Write<Real>(n); auto f = OMEGA_H_LAMBDA(LO i) { out[i] = a[i] * (1.0 - t) + b[i] * t; }; parallel_for(n, f, "interpolate_between"); return out; }
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, -0x68(%rbp) movq %rsi, -0x70(%rbp) movq %rdx, -0x78(%rbp) movsd %xmm0, -0x80(%rbp) movq %rsi, -0x50(%rbp) movq -0x50(%rbp), %ra...
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,043
void Omega_h::parallel_for<Omega_h::interpolate_between(Omega_h::Read<double>, Omega_h::Read<double>, double)::$_0>(int, Omega_h::interpolate_between(Omega_h::Read<double>, Omega_h::Read<double>, double)::$_0 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,044
Omega_h::invert_each(Omega_h::Read<double>)
Reals invert_each(Reals a) { auto out = Write<Real>(a.size()); auto f = OMEGA_H_LAMBDA(LO i) { out[i] = 1.0 / a[i]; }; parallel_for(a.size(), f, "invert_each"); 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,045
void Omega_h::parallel_for<Omega_h::invert_each(Omega_h::Read<double>)::$_0>(int, Omega_h::invert_each(Omega_h::Read<double>)::$_0 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,046
void Omega_h::for_each<Omega_h::IntIterator, Omega_h::divide_each_maybe_zero(Omega_h::Read<double>, Omega_h::Read<double>)::$_0>(Omega_h::IntIterator, Omega_h::IntIterator, Omega_h::divide_each_maybe_zero(Omega_h::Read<double>, Omega_h::Read<double>)::$_0&&)
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 0x235f58 jmp 0x235fea movq 0x4c1...
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,047
void Omega_h::for_each<Omega_h::IntIterator, Omega_h::pow_each(Omega_h::Read<double>, Omega_h::Read<double>)::$_0>(Omega_h::IntIterator, Omega_h::IntIterator, Omega_h::pow_each(Omega_h::Read<double>, Omega_h::Read<double>)::$_0&&)
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 0x236468 jmp 0x2364f7 movq 0x4c1...
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,048
void Omega_h::for_each<Omega_h::IntIterator, Omega_h::land_each(Omega_h::Read<signed char>, Omega_h::Read<signed char>)::$_0>(Omega_h::IntIterator, Omega_h::IntIterator, Omega_h::land_each(Omega_h::Read<signed char>, Omega_h::Read<signed char>)::$_0&&)
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 0x236778 jmp 0x236807 movq 0x4c1...
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,049
void Omega_h::for_each<Omega_h::IntIterator, Omega_h::lor_each(Omega_h::Read<signed char>, Omega_h::Read<signed char>)::$_0>(Omega_h::IntIterator, Omega_h::IntIterator, Omega_h::lor_each(Omega_h::Read<signed char>, Omega_h::Read<signed char>)::$_0&&)
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 0x236a98 jmp 0x236b27 movq 0x4c1...
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,050
void Omega_h::for_each<Omega_h::IntIterator, Omega_h::bit_or_each(Omega_h::Read<signed char>, Omega_h::Read<signed char>)::$_0>(Omega_h::IntIterator, Omega_h::IntIterator, Omega_h::bit_or_each(Omega_h::Read<signed char>, Omega_h::Read<signed char>)::$_0&&)
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 0x236db8 jmp 0x236e47 movq 0x4c0...
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,051
void Omega_h::for_each<Omega_h::IntIterator, Omega_h::bit_neg_each(Omega_h::Read<signed char>)::$_0>(Omega_h::IntIterator, Omega_h::IntIterator, Omega_h::bit_neg_each(Omega_h::Read<signed char>)::$_0&&)
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 $0x70, %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 0x237075 jmp 0x237104 movq 0x4c0...
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,052
void Omega_h::for_each<Omega_h::IntIterator, Omega_h::fabs_each(Omega_h::Read<double>)::$_0>(Omega_h::IntIterator, Omega_h::IntIterator, Omega_h::fabs_each(Omega_h::Read<double>)::$_0&&)
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 $0x70, %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 0x237295 jmp 0x237324 movq 0x4c0...
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,053
void Omega_h::for_each<Omega_h::IntIterator, Omega_h::interpolate_between(Omega_h::Read<double>, Omega_h::Read<double>, double)::$_0>(Omega_h::IntIterator, Omega_h::IntIterator, Omega_h::interpolate_between(Omega_h::Read<double>, Omega_h::Read<double>, double)::$_0&&)
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 0x237738 jmp 0x2377ca movq 0x4c0...
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,054
void Omega_h::for_each<Omega_h::IntIterator, Omega_h::invert_each(Omega_h::Read<double>)::$_0>(Omega_h::IntIterator, Omega_h::IntIterator, Omega_h::invert_each(Omega_h::Read<double>)::$_0&&)
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 $0x70, %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 0x237a15 jmp 0x237aa4 movq 0x4c0...
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,055
bool Omega_h::operator==<signed char>(Omega_h::Read<signed char>, Omega_h::Read<signed char>)
bool operator==(Read<T> a, Read<T> b) { OMEGA_H_CHECK(a.size() == b.size()); auto const first = IntIterator(0); auto const last = IntIterator(a.size()); auto const init = true; auto const op = logical_and<bool>(); auto transform = OMEGA_H_LAMBDA(LO i)->bool { return a[i] == b[i]; }; return transform_reduc...
pushq %rbp movq %rsp, %rbp subq $0x120, %rsp # imm = 0x120 movq %rdi, -0xf0(%rbp) movq %rsi, -0xe8(%rbp) movq %rdi, -0x88(%rbp) movq %rsi, -0x90(%rbp) movq %rdi, -0x70(%rbp) movq -0x70(%rbp), %rax movq %rax, -0x48(%rbp) movq -0x48(%rbp), %rax movq %rax, -0x10(%rbp) movq -0x10(%rbp), %rax movq %rax, -0xe0(%rb...
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,056
bool Omega_h::transform_reduce<Omega_h::IntIterator, bool Omega_h::operator==<signed char>(Omega_h::Read<signed char>, Omega_h::Read<signed char>)::'lambda'(int), bool, Omega_h::logical_and<bool>>(signed char, signed char, bool, Omega_h::logical_and<bool>, bool Omega_h::operator==<signed char>(Omega_h::Read<signed char...
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 movb %dl, %al movl %edi, -0x3c(%rbp) movl %esi, -0x40(%rbp) andb $0x1, %al movb %al, -0x42(%rbp) movq %rcx, -0x50(%rbp) movq 0x4bfe35(%rip), %rax # 0x6f7c88 movb $0x1, (%rax) movq -0x50(%rbp), %rsi leaq -0x70(%rbp), %rdi callq 0x1cba10 movq 0x4bfe1e(%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,057
Omega_h::Promoted<signed char>::type Omega_h::get_sum<signed char>(Omega_h::Read<signed char>)
promoted_t<T> get_sum(Read<T> a) { using PT = promoted_t<T>; return transform_reduce(a.begin(), a.end(), PT(0), plus<PT>(), OMEGA_H_LAMBDA(T val)->PT { return PT(val); }); }
pushq %rbp movq %rsp, %rbp subq $0x90, %rsp movq %rdi, -0x68(%rbp) movq %rdi, -0x60(%rbp) movq -0x60(%rbp), %rax movq %rax, -0x18(%rbp) movq -0x18(%rbp), %rax movq %rax, -0x10(%rbp) movq -0x10(%rbp), %rax movq %rax, -0x8(%rbp) movq -0x8(%rbp), %rax movq 0x8(%rax), %rax movq %rax, -0x88(%rbp) movq %rdi, -0x58(%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,058
int Omega_h::transform_reduce<signed char const*, Omega_h::Promoted<signed char>::type Omega_h::get_sum<signed char>(Omega_h::Read<signed char>)::'lambda'(signed char), int, Omega_h::plus<int>>(signed char, signed char, int, Omega_h::plus<int>, Omega_h::Promoted<signed char>::type Omega_h::get_sum<signed char>(Omega_h:...
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 $0x50, %rsp movq %rdi, -0x28(%rbp) movq %rsi, -0x30(%rbp) movl %edx, -0x34(%rbp) movq %rcx, -0x40(%rbp) movq 0x4bfbfa(%rip), %rax # 0x6f7c88 movb $0x1, (%rax) movq 0x4bfbf0(%rip), %rax # 0x6f7c88 movb $0x0, (%rax) movq -0x28(%rbp), %rax cmpq -0x30(%rbp), %rax je 0x2380ed movq -0x28...
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,059
signed char Omega_h::get_min<signed char>(Omega_h::Read<signed char>)
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 $0xb0, %rsp movq %rdi, -0x98(%rbp) movq %rdi, -0x48(%rbp) leaq -0x4c(%rbp), %rax movq %rax, -0x30(%rbp) movl $0x0, -0x34(%rbp) movq -0x30(%rbp), %rax movl -0x34(%rbp), %ecx movl %ecx, (%rax) movq %rdi, -0x40(%rbp) movq -0x40(%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,060
int Omega_h::transform_reduce<Omega_h::IntIterator, signed char Omega_h::get_min<signed char>(Omega_h::Read<signed char>)::'lambda'(int), int, Omega_h::minimum<int>>(signed char, signed char, int, Omega_h::minimum<int>, signed char Omega_h::get_min<signed char>(Omega_h::Read<signed char>)::'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 movl %edi, -0x3c(%rbp) movl %esi, -0x40(%rbp) movl %edx, -0x48(%rbp) movq %rcx, -0x50(%rbp) movq 0x4bfa39(%rip), %rax # 0x6f7c88 movb $0x1, (%rax) movq -0x50(%rbp), %rsi leaq -0x60(%rbp), %rdi callq 0x1be900 movq 0x4bfa22(%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,061
signed char Omega_h::get_max<signed char>(Omega_h::Read<signed char>)
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 $0xb0, %rsp movq %rdi, -0x98(%rbp) movq %rdi, -0x48(%rbp) leaq -0x4c(%rbp), %rax movq %rax, -0x30(%rbp) movl $0x0, -0x34(%rbp) movq -0x30(%rbp), %rax movl -0x34(%rbp), %ecx movl %ecx, (%rax) movq %rdi, -0x40(%rbp) movq -0x40(%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,062
int Omega_h::transform_reduce<Omega_h::IntIterator, signed char Omega_h::get_max<signed char>(Omega_h::Read<signed char>)::'lambda'(int), int, Omega_h::maximum<int>>(signed char, signed char, int, Omega_h::maximum<int>, signed char Omega_h::get_max<signed char>(Omega_h::Read<signed char>)::'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 movl %edi, -0x3c(%rbp) movl %esi, -0x40(%rbp) movl %edx, -0x48(%rbp) movq %rcx, -0x50(%rbp) movq 0x4bf7d9(%rip), %rax # 0x6f7c88 movb $0x1, (%rax) movq -0x50(%rbp), %rsi leaq -0x60(%rbp), %rdi callq 0x1cde60 movq 0x4bf7c2(%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,063
Omega_h::Promoted<signed char>::type Omega_h::get_sum<signed char>(std::shared_ptr<Omega_h::Comm>, Omega_h::Read<signed char>)
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 $0x50, %rsp movq %rsi, -0x48(%rbp) movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) callq 0x1d9de0 movq -0x48(%rbp), %rsi movq %rax, -0x40(%rbp) leaq -0x20(%rbp), %rdi movq %rdi, -0x38(%rbp) callq 0x1bec60 movq -0x38(%rbp), %rdi callq 0x1d2570 movl %eax, -0x30(%rbp) jmp 0x2385fc movl -0x30(%...
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,064
signed char Omega_h::get_min<signed char>(std::shared_ptr<Omega_h::Comm>, Omega_h::Read<signed char>)
T get_min(CommPtr comm, Read<T> a) { return comm->allreduce(get_min(a), OMEGA_H_MIN); }
pushq %rbp movq %rsp, %rbp subq $0x50, %rsp movq %rsi, -0x48(%rbp) movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) callq 0x1d9de0 movq -0x48(%rbp), %rsi movq %rax, -0x40(%rbp) leaq -0x20(%rbp), %rdi movq %rdi, -0x38(%rbp) callq 0x1bec60 movq -0x38(%rbp), %rdi callq 0x1c61e0 movb %al, -0x2d(%rbp) jmp 0x23868c movq -0x40(%r...
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,065
signed char Omega_h::get_max<signed char>(std::shared_ptr<Omega_h::Comm>, Omega_h::Read<signed char>)
T get_max(CommPtr comm, Read<T> a) { return comm->allreduce(get_max(a), OMEGA_H_MAX); }
pushq %rbp movq %rsp, %rbp subq $0x50, %rsp movq %rsi, -0x48(%rbp) movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) callq 0x1d9de0 movq -0x48(%rbp), %rsi movq %rax, -0x40(%rbp) leaq -0x20(%rbp), %rdi movq %rdi, -0x38(%rbp) callq 0x1bec60 movq -0x38(%rbp), %rdi callq 0x1dbaa0 movb %al, -0x2d(%rbp) jmp 0x23871c movq -0x40(%r...
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,066
Omega_h::MinMax<signed char> Omega_h::get_minmax<signed char>(std::shared_ptr<Omega_h::Comm>, Omega_h::Read<signed char>)
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, -0x80(%rbp) movq %rax, -0x70(%rbp) movq %rsi, -0x10(%rbp) movq %rax, -0x18(%rbp) leaq -0x2(%rbp), %rax movq %rax, -0x78(%rbp) leaq -0x28(%rbp), %rdi callq 0x1d9d90 movq -0x70(%rbp), %rsi leaq -0x38(%rbp), %rdi callq 0x1bec60 jmp 0x23...
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,067
std::shared_ptr<Omega_h::Comm>::shared_ptr(std::shared_ptr<Omega_h::Comm> 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), %rsi callq 0x1c45f0 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/shared_ptr.h
1,068
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&)
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,069
void Omega_h::parallel_for<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)>(int, signed char 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,070
Omega_h::Read<signed char> Omega_h::multiply_each_by<signed char>(Omega_h::Read<signed char>, signed char)
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) movb %dl, %al movq %rdi, %rcx movq %rcx, -0xe8(%rbp) movq %rdi, -0x48(%rbp) movq %rsi, -0x50(%rbp) movb %al, -0x51(%rbp) movq %rsi, -0x38(%rbp) movq -0x38(%rbp), %rax movq %rax, -0x30(%rbp) movq -0x30(%rb...
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,071
void Omega_h::parallel_for<Omega_h::Read<signed char> Omega_h::multiply_each_by<signed char>(Omega_h::Read<signed char>, signed char)::'lambda'(int)>(int, signed char 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,072
Omega_h::Read<signed char> Omega_h::divide_each_by<signed char>(Omega_h::Read<signed char>, signed char)
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) movb %dl, %al movq %rdi, %rcx movq %rcx, -0xe8(%rbp) movq %rdi, -0x48(%rbp) movq %rsi, -0x50(%rbp) movb %al, -0x51(%rbp) movq %rsi, -0x38(%rbp) movq -0x38(%rbp), %rax movq %rax, -0x30(%rbp) movq -0x30(%rb...
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,073
void Omega_h::parallel_for<Omega_h::Read<signed char> Omega_h::divide_each_by<signed char>(Omega_h::Read<signed char>, signed char)::'lambda'(int)>(int, signed char 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,074
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&)
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,075
void Omega_h::parallel_for<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)>(int, signed char 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,076
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&)
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,077
void Omega_h::parallel_for<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)>(int, signed char 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,078
Omega_h::Read<signed char> Omega_h::subtract_each<signed char>(Omega_h::Read<signed char>, Omega_h::Read<signed char>)
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,079
void Omega_h::parallel_for<Omega_h::Read<signed char> Omega_h::subtract_each<signed char>(Omega_h::Read<signed char>, Omega_h::Read<signed char>)::'lambda'(int)>(int, signed char 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,080
Omega_h::Read<signed char> Omega_h::min_each<signed char>(Omega_h::Read<signed char>, Omega_h::Read<signed char>)
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,081
void Omega_h::parallel_for<Omega_h::Read<signed char> Omega_h::min_each<signed char>(Omega_h::Read<signed char>, Omega_h::Read<signed char>)::'lambda'(int)>(int, signed char 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,082
Omega_h::Read<signed char> Omega_h::max_each<signed char>(Omega_h::Read<signed char>, Omega_h::Read<signed char>)
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,083
void Omega_h::parallel_for<Omega_h::Read<signed char> Omega_h::max_each<signed char>(Omega_h::Read<signed char>, Omega_h::Read<signed char>)::'lambda'(int)>(int, signed char 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,084
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>)
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, -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,085
void Omega_h::parallel_for<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)>(int, signed char 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,086
Omega_h::Read<signed char> Omega_h::each_max_with<signed char>(Omega_h::Read<signed char>, signed char)
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) movb %dl, %al movq %rdi, %rcx movq %rcx, -0xe0(%rbp) movq %rdi, -0x40(%rbp) movq %rsi, -0x48(%rbp) movb %al, -0x49(%rbp) movq %rsi, -0x38(%rbp) movq -0x38(%rbp), %rax movq %rax, -0x30(%rbp) movq -0x30(%rb...
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,087
void Omega_h::parallel_for<Omega_h::Read<signed char> Omega_h::each_max_with<signed char>(Omega_h::Read<signed char>, signed char)::'lambda'(int)>(int, signed char 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,088
Omega_h::Read<signed char> Omega_h::add_to_each<signed char>(Omega_h::Read<signed char>, signed char)
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) movb %dl, %al movq %rdi, %rcx movq %rcx, -0xe0(%rbp) movq %rdi, -0x40(%rbp) movq %rsi, -0x48(%rbp) movb %al, -0x49(%rbp) movq %rsi, -0x38(%rbp) movq -0x38(%rbp), %rax movq %rax, -0x30(%rbp) movq -0x30(%rb...
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,089
void Omega_h::parallel_for<Omega_h::Read<signed char> Omega_h::add_to_each<signed char>(Omega_h::Read<signed char>, signed char)::'lambda'(int)>(int, signed char 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,090
Omega_h::Read<signed char> Omega_h::subtract_from_each<signed char>(Omega_h::Read<signed char>, signed char)
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) movb %dl, %al movq %rdi, %rcx movq %rcx, -0xe0(%rbp) movq %rdi, -0x40(%rbp) movq %rsi, -0x48(%rbp) movb %al, -0x49(%rbp) movq %rsi, -0x38(%rbp) movq -0x38(%rbp), %rax movq %rax, -0x30(%rbp) movq -0x30(%rb...
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,091
void Omega_h::parallel_for<Omega_h::Read<signed char> Omega_h::subtract_from_each<signed char>(Omega_h::Read<signed char>, signed char)::'lambda'(int)>(int, signed char 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,092
Omega_h::Read<signed char> Omega_h::each_geq_to<signed char>(Omega_h::Read<signed char>, signed char)
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) movb %dl, %al movq %rdi, %rcx movq %rcx, -0xe0(%rbp) movq %rdi, -0x40(%rbp) movq %rsi, -0x48(%rbp) movb %al, -0x49(%rbp) movq %rsi, -0x38(%rbp) movq -0x38(%rbp), %rax movq %rax, -0x30(%rbp) movq -0x30(%rb...
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,093
void Omega_h::parallel_for<Omega_h::Read<signed char> Omega_h::each_geq_to<signed char>(Omega_h::Read<signed char>, signed char)::'lambda'(int)>(int, signed char 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,094
Omega_h::Read<signed char> Omega_h::each_leq_to<signed char>(Omega_h::Read<signed char>, signed char)
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) movb %dl, %al movq %rdi, %rcx movq %rcx, -0xe0(%rbp) movq %rdi, -0x40(%rbp) movq %rsi, -0x48(%rbp) movb %al, -0x49(%rbp) movq %rsi, -0x38(%rbp) movq -0x38(%rbp), %rax movq %rax, -0x30(%rbp) movq -0x30(%rb...
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,095
void Omega_h::parallel_for<Omega_h::Read<signed char> Omega_h::each_leq_to<signed char>(Omega_h::Read<signed char>, signed char)::'lambda'(int)>(int, signed char 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,096
Omega_h::Read<signed char> Omega_h::each_gt<signed char>(Omega_h::Read<signed char>, signed char)
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) movb %dl, %al movq %rdi, %rcx movq %rcx, -0xe0(%rbp) movq %rdi, -0x40(%rbp) movq %rsi, -0x48(%rbp) movb %al, -0x49(%rbp) movq %rsi, -0x38(%rbp) movq -0x38(%rbp), %rax movq %rax, -0x30(%rbp) movq -0x30(%rb...
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,097
void Omega_h::parallel_for<Omega_h::Read<signed char> Omega_h::each_gt<signed char>(Omega_h::Read<signed char>, signed char)::'lambda'(int)>(int, signed char 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,098
Omega_h::Read<signed char> Omega_h::each_lt<signed char>(Omega_h::Read<signed char>, signed char)
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) movb %dl, %al movq %rdi, %rcx movq %rcx, -0xe0(%rbp) movq %rdi, -0x40(%rbp) movq %rsi, -0x48(%rbp) movb %al, -0x49(%rbp) movq %rsi, -0x38(%rbp) movq -0x38(%rbp), %rax movq %rax, -0x30(%rbp) movq -0x30(%rb...
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,099
void Omega_h::parallel_for<Omega_h::Read<signed char> Omega_h::each_lt<signed char>(Omega_h::Read<signed char>, signed char)::'lambda'(int)>(int, signed char 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