HomeSort by: relevance | last modified time | path
    Searched defs:invariant (Results 1 - 10 of 10) sorted by relevancy

  /src/external/bsd/kyua-cli/dist/utils/
sanity.hpp 55 invariant, enumerator in enum:utils::assert_type
95 /// Ensures that an invariant holds.
97 /// If the invariant does not hold, execution is immediately terminated. The
104 /// \param expr A boolean expression describing the invariant.
105 #define INV(expr) _UTILS_ASSERT(utils::invariant, expr, #expr)
108 /// Ensures that an invariant holds using a custom error message.
110 /// If the invariant does not hold, execution is immediately terminated. The
113 /// \param expr A boolean expression describing the invariant.
115 #define INV_MSG(expr, msg) _UTILS_ASSERT(utils::invariant, expr, msg)
  /src/external/gpl3/gcc/dist/gcc/
ira.h 185 /* Equiv. memory, constant, invariant, and initializing insns of
189 rtx invariant; member in struct:ira_reg_equiv_s
reload.h 217 /* An invariant value to which pseudo reg N is equivalent.
220 rtx invariant; member in struct:reg_equivs_t
249 (*reg_equivs)[(ELT)].invariant
432 invariant registers. */
loop-invariant.cc 1 /* RTL-level loop invariant motion.
20 /* This implements the loop invariant motion pass. It is very simple
93 unsigned invno; /* The corresponding invariant. */
98 /* The data stored for each invariant. */
100 struct invariant struct
102 /* The number of the invariant. */
105 /* The number of the invariant with the same value. */
111 /* If we moved the invariant out of the loop, the original regno
115 /* If we moved the invariant out of the loop, the register that contains its
119 /* The definition of the invariant. *
    [all...]
tree-inline.cc 383 /* Preserve the invariant that DECL_ORIGINAL_TYPE != TREE_TYPE,
1152 int invariant = is_gimple_min_invariant (*tp); local
1156 /* If this used to be invariant, but is not any longer,
1158 if (invariant && !is_gimple_min_invariant (*tp))
1428 int invariant = is_gimple_min_invariant (*tp); local
1444 /* If this used to be invariant, but is not any longer,
1446 if (invariant && !is_gimple_min_invariant (*tp))
  /src/external/gpl3/gcc.old/dist/gcc/
ira.h 182 /* Equiv. memory, constant, invariant, and initializing insns of
186 rtx invariant; member in struct:ira_reg_equiv_s
reload.h 217 /* An invariant value to which pseudo reg N is equivalent.
220 rtx invariant; member in struct:reg_equivs_t
249 (*reg_equivs)[(ELT)].invariant
432 invariant registers. */
loop-invariant.cc 1 /* RTL-level loop invariant motion.
20 /* This implements the loop invariant motion pass. It is very simple
93 unsigned invno; /* The corresponding invariant. */
98 /* The data stored for each invariant. */
100 struct invariant struct
102 /* The number of the invariant. */
105 /* The number of the invariant with the same value. */
111 /* If we moved the invariant out of the loop, the original regno
115 /* If we moved the invariant out of the loop, the register that contains its
119 /* The definition of the invariant. *
    [all...]
tree-inline.cc 385 /* Preserve the invariant that DECL_ORIGINAL_TYPE != TREE_TYPE,
1154 int invariant = is_gimple_min_invariant (*tp); local
1158 /* If this used to be invariant, but is not any longer,
1160 if (invariant && !is_gimple_min_invariant (*tp))
1430 int invariant = is_gimple_min_invariant (*tp); local
1446 /* If this used to be invariant, but is not any longer,
1448 if (invariant && !is_gimple_min_invariant (*tp))
  /src/sys/arch/x86/x86/
tsc.c 91 bool invariant; local
97 invariant = false;
104 * where the TSC is known invariant:
119 invariant = true;
122 invariant = CPUID_TO_MODEL(ci->ci_signature) == 0x0e ||
128 invariant = CPUID_TO_MODEL(ci->ci_signature) >= 0x03;
157 * The best way to check whether the TSC counter is invariant or not
166 invariant = (descs[3] & CPUID_APM_ITSC) != 0;
170 return invariant;
228 bool invariant; local
    [all...]

Completed in 38 milliseconds