Home
last modified time | relevance | path

Searched refs:getPredicateOp (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/llvm/utils/TableGen/GlobalISel/
H A DGIMatchDagPredicateDependencyEdge.cpp25 << getPredicateOp()->getName() << "]"; in print()
H A DGIMatchDagPredicateDependencyEdge.h48 const GIMatchDagOperand *getPredicateOp() const { return PredicateOp; } in getPredicateOp() function
H A DGIMatchDag.cpp94 auto To = format(ToFmt, E->getPredicate(), E->getPredicateOp()->getIdx()); in writeDOTGraph()
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonConstExtenders.cpp414 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