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