Home
last modified time | relevance | path

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

/external/llvm-project/llvm/utils/TableGen/GlobalISel/
DGIMatchDagOperands.cpp26 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 …]
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();
DGIMatchDagPredicate.h18 class GIMatchDagOperandList; variable
48 const GIMatchDagOperandList &OperandInfo;
52 const GIMatchDagOperandList &OperandInfo) in GIMatchDagPredicate()
59 const GIMatchDagOperandList &getOperandInfo() const { return OperandInfo; } in getOperandInfo()
DGIMatchDagInstr.h59 const GIMatchDagOperandList &OperandInfo;
71 const GIMatchDagOperandList &OperandInfo) in GIMatchDagInstr()
75 const GIMatchDagOperandList &getOperandInfo() const { return OperandInfo; } in getOperandInfo()
DGIMatchDag.h26 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()
DGIMatchDag.cpp19 const GIMatchDagOperandList &Operands) { in writeDOTGraph()