Lines Matching refs:VarInfo
119 struct VarInfo { struct in __anoncdaa66640111::CombineRule
125 VarInfo(const GIMatchDagInstr *N, const GIMatchDagOperand *Op, in VarInfo() function
185 StringMap<std::vector<VarInfo>> &NamedEdgeDefs,
186 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()