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

References

lib/CodeGen/SelectionDAG/DAGCombiner.cpp
16682       VecEltVT.getTypeForEVT(*DAG.getContext()));
16684   if (NewAlign > Align || !TLI.isOperationLegalOrCustom(ISD::LOAD, VecEltVT))
16687   ISD::LoadExtType ExtTy = ResultVT.bitsGT(VecEltVT) ?
16689   if (!TLI.shouldReduceLoadWidth(OriginalLoad, ExtTy, VecEltVT))
16701     unsigned PtrOff = VecEltVT.getSizeInBits() * Elt / 8;
16708         DAG.getConstant(VecEltVT.getStoreSize(), DL, PtrType));
16723   if (ResultVT.bitsGT(VecEltVT)) {
16727                                                   VecEltVT)
16731                           OriginalLoad->getChain(), NewPtr, MPI, VecEltVT,
16736     Load = DAG.getLoad(VecEltVT, SDLoc(EVE), OriginalLoad->getChain(), NewPtr,
16740     if (ResultVT.bitsLT(VecEltVT))