Home
last modified time | relevance | path

Searched refs:ExpandMap (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/LLVM/utils/TableGen/
DSetTheory.h88 typedef std::map<Record*, RecVec> ExpandMap; typedef
89 ExpandMap Expansions;
DSetTheory.cpp253 ExpandMap::iterator I = Expansions.find(Set); in expand()
/external/llvm/include/llvm/TableGen/
DSetTheory.h94 typedef std::map<Record*, RecVec> ExpandMap; typedef
95 ExpandMap Expansions;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/TableGen/
DSetTheory.h98 using ExpandMap = std::map<Record *, RecVec>;
99 ExpandMap Expansions;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/TableGen/
DSetTheory.cpp311 ExpandMap::iterator I = Expansions.find(Set); in expand()
/external/llvm/lib/TableGen/
DSetTheory.cpp300 ExpandMap::iterator I = Expansions.find(Set); in expand()