Home
last modified time | relevance | path

Searched refs:GIMatchDagOperandList (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/llvm/utils/TableGen/GlobalISel/
H A DGIMatchDagOperands.cpp52 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 …]
H A DGIMatchDagOperands.h79 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();
H A DGIMatchDagInstr.h19 class GIMatchDagOperandList; variable
62 const GIMatchDagOperandList &OperandInfo;
74 const GIMatchDagOperandList &OperandInfo) in GIMatchDagInstr()
78 const GIMatchDagOperandList &getOperandInfo() const { return OperandInfo; } in getOperandInfo()
H A DGIMatchDagPredicate.h22 class GIMatchDagOperandList; variable
52 const GIMatchDagOperandList &OperandInfo;
56 const GIMatchDagOperandList &OperandInfo) in GIMatchDagPredicate()
63 const GIMatchDagOperandList &getOperandInfo() const { return OperandInfo; } in getOperandInfo()
H A DGIMatchDag.h25 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()
H A DGIMatchDag.cpp19 const GIMatchDagOperandList &Operands) { in writeDOTGraph()