Home
last modified time | relevance | path

Searched refs:ListMap (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFListTable.h143 std::map<uint64_t, DWARFListType> ListMap; variable
156 ListMap.clear(); in clear()
207 ListMap[Off] = CurrentList; in extract()
254 for (const auto &List : ListMap) in dump()
262 for (const auto &List : ListMap) in dump()
272 auto Entry = ListMap.find(Offset); in findList()
273 if (Entry != ListMap.end()) in findList()
284 ListMap[StartingOffset] = List; in findList()
/third_party/mindspore/mindspore/ccsrc/frontend/operator/composite/
Dcomposite.h166 class ListMap {
168 explicit ListMap(const std::string &name) : name_(name) { cache_.clear(); } in ListMap() function
169 ~ListMap() = default;
Dcomposite.cc720 FuncGraphPtr ListMap::GenerateFuncGraph(const AbstractBasePtrList &args_spec_list) { in GenerateFuncGraph()
787 void ListMap::MakeCond(const std::vector<AnfNodePtr> &lists, const FuncGraphPtr &fgnext_ptr, in MakeCond()
824 void ListMap::MakeNext(const std::vector<AnfNodePtr> &lists, const FuncGraphPtr &fgcond_ptr, in MakeNext()
/third_party/mindspore/mindspore/ccsrc/frontend/operator/
Dops_front_infer_function.cc658 REGISTER_PRIMITIVE_FRONT_EVAL_IMPL(ListMap, prim::kPrimListMap, InferImplListMap, nullptr);