Searched refs:GIMatchDagPredicate (Results 1 – 8 of 8) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/ |
| H A D | GIMatchDagPredicate.h | 27 class GIMatchDagPredicate { 51 GIMatchDagPredicate(GIMatchDagPredicateKind Kind, StringRef Name, in GIMatchDagPredicate() function 54 virtual ~GIMatchDagPredicate() {} in ~GIMatchDagPredicate() 79 class GIMatchDagOpcodePredicate : public GIMatchDagPredicate { 86 static bool classof(const GIMatchDagPredicate *P) { in classof() 99 class GIMatchDagOneOfOpcodesPredicate : public GIMatchDagPredicate { 107 static bool classof(const GIMatchDagPredicate *P) { in classof() 122 class GIMatchDagSameMOPredicate : public GIMatchDagPredicate { 126 static bool classof(const GIMatchDagPredicate *P) { in classof() 137 raw_ostream &operator<<(raw_ostream &OS, const GIMatchDagPredicate &N);
|
| H A D | GIMatchDagPredicate.cpp | 18 void GIMatchDagPredicate::print(raw_ostream &OS) const { in print() 24 void GIMatchDagPredicate::printDescription(raw_ostream &OS) const { OS << ""; } in printDescription() 28 : GIMatchDagPredicate(GIMatchDagPredicateKind_Opcode, Name, in GIMatchDagOpcodePredicate() 38 : GIMatchDagPredicate(GIMatchDagPredicateKind_OneOfOpcodes, Name, in GIMatchDagOneOfOpcodesPredicate() 53 : GIMatchDagPredicate(GIMatchDagPredicateKind_SameMO, Name, in GIMatchDagSameMOPredicate() 60 raw_ostream &llvm::operator<<(raw_ostream &OS, const GIMatchDagPredicate &N) { in operator <<()
|
| H A D | GIMatchDagPredicateDependencyEdge.h | 18 class GIMatchDagPredicate; variable 31 const GIMatchDagPredicate *Predicate; 39 const GIMatchDagPredicate *Predicate, in GIMatchDagPredicateDependencyEdge() 46 const GIMatchDagPredicate *getPredicate() const { return Predicate; } in getPredicate()
|
| H A D | GIMatchTree.h | 49 using UntestedPredicatesTy = SmallVector<const GIMatchDagPredicate *, 1>; 108 void addUntestedPredicate(const GIMatchDagPredicate *P) { in addUntestedPredicate() 284 DenseMap<GIMatchDagPredicate *, unsigned> PredicateIDs; 331 const GIMatchDagPredicate *getPredicate(unsigned Idx) const { in getPredicate()
|
| H A D | GIMatchDag.h | 63 using PredicateNodesVec = std::vector<std::unique_ptr<GIMatchDagPredicate>>;
|
| H A D | GIMatchTree.cpp | 57 for (const GIMatchDagPredicate *P : Leaf.untested_predicates()) in writeDOTGraphNode()
|
| /freebsd-13.1/usr.bin/clang/llvm-tblgen/ |
| H A D | Makefile | 39 SRCS+= GlobalISel/GIMatchDagPredicate.cpp
|
| /freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | GICombinerEmitter.cpp | 774 for (const GIMatchDagPredicate *Predicate : Leaf.untested_predicates()) { in generateCodeForTree()
|