Lines Matching defs:ExtOpc
1454 unsigned ExtOpc =
1456 return DAG.getNode(ExtOpc, DL, PVT, Op);
7061 unsigned ExtOpc = N0.getOpcode();
7064 (ExtOpc != ISD::ZERO_EXTEND || !TLI.isZExtFree(N0Op0, VT)) &&
7070 DAG.getNode(ExtOpc, DL, VT, N0Op0.getOperand(1)));
7072 DAG.getNode(ExtOpc, DL, VT, N0Op0.getOperand(0)),
12951 unsigned ExtOpc,
12964 if (ExtOpc != ISD::ANY_EXTEND && User->getOpcode() == ISD::SETCC) {
12966 if (ExtOpc == ISD::ZERO_EXTEND && ISD::isSignedIntSetCC(CC))
13288 ISD::NodeType ExtOpc,
13295 assert(ExtLoadType == ISD::ZEXTLOAD && ExtOpc == ISD::ZERO_EXTEND &&
13302 ExtOpc = ISD::SIGN_EXTEND;
13320 DoXform = ExtendUsesToFormExtLoad(VT, N, N0, ExtOpc, SetCCs, TLI);
13330 Combiner.ExtendSetCCUses(SetCCs, N0, ExtLoad, ExtOpc);
13348 ISD::LoadExtType ExtLoadType, ISD::NodeType ExtOpc) {
13364 SDValue PassThru = DAG.getNode(ExtOpc, dl, VT, Ld->getPassThru());