Searched refs:GIMatchDagOperandList (Results 1 – 6 of 6) sorted by relevance
52 const GIMatchDagOperandList::value_type &GIMatchDagOperandList::59 const GIMatchDagOperandList &64 GIMatchDagOperandList *Value = in makeEmptyOperandList()70 std::make_unique<GIMatchDagOperandList>(); in makeEmptyOperandList()76 const GIMatchDagOperandList &84 GIMatchDagOperandList *Value = in makeOperandList()90 std::make_unique<GIMatchDagOperandList>(); in makeOperandList()98 const GIMatchDagOperandList &105 GIMatchDagOperandList *Value = in makeMIPredicateOperandList()120 const GIMatchDagOperandList &[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();
18 class GIMatchDagOperandList; variable48 const GIMatchDagOperandList &OperandInfo;52 const GIMatchDagOperandList &OperandInfo) in GIMatchDagPredicate()59 const GIMatchDagOperandList &getOperandInfo() const { return OperandInfo; } in getOperandInfo()
59 const GIMatchDagOperandList &OperandInfo;71 const GIMatchDagOperandList &OperandInfo) in GIMatchDagInstr()75 const GIMatchDagOperandList &getOperandInfo() const { return OperandInfo; } in getOperandInfo()
26 const GIMatchDagOperandList &makeEmptyOperandList() { in makeEmptyOperandList()30 const GIMatchDagOperandList &makeOperandList(const CodeGenInstruction &I) { in makeOperandList()34 const GIMatchDagOperandList &makeMIPredicateOperandList() { in makeMIPredicateOperandList()39 const GIMatchDagOperandList &makeTwoMOPredicateOperandList() { in makeTwoMOPredicateOperandList()
19 const GIMatchDagOperandList &Operands) { in writeDOTGraph()