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

References

lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
  604   EVT NVT = TLI.getTypeToTransformTo(*DAG.getContext(), N->getValueType(0));
  605   SDValue ExtPassThru = GetPromotedInteger(N->getPassThru());
  609   SDLoc dl(N);
  610   SDValue Ops[] = {N->getChain(), ExtPassThru, N->getMask(), N->getBasePtr(),
  610   SDValue Ops[] = {N->getChain(), ExtPassThru, N->getMask(), N->getBasePtr(),
  610   SDValue Ops[] = {N->getChain(), ExtPassThru, N->getMask(), N->getBasePtr(),
  611                    N->getIndex(), N->getScale() };
  611                    N->getIndex(), N->getScale() };
  613                                     N->getMemoryVT(), dl, Ops,
  614                                     N->getMemOperand(), N->getIndexType());
  614                                     N->getMemOperand(), N->getIndexType());
  617   ReplaceValueWith(SDValue(N, 1), Res.getValue(1));