Lines Matching refs:Op
418 for (const SDValue &Op : N->op_values())
419 if (IsChainDependent(Op.getNode(), Inner, NestLevel, TII))
436 for (const SDValue &Op : N->op_values())
437 if (Op.getValueType() == MVT::Other) {
438 Op.getNode();
467 for (const SDValue &Op : N->op_values()) {
470 if (SDNode *New = FindCallSeqStart(Op.getNode(),
496 for (const SDValue &Op : N->op_values())
497 if (Op.getValueType() == MVT::Other) {
498 N = Op.getNode();
963 for (const SDValue &Op : N->op_values()) {
964 MVT VT = Op.getNode()->getSimpleValueType(Op.getResNo());
1248 for (const SDValue &Op : N->op_values())
1249 if (const auto *RegOp = dyn_cast<RegisterMaskSDNode>(Op.getNode()))
1730 bool canClobber(const SUnit *SU, const SUnit *Op);
2432 // t1 = op t2, c1
2433 // t3 = op t4, c2
2436 // t2 = op c3
2437 // t4 = op c4
2439 // Then schedule t2 = op first.
2441 // t4 = op c4
2442 // t2 = op c3
2443 // t1 = op t2, c1
2444 // t3 = op t4, c2
2672 bool RegReductionPQBase::canClobber(const SUnit *SU, const SUnit *Op) {
2682 Op->OrigNode == &(*SUnits)[DU->getNodeId()])