Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp12260 EVT VecEltVT = InVecVT.getVectorElementType(); in ReplaceExtractVectorEltOfLoadWithNarrowedLoad() local
12263 VecEltVT.getTypeForEVT(*DAG.getContext())); in ReplaceExtractVectorEltOfLoadWithNarrowedLoad()
12265 if (NewAlign > Align || !TLI.isOperationLegalOrCustom(ISD::LOAD, VecEltVT)) in ReplaceExtractVectorEltOfLoadWithNarrowedLoad()
12277 unsigned PtrOff = VecEltVT.getSizeInBits() * Elt / 8; in ReplaceExtractVectorEltOfLoadWithNarrowedLoad()
12284 DAG.getConstant(VecEltVT.getStoreSize(), DL, PtrType)); in ReplaceExtractVectorEltOfLoadWithNarrowedLoad()
12297 if (ResultVT.bitsGT(VecEltVT)) { in ReplaceExtractVectorEltOfLoadWithNarrowedLoad()
12301 VecEltVT) in ReplaceExtractVectorEltOfLoadWithNarrowedLoad()
12306 VecEltVT, OriginalLoad->isVolatile(), OriginalLoad->isNonTemporal(), in ReplaceExtractVectorEltOfLoadWithNarrowedLoad()
12311 VecEltVT, SDLoc(EVE), OriginalLoad->getChain(), NewPtr, MPI, in ReplaceExtractVectorEltOfLoadWithNarrowedLoad()
12315 if (ResultVT.bitsLT(VecEltVT)) in ReplaceExtractVectorEltOfLoadWithNarrowedLoad()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp15052 EVT VecEltVT = InVecVT.getVectorElementType(); in ReplaceExtractVectorEltOfLoadWithNarrowedLoad() local
15055 VecEltVT.getTypeForEVT(*DAG.getContext())); in ReplaceExtractVectorEltOfLoadWithNarrowedLoad()
15057 if (NewAlign > Align || !TLI.isOperationLegalOrCustom(ISD::LOAD, VecEltVT)) in ReplaceExtractVectorEltOfLoadWithNarrowedLoad()
15060 ISD::LoadExtType ExtTy = ResultVT.bitsGT(VecEltVT) ? in ReplaceExtractVectorEltOfLoadWithNarrowedLoad()
15062 if (!TLI.shouldReduceLoadWidth(OriginalLoad, ExtTy, VecEltVT)) in ReplaceExtractVectorEltOfLoadWithNarrowedLoad()
15074 unsigned PtrOff = VecEltVT.getSizeInBits() * Elt / 8; in ReplaceExtractVectorEltOfLoadWithNarrowedLoad()
15081 DAG.getConstant(VecEltVT.getStoreSize(), DL, PtrType)); in ReplaceExtractVectorEltOfLoadWithNarrowedLoad()
15094 if (ResultVT.bitsGT(VecEltVT)) { in ReplaceExtractVectorEltOfLoadWithNarrowedLoad()
15098 VecEltVT) in ReplaceExtractVectorEltOfLoadWithNarrowedLoad()
15102 OriginalLoad->getChain(), NewPtr, MPI, VecEltVT, in ReplaceExtractVectorEltOfLoadWithNarrowedLoad()
[all …]