Home | History | Annotate | Download | only in PowerPC

Lines Matching refs:ANY_EXTEND

651   setTargetDAGCombine(ISD::ANY_EXTEND);
4079 // FIXME: Should this use ANY_EXTEND if neither sext nor zext?
4508 // FIXME: Should this use ANY_EXTEND if neither sext nor zext?
4785 Arg = DAG.getNode(ISD::ANY_EXTEND, dl, VA.getLocVT(), Arg);
7449 N->getOperand(0).getOpcode() != ISD::ANY_EXTEND)
7461 N->getOperand(1).getOpcode() != ISD::ANY_EXTEND)
7471 N->getOperand(i).getOpcode() == ISD::ANY_EXTEND) &&
7502 BinOp.getOperand(i).getOpcode() == ISD::ANY_EXTEND) &&
7514 BinOp.getOperand(i).getOpcode() == ISD::ANY_EXTEND) {
7600 PromOp.getOpcode() == ISD::ANY_EXTEND) {
7787 if (N->getOpcode() != ISD::ANY_EXTEND) {
7933 case ISD::ANY_EXTEND:
8096 BSwapOp = DAG.getNode(ISD::ANY_EXTEND, dl, MVT::i32, BSwapOp);