Searched refs:GIMatchDagOperandList (Results 1 – 6 of 6) sorted by relevance
26 void GIMatchDagOperandList::add(StringRef Name, unsigned Idx, bool IsDef) { in add()32 void GIMatchDagOperandList::Profile(FoldingSetNodeID &ID) const { in Profile()38 void GIMatchDagOperandList::print(raw_ostream &OS) const { in print()52 const GIMatchDagOperandList::value_type &GIMatchDagOperandList::59 const GIMatchDagOperandList &64 GIMatchDagOperandList *Value = in makeEmptyOperandList()69 std::unique_ptr<GIMatchDagOperandList> NewValue = in makeEmptyOperandList()70 std::make_unique<GIMatchDagOperandList>(); in makeEmptyOperandList()76 const GIMatchDagOperandList &84 GIMatchDagOperandList *Value = in makeOperandList()[all …]
79 class GIMatchDagOperandList : public FoldingSetNode {117 FoldingSet<GIMatchDagOperandList> OperandLists;118 std::vector<std::unique_ptr<GIMatchDagOperandList>> OperandListsOwner;121 const GIMatchDagOperandList &makeEmptyOperandList();122 const GIMatchDagOperandList &makeOperandList(const CodeGenInstruction &I);123 const GIMatchDagOperandList &makeMIPredicateOperandList();124 const GIMatchDagOperandList &makeTwoMOPredicateOperandList();
19 class GIMatchDagOperandList; variable62 const GIMatchDagOperandList &OperandInfo;74 const GIMatchDagOperandList &OperandInfo) in GIMatchDagInstr()78 const GIMatchDagOperandList &getOperandInfo() const { return OperandInfo; } in getOperandInfo()
22 class GIMatchDagOperandList; variable52 const GIMatchDagOperandList &OperandInfo;56 const GIMatchDagOperandList &OperandInfo) in GIMatchDagPredicate()63 const GIMatchDagOperandList &getOperandInfo() const { return OperandInfo; } in getOperandInfo()
25 const GIMatchDagOperandList &makeEmptyOperandList() { in makeEmptyOperandList()29 const GIMatchDagOperandList &makeOperandList(const CodeGenInstruction &I) { in makeOperandList()33 const GIMatchDagOperandList &makeMIPredicateOperandList() { in makeMIPredicateOperandList()38 const GIMatchDagOperandList &makeTwoMOPredicateOperandList() { in makeTwoMOPredicateOperandList()
19 const GIMatchDagOperandList &Operands) { in writeDOTGraph()