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

References

lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp
  359   assert(N->isUnindexed() && "Indexed vector load?");
  362       ISD::UNINDEXED, N->getExtensionType(),
  363       N->getValueType(0).getVectorElementType(), SDLoc(N), N->getChain(),
  363       N->getValueType(0).getVectorElementType(), SDLoc(N), N->getChain(),
  363       N->getValueType(0).getVectorElementType(), SDLoc(N), N->getChain(),
  364       N->getBasePtr(), DAG.getUNDEF(N->getBasePtr().getValueType()),
  364       N->getBasePtr(), DAG.getUNDEF(N->getBasePtr().getValueType()),
  365       N->getPointerInfo(), N->getMemoryVT().getVectorElementType(),
  365       N->getPointerInfo(), N->getMemoryVT().getVectorElementType(),
  366       N->getOriginalAlignment(), N->getMemOperand()->getFlags(),
  366       N->getOriginalAlignment(), N->getMemOperand()->getFlags(),
  367       N->getAAInfo());
  371   ReplaceValueWith(SDValue(N, 1), Result.getValue(1));