reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
  503   EVT ValueVT = Val.getValueType();
  507     return getCopyToPartsVector(DAG, DL, Val, Parts, NumParts, PartVT, V,
  522     Parts[0] = Val;
  530       Val = DAG.getNode(ISD::FP_EXTEND, DL, PartVT, Val);
  530       Val = DAG.getNode(ISD::FP_EXTEND, DL, PartVT, Val);
  536         Val = DAG.getNode(ISD::BITCAST, DL, ValueVT, Val);
  536         Val = DAG.getNode(ISD::BITCAST, DL, ValueVT, Val);
  542       Val = DAG.getNode(ExtendKind, DL, ValueVT, Val);
  542       Val = DAG.getNode(ExtendKind, DL, ValueVT, Val);
  544         Val = DAG.getNode(ISD::BITCAST, DL, PartVT, Val);
  544         Val = DAG.getNode(ISD::BITCAST, DL, PartVT, Val);
  549     Val = DAG.getNode(ISD::BITCAST, DL, PartVT, Val);
  549     Val = DAG.getNode(ISD::BITCAST, DL, PartVT, Val);
  556     Val = DAG.getNode(ISD::TRUNCATE, DL, ValueVT, Val);
  556     Val = DAG.getNode(ISD::TRUNCATE, DL, ValueVT, Val);
  558       Val = DAG.getNode(ISD::BITCAST, DL, PartVT, Val);
  558       Val = DAG.getNode(ISD::BITCAST, DL, PartVT, Val);
  562   ValueVT = Val.getValueType();
  570       Val = DAG.getNode(ISD::BITCAST, DL, PartVT, Val);
  570       Val = DAG.getNode(ISD::BITCAST, DL, PartVT, Val);
  573     Parts[0] = Val;
  585     SDValue OddVal = DAG.getNode(ISD::SRL, DL, ValueVT, Val,
  597     Val = DAG.getNode(ISD::TRUNCATE, DL, ValueVT, Val);
  597     Val = DAG.getNode(ISD::TRUNCATE, DL, ValueVT, Val);
  605                          Val);