Searched refs:GIMatchDagOperand (Results 1 – 5 of 5) sorted by relevance
| /openbsd/src/gnu/llvm/llvm/utils/TableGen/GlobalISel/ |
| D | GIMatchDagPredicateDependencyEdge.h | 17 class GIMatchDagOperand; variable 30 const GIMatchDagOperand *RequiredMO; 35 const GIMatchDagOperand *PredicateOp; 39 const GIMatchDagOperand *RequiredMO, in GIMatchDagPredicateDependencyEdge() 41 const GIMatchDagOperand *PredicateOp) in GIMatchDagPredicateDependencyEdge() 46 const GIMatchDagOperand *getRequiredMO() const { return RequiredMO; } in getRequiredMO() 48 const GIMatchDagOperand *getPredicateOp() const { return PredicateOp; } in getPredicateOp()
|
| D | GIMatchDagEdge.h | 17 class GIMatchDagOperand; variable 39 const GIMatchDagOperand *FromMO; 41 const GIMatchDagOperand *ToMO; 44 GIMatchDagEdge(StringRef Name, const GIMatchDagInstr *FromMI, const GIMatchDagOperand *FromMO, in GIMatchDagEdge() 45 const GIMatchDagInstr *ToMI, const GIMatchDagOperand *ToMO) in GIMatchDagEdge() 50 const GIMatchDagOperand *getFromMO() const { return FromMO; } in getFromMO() 52 const GIMatchDagOperand *getToMO() const { return ToMO; } in getToMO()
|
| D | GIMatchDagOperands.cpp | 15 void GIMatchDagOperand::Profile(FoldingSetNodeID &ID) const { in Profile() 19 void GIMatchDagOperand::Profile(FoldingSetNodeID &ID, size_t Idx, in Profile() 34 GIMatchDagOperand::Profile(ID, I.index(), I.value().getName(), in Profile() 80 GIMatchDagOperand::Profile(ID, i, I.Operands[i].Name, in makeOperandList() 101 GIMatchDagOperand::Profile(ID, 0, "$", true); in makeMIPredicateOperandList() 102 GIMatchDagOperand::Profile(ID, 1, "mi", false); in makeMIPredicateOperandList() 123 GIMatchDagOperand::Profile(ID, 0, "$", true); in makeTwoMOPredicateOperandList() 124 GIMatchDagOperand::Profile(ID, 1, "mi0", false); in makeTwoMOPredicateOperandList() 125 GIMatchDagOperand::Profile(ID, 2, "mi1", false); in makeTwoMOPredicateOperandList()
|
| D | GIMatchDagOperands.h | 45 class GIMatchDagOperand { 51 GIMatchDagOperand(unsigned Idx, StringRef Name, bool IsDef) in GIMatchDagOperand() function 81 using value_type = GIMatchDagOperand; 84 using vector_type = SmallVector<GIMatchDagOperand, 3>;
|
| /openbsd/src/gnu/llvm/llvm/utils/TableGen/ |
| D | GICombinerEmitter.cpp | 121 const GIMatchDagOperand *Op; 125 VarInfo(const GIMatchDagInstr *N, const GIMatchDagOperand *Op, in VarInfo()
|