Home
last modified time | relevance | path

Searched refs:VecEltVT (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp12080 EVT VecEltVT = InVecVT.getVectorElementType(); in ReplaceExtractVectorEltOfLoadWithNarrowedLoad() local
12083 VecEltVT.getTypeForEVT(*DAG.getContext())); in ReplaceExtractVectorEltOfLoadWithNarrowedLoad()
12085 if (NewAlign > Align || !TLI.isOperationLegalOrCustom(ISD::LOAD, VecEltVT)) in ReplaceExtractVectorEltOfLoadWithNarrowedLoad()
12097 unsigned PtrOff = VecEltVT.getSizeInBits() * Elt / 8; in ReplaceExtractVectorEltOfLoadWithNarrowedLoad()
12104 DAG.getConstant(VecEltVT.getStoreSize(), DL, PtrType)); in ReplaceExtractVectorEltOfLoadWithNarrowedLoad()
12117 if (ResultVT.bitsGT(VecEltVT)) { in ReplaceExtractVectorEltOfLoadWithNarrowedLoad()
12121 VecEltVT) in ReplaceExtractVectorEltOfLoadWithNarrowedLoad()
12126 VecEltVT, OriginalLoad->isVolatile(), OriginalLoad->isNonTemporal(), in ReplaceExtractVectorEltOfLoadWithNarrowedLoad()
12131 VecEltVT, SDLoc(EVE), OriginalLoad->getChain(), NewPtr, MPI, in ReplaceExtractVectorEltOfLoadWithNarrowedLoad()
12135 if (ResultVT.bitsLT(VecEltVT)) in ReplaceExtractVectorEltOfLoadWithNarrowedLoad()