Searched defs:all_ops (Results 1 – 12 of 12) sorted by relevance
63 llvm::SetVector<Operation*> all_ops; member136 void CollectInputs(const llvm::SetVector<Operation*>& all_ops, in CollectInputs()163 void CollectOutputs(const llvm::SetVector<Operation*>& all_ops, in CollectOutputs()
80 llvm::SmallSetVector<Operation*, 4> all_ops; in GetAllOpsFromIf() local207 auto all_ops = GetAllOpsFromIf(*(std::next(iter))); in CanAddToIfSegment() local
278 const auto all_ops = in TEST() local
222 all_ops = binary_ops + comparison_ops + unary_ops + to_py_type_ops variable
436 std::vector<OperatorId> all_ops() const in all_ops() function
63 std::vector<quantfork::QuantizeRegionOp> all_ops; in GetAllOps() local
58 all_ops = parametrize( variable
1273 absl::flat_hash_set<string> all_ops(vall_ops.begin(), vall_ops.end()); in FindCompilationCandidates() local
1945 absl::flat_hash_set<string> all_ops(vall_ops.begin(), vall_ops.end()); in TEST() local
2144 auto all_ops = Dispatcher::singleton().getRegistrationsForDispatchKey(std::nullopt); in TEST() local