| LOW | test/types.cpp | 1 | // Copyright (C) 2022-2026 Exaloop Inc. <https://exaloop.io> |
| LOW | test/main.cpp | 1 | // Copyright (C) 2022-2026 Exaloop Inc. <https://exaloop.io> |
| LOW | docs/developers/ir.md | 201 | functions or types as needed in the pass. |
| LOW | codon/app/main.cpp | 1 | // Copyright (C) 2022-2026 Exaloop Inc. <https://exaloop.io> |
| LOW | codon/util/common.h | 1 | // Copyright (C) 2022-2026 Exaloop Inc. <https://exaloop.io> |
| LOW | codon/util/tser.h | 1 | // Licensed under the Boost License <https://opensource.org/licenses/BSL-1.0>. |
| LOW | codon/util/peg2cpp.cpp | 1 | // Copyright (C) 2022-2026 Exaloop Inc. <https://exaloop.io> |
| LOW | codon/runtime/exc.cpp | 1 | // Copyright (C) 2022-2026 Exaloop Inc. <https://exaloop.io> |
| LOW | codon/runtime/lib.cpp | 1 | // Copyright (C) 2022-2026 Exaloop Inc. <https://exaloop.io> |
| LOW | codon/runtime/lib.cpp | 21 | #include <unwind.h> |
| LOW | codon/runtime/lib.h | 1 | // Copyright (C) 2022-2026 Exaloop Inc. <https://exaloop.io> |
| LOW | codon/runtime/re.cpp | 1 | // Copyright (C) 2022-2026 Exaloop Inc. <https://exaloop.io> |
| LOW | codon/runtime/numpy/loops.cpp | 1 | // Copyright (C) 2022-2026 Exaloop Inc. <https://exaloop.io> |
| LOW | codon/runtime/floatlib/extendsftf2.c | 1 | //===-- lib/extendsftf2.c - single -> quad conversion -------------*- C -*-===// |
| LOW | codon/runtime/floatlib/extendhftf2.c | 1 | //===-- lib/extendhftf2.c - half -> quad conversion ---------------*- C -*-===// |
| LOW | codon/runtime/floatlib/int_lib.h | 1 | //===-- int_lib.h - configuration header for compiler-rt -----------------===// |
| LOW | codon/runtime/floatlib/int_lib.h | 21 | // ABI macro definitions |
| LOW | codon/runtime/floatlib/int_lib.h | 41 | #define ALWAYS_INLINE __attribute__((always_inline)) |
| LOW | codon/runtime/floatlib/int_lib.h | 61 | #define COMPILER_RT_ALIAS(name, aliasname) \ |
| LOW | codon/runtime/floatlib/int_lib.h | 81 | // |
| LOW | codon/runtime/floatlib/extendhfsf2.c | 1 | //===-- lib/extendhfsf2.c - half -> single conversion -------------*- C -*-===// |
| LOW | codon/runtime/floatlib/extendhfsf2.c | 21 | #if defined(__ARM_EABI__) |
| LOW | codon/runtime/floatlib/extendsfdf2.c | 1 | //===-- lib/extendsfdf2.c - single -> double conversion -----------*- C -*-===// |
| LOW | codon/runtime/floatlib/trunctfsf2.c | 1 | //===-- lib/trunctfsf2.c - quad -> single conversion --------------*- C -*-===// |
| LOW | codon/runtime/floatlib/trunctfdf2.c | 1 | //===-- lib/truncdfsf2.c - quad -> double conversion --------------*- C -*-===// |
| LOW | codon/runtime/floatlib/truncdfhf2.c | 1 | //===-- lib/truncdfhf2.c - double -> half conversion --------------*- C -*-===// |
| LOW | codon/runtime/floatlib/int_util.h | 1 | //===-- int_util.h - internal utility functions ---------------------------===// |
| LOW | codon/runtime/floatlib/int_math.h | 1 | //===-- int_math.h - internal math inlines --------------------------------===// |
| LOW | codon/runtime/floatlib/int_math.h | 21 | |
| LOW | codon/runtime/floatlib/int_math.h | 41 | #else |
| LOW | codon/runtime/floatlib/int_math.h | 61 | #define crt_copysign(x, y) copysign((x), (y)) |
| LOW | codon/runtime/floatlib/int_math.h | 81 | #define crt_fmaxl(x, y) __max((x), (y)) |
| LOW | codon/runtime/floatlib/fp_extend.h | 1 | //===-lib/fp_extend.h - low precision -> high precision conversion -*- C |
| LOW | codon/runtime/floatlib/fp_extend.h | 41 | |
| LOW | codon/runtime/floatlib/truncsfbf2.c | 1 | //===-- lib/truncsfbf2.c - single -> bfloat conversion ------------*- C -*-===// |
| LOW | codon/runtime/floatlib/int_endianness.h | 1 | //===-- int_endianness.h - configuration header for compiler-rt -----------===// |
| LOW | codon/runtime/floatlib/int_endianness.h | 21 | #if __BYTE_ORDER__ == __ORDER_BIG_ENDIAN__ |
| LOW | codon/runtime/floatlib/int_endianness.h | 41 | #error "unknown endianness" |
| LOW | codon/runtime/floatlib/int_endianness.h | 61 | |
| LOW | codon/runtime/floatlib/int_endianness.h | 81 | #ifdef __BIG_ENDIAN__ |
| LOW | codon/runtime/floatlib/int_endianness.h | 101 | #define _YUGA_LITTLE_ENDIAN 1 |
| LOW | codon/runtime/floatlib/int_types.h | 1 | //===-- int_lib.h - configuration header for compiler-rt -----------------===// |
| LOW | codon/runtime/floatlib/int_types.h | 21 | // si_int is defined in Linux sysroot's asm-generic/siginfo.h |
| LOW | codon/runtime/floatlib/int_types.h | 61 | su_int low; |
| LOW | codon/runtime/floatlib/fp_trunc.h | 1 | //=== lib/fp_trunc.h - high precision -> low precision conversion *- C -*-===// |
| LOW | codon/runtime/floatlib/fp_lib.h | 1 | //===-- lib/fp_lib.h - Floating-point utilities -------------------*- C -*-===// |
| LOW | codon/runtime/floatlib/fp_lib.h | 21 | #define FP_LIB_HEADER |
| LOW | codon/runtime/floatlib/fp_lib.h | 181 | |
| LOW | codon/runtime/floatlib/fp_lib.h | 221 | #if !defined(QUAD_PRECISION) || defined(CRT_HAS_IEEE_TF) |
| LOW | codon/runtime/floatlib/truncdfbf2.c | 1 | //===-- lib/truncdfbf2.c - double -> bfloat conversion ------------*- C -*-===// |
| LOW | codon/runtime/floatlib/truncsfhf2.c | 1 | //===-- lib/truncsfhf2.c - single -> half conversion --------------*- C -*-===// |
| LOW | codon/runtime/floatlib/truncsfhf2.c | 21 | #if defined(__ARM_EABI__) |
| LOW | codon/runtime/floatlib/truncdfsf2.c | 1 | //===-- lib/truncdfsf2.c - double -> single conversion ------------*- C -*-===// |
| LOW | codon/runtime/floatlib/trunctfhf2.c | 1 | //===-- lib/trunctfhf2.c - quad -> half conversion ----------------*- C -*-===// |
| LOW | codon/runtime/floatlib/extenddftf2.c | 1 | //===-- lib/extenddftf2.c - double -> quad conversion -------------*- C -*-===// |
| LOW | codon/parser/common.cpp | 1 | // Copyright (C) 2022-2026 Exaloop Inc. <https://exaloop.io> |
| LOW | codon/parser/cache.h | 1 | // Copyright (C) 2022-2026 Exaloop Inc. <https://exaloop.io> |
| LOW | codon/parser/cache.h | 21 | |
| LOW | codon/parser/cache.h | 301 | /// Find a function with a given canonical name and return a matching types::Type |
| LOW | codon/parser/cache.cpp | 1 | // Copyright (C) 2022-2026 Exaloop Inc. <https://exaloop.io> |
| 104 more matches not shown… |