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

References

lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
  671   if (ExtType == ISD::NON_EXTLOAD) {
  737        TLI.getLoadExtAction(ExtType, Node->getValueType(0), MVT::i1) ==
  749       ExtType == ISD::ZEXTLOAD ? ISD::ZEXTLOAD : ISD::EXTLOAD;
  757     if (ExtType == ISD::SEXTLOAD)
  762     else if (ExtType == ISD::ZEXTLOAD || NVT == Result.getValueType())
  799       Hi = DAG.getExtLoad(ExtType, dl, Node->getValueType(0), Chain, Ptr,
  821       Hi = DAG.getExtLoad(ExtType, dl, Node->getValueType(0), Chain, Ptr,
  853     switch (TLI.getLoadExtAction(ExtType, Node->getValueType(0),
  887             TLI.isLoadExtLegal(ExtType, LoadVT, SrcVT)) {
  891               (LoadVT == SrcVT) ? ISD::NON_EXTLOAD : ExtType;
  896               ISD::getExtForLoadExtType(SrcVT.isFloatingPoint(), ExtType);
  926       assert(ExtType != ISD::EXTLOAD &&
  935       if (ExtType == ISD::SEXTLOAD)