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();
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()