• Home
  • Raw
  • Download

Lines Matching refs:getNode

262     assert((!N.getNode() || N.getValueType() == MVT::Other) &&
264 if (N.getNode())
265 checkForCycles(N.getNode());
267 if (N.getNode())
403 return getNode(ISD::CopyToReg, dl, MVT::Other, Chain,
414 return getNode(ISD::CopyToReg, dl, VTs, Ops, Glue.getNode() ? 4 : 3);
422 return getNode(ISD::CopyToReg, dl, VTs, Ops, Glue.getNode() ? 4 : 3);
428 return getNode(ISD::CopyFromReg, dl, VTs, Ops, 2);
438 return getNode(ISD::CopyFromReg, dl, VTs, Ops, Glue.getNode() ? 3 : 2);
481 return getNode(ISD::CALLSEQ_START, DebugLoc(), VTs, Ops, 2);
495 return getNode(ISD::CALLSEQ_END, DebugLoc(), NodeTys, &Ops[0],
496 (unsigned)Ops.size() - (InGlue.getNode() == 0 ? 1 : 0));
501 return getNode(ISD::UNDEF, DebugLoc(), VT);
507 return getNode(ISD::GLOBAL_OFFSET_TABLE, DebugLoc(), VT);
512 SDValue getNode(unsigned Opcode, DebugLoc DL, EVT VT);
513 SDValue getNode(unsigned Opcode, DebugLoc DL, EVT VT, SDValue N);
514 SDValue getNode(unsigned Opcode, DebugLoc DL, EVT VT, SDValue N1, SDValue N2);
515 SDValue getNode(unsigned Opcode, DebugLoc DL, EVT VT,
517 SDValue getNode(unsigned Opcode, DebugLoc DL, EVT VT,
519 SDValue getNode(unsigned Opcode, DebugLoc DL, EVT VT,
522 SDValue getNode(unsigned Opcode, DebugLoc DL, EVT VT,
524 SDValue getNode(unsigned Opcode, DebugLoc DL, EVT VT,
526 SDValue getNode(unsigned Opcode, DebugLoc DL,
529 SDValue getNode(unsigned Opcode, DebugLoc DL, const EVT *VTs, unsigned NumVTs,
531 SDValue getNode(unsigned Opcode, DebugLoc DL, SDVTList VTs,
533 SDValue getNode(unsigned Opcode, DebugLoc DL, SDVTList VTs);
534 SDValue getNode(unsigned Opcode, DebugLoc DL, SDVTList VTs, SDValue N);
535 SDValue getNode(unsigned Opcode, DebugLoc DL, SDVTList VTs,
537 SDValue getNode(unsigned Opcode, DebugLoc DL, SDVTList VTs,
539 SDValue getNode(unsigned Opcode, DebugLoc DL, SDVTList VTs,
541 SDValue getNode(unsigned Opcode, DebugLoc DL, SDVTList VTs,
574 return getNode(ISD::SETCC, DL, VT, LHS, RHS, getCondCode(Cond));
582 return getNode(ISD::SELECT_CC, DL, True.getValueType(),