Searched refs:ToMI (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/
H A DGIMatchDagEdge.h40 const GIMatchDagInstr *ToMI; member in class:llvm::GIMatchDagEdge
45 const GIMatchDagInstr *ToMI, const GIMatchDagOperand *ToMO)
46 : Name(Name), FromMI(FromMI), FromMO(FromMO), ToMI(ToMI), ToMO(ToMO) {}
51 const GIMatchDagInstr *getToMI() const { return ToMI; }
44 GIMatchDagEdge(StringRef Name, const GIMatchDagInstr *FromMI, const GIMatchDagOperand *FromMO, const GIMatchDagInstr *ToMI, const GIMatchDagOperand *ToMO) argument
H A DGIMatchDagEdge.cpp27 std::swap(FromMI, ToMI);

Completed in 96 milliseconds