Searched refs:getPredicateOp (Results 1 – 4 of 4) sorted by relevance
25 << getPredicateOp()->getName() << "]"; in print()
48 const GIMatchDagOperand *getPredicateOp() const { return PredicateOp; } in getPredicateOp() function
94 auto To = format(ToFmt, E->getPredicate(), E->getPredicateOp()->getIdx()); in writeDOTGraph()
414 const MachineOperand &getPredicateOp(const MachineInstr &MI) const;1699 MIB.add(getPredicateOp(MI)); in replaceInstrExact()1826 MIB.add(getPredicateOp(MI)); in replaceInstrExpr()1942 const MachineOperand &HCE::getPredicateOp(const MachineInstr &MI) const { in getPredicateOp() function in HCE