Lines Matching refs:VarInfo
118 struct VarInfo { struct in __anon4718c62b0111::CombineRule
124 VarInfo(const GIMatchDagInstr *N, const GIMatchDagOperand *Op, in VarInfo() function
184 StringMap<std::vector<VarInfo>> &NamedEdgeDefs,
185 StringMap<std::vector<VarInfo>> &NamedEdgeUses);
399 StringMap<std::vector<VarInfo>> &NamedEdgeDefs, in parseInstructionMatcher()
400 StringMap<std::vector<VarInfo>> &NamedEdgeUses) { in parseInstructionMatcher()
489 StringMap<std::vector<VarInfo>> NamedEdgeDefs; in parseMatcher()
490 StringMap<std::vector<VarInfo>> NamedEdgeUses; in parseMatcher()
544 for (const VarInfo &DefVar : NameAndDefs.getValue()) { in parseMatcher()
545 for (const VarInfo &UseVar : Uses) { in parseMatcher()
563 for (const auto &Var : ArrayRef<VarInfo>(Uses).drop_front()) { in parseMatcher()