Home
last modified time | relevance | path

Searched refs:invariants (Results 1 – 25 of 56) sorted by relevance

123

/external/mesa3d/src/compiler/nir/
Dnir_propagate_invariant.c27 add_src(nir_src *src, struct set *invariants) in add_src() argument
30 _mesa_set_add(invariants, src->ssa); in add_src()
32 _mesa_set_add(invariants, src->reg.reg); in add_src()
44 dest_is_invariant(nir_dest *dest, struct set *invariants) in dest_is_invariant() argument
47 return _mesa_set_search(invariants, &dest->ssa); in dest_is_invariant()
49 return _mesa_set_search(invariants, dest->reg.reg); in dest_is_invariant()
54 add_cf_node(nir_cf_node *cf, struct set *invariants) in add_cf_node() argument
58 add_src(&if_stmt->condition, invariants); in add_cf_node()
62 add_cf_node(cf->parent, invariants); in add_cf_node()
66 add_var(nir_variable *var, struct set *invariants) in add_var() argument
[all …]
/external/v8/tools/clang/blink_gc_plugin/
DREADME.chromium1 This clang plugin checks various invariants of the Blink garbage
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopStrengthReduce/ARM/
Daddrec-is-loop-invariant.ll5 ; its operands are loop invariants.
/external/nanopb-c/docs/
Dsecurity.rst49 The following invariants are maintained during operation, even if the
/external/grpc-grpc/third_party/nanopb/docs/
Dsecurity.rst49 The following invariants are maintained during operation, even if the
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/Inline/
Dinline-tail.ll201 ; any tail marking, otherwise we break verifier invariants.
/external/python/cpython3/Doc/howto/
Dfunctional.rst112 The technique used to prove programs correct is to write down **invariants**,
114 true. For each line of code, you then show that if invariants X and Y are true
115 **before** the line is executed, the slightly different invariants X' and Y' are
117 the program, at which point the invariants should match the desired conditions
121 difficult to handle with this technique; assignments can break invariants that
122 were true before the assignment without producing any new invariants that can be
/external/python/cpython2/Doc/howto/
Dfunctional.rst111 The technique used to prove programs correct is to write down **invariants**,
113 true. For each line of code, you then show that if invariants X and Y are true
114 **before** the line is executed, the slightly different invariants X' and Y' are
116 the program, at which point the invariants should match the desired conditions
120 difficult to handle with this technique; assignments can break invariants that
121 were true before the assignment without producing any new invariants that can be
/external/python/cpython2/Misc/NEWS.d/
D2.6b3.rst169 the rules for hash invariants and were already unhashable in 3.0 have now
/external/clang/test/CodeGenObjCXX/
Darc.mm276 // Just make sure that the AST invariants hold properly here,
/external/tensorflow/tensorflow/core/protobuf/tpu/
Doptimization_parameters.proto282 // maintain two invariants during model training:
/external/v8/third_party/v8/builtins/
Darray-sort.tq703 // The invariants still hold, so:
1563 // until the stack invariants are re-established:
1598 // Regardless of invariants, merge all runs on the stack until only one
/external/python/cpython3/Doc/library/
Denum.rst422 some important invariants of types and instances. On the other hand, it makes
859 the normal :class:`Enum` invariants (such as not being comparable to other
Dheapq.rst206 break the heap structure invariants. So, a possible solution is to mark the
/external/tensorflow/tensorflow/compiler/xla/
Dxla.proto75 // correctness and the invariants that must be satisfied by "fully optimized"
/external/python/cpython2/Doc/library/
Dheapq.rst194 break the heap structure invariants. So, a possible solution is to mark the
Demail.message.rst122 responsibility to ensure the payload invariants. Optional *charset* sets
/external/python/cpython2/Objects/
Dlistsort.txt330 What turned out to be a good compromise maintains two invariants on the
366 both invariants are satisfied. As an extreme case, suppose we didn't do the
/external/python/cpython3/Objects/
Dlistsort.txt330 What turned out to be a good compromise maintains two invariants on the
366 both invariants are satisfied. As an extreme case, suppose we didn't do the
/external/clang/docs/analyzer/
DIPA.txt101 fairly poor job of modeling certain data structure invariants of container-like
/external/parameter-framework/upstream/doc/requirements/
Drequirements.md144 All parameters have a data type. A data type designates parameter invariants.
173 check parameter validity (invariants) nor a pretty display of the values.</why>
/external/swiftshader/third_party/llvm-7.0/llvm/test/Analysis/ScalarEvolution/
Ddifferent-loops-recs.ll70 ; Check that we can evaluate a sum of phis+invariants from two different loops
/external/e2fsprogs/lib/et/
Dcom_err.texinfo397 failures of internal invariants and consistency checks only, as it
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DGlobalISel.rst612 The pass approach lets us use the ``MachineVerifier`` to enforce invariants.
/external/google-benchmark/
DREADME.md697 iteration, and/or as per-thread averages, and/or iteration invariants;

123