Searched refs:predicate (Results 1 – 9 of 9) sorted by relevance
| /wasmtime-44.0.1/crates/environ/src/ |
| H A D | graphs.rs | 40 fn filter_nodes<F>(self, predicate: F) -> FilterNodes<Self, F> in filter_nodes() 47 predicate, in filter_nodes() 80 predicate: F, field 106 self.graph.nodes().filter(&self.predicate) in nodes() 115 self.graph.successors(node).filter(&self.predicate) in successors()
|
| /wasmtime-44.0.1/cranelift/isle/isle/isle_examples/link/ |
| H A D | iflets.isle | 9 (decl pure predicate () u32) 10 (rule (predicate) 1) 18 (if (predicate))
|
| /wasmtime-44.0.1/docs/ |
| H A D | contributing-reducing-test-cases.md | 14 2. a predicate script to determine whether the bug reproduces on a given reduced 43 First, we needed a predicate script to identify the reported buggy behavior. The 77 trap. Sometimes writing very precise predicate scripts is difficult, but we do 80 With the predicate script in hand, we can automatically reduce the original test 84 $ wasm-tools shrink predicate.sh test-case.wasm
|
| /wasmtime-44.0.1/cranelift/codegen/meta/src/ |
| H A D | gen_isle.rs | 595 let predicate = NumericOp { in ops_for_type() localVariable 815 ..predicate.clone() in ops_for_type() 820 ..predicate.clone() in ops_for_type() 825 ..predicate.clone() in ops_for_type() 830 ..predicate.clone() in ops_for_type() 894 ..predicate.clone() in ops_for_type()
|
| /wasmtime-44.0.1/cranelift/bforest/src/ |
| H A D | set.rs | 154 pub fn retain<F>(&mut self, forest: &mut SetForest<K>, mut predicate: F) in retain() 163 if predicate(forest.nodes[node].unwrap_leaf().0[entry]) { in retain()
|
| H A D | map.rs | 181 pub fn retain<F>(&mut self, forest: &mut MapForest<K, V>, mut predicate: F) in retain() 192 predicate(ks[entry], &mut vs[entry]) in retain()
|
| /wasmtime-44.0.1/cranelift/codegen/src/opts/ |
| H A D | selects.isle | 185 ;; and equivalent predicate/operand-order variants.
|
| /wasmtime-44.0.1/crates/wasmtime/src/runtime/component/ |
| H A D | concurrent.rs | 5086 fn promote_work_items_matching<F>(&mut self, mut predicate: F) -> bool in promote_work_items_matching() 5093 if self.high_priority.iter().any(&mut predicate) { in promote_work_items_matching() 5098 else if let Some(idx) = self.low_priority.iter().position(&mut predicate) { in promote_work_items_matching()
|
| /wasmtime-44.0.1/cranelift/codegen/src/isa/x64/ |
| H A D | lower.isle | 2920 ;; `cmpps` with predicate index `3` is `cmpunordps`, or
|