Searched refs:EVE (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 204 SDNode *EVE, EVT InVecVT, SDValue EltNo, LoadSDNode *OriginalLoad); 12078 SDNode *EVE, EVT InVecVT, SDValue EltNo, LoadSDNode *OriginalLoad) { in ReplaceExtractVectorEltOfLoadWithNarrowedLoad() argument 12079 EVT ResultVT = EVE->getValueType(0); in ReplaceExtractVectorEltOfLoadWithNarrowedLoad() 12094 SDLoc DL(EVE); in ReplaceExtractVectorEltOfLoadWithNarrowedLoad() 12125 ExtType, SDLoc(EVE), ResultVT, OriginalLoad->getChain(), NewPtr, MPI, in ReplaceExtractVectorEltOfLoadWithNarrowedLoad() 12131 VecEltVT, SDLoc(EVE), OriginalLoad->getChain(), NewPtr, MPI, in ReplaceExtractVectorEltOfLoadWithNarrowedLoad() 12136 Load = DAG.getNode(ISD::TRUNCATE, SDLoc(EVE), ResultVT, Load); in ReplaceExtractVectorEltOfLoadWithNarrowedLoad() 12138 Load = DAG.getNode(ISD::BITCAST, SDLoc(EVE), ResultVT, Load); in ReplaceExtractVectorEltOfLoadWithNarrowedLoad() 12141 SDValue From[] = { SDValue(EVE, 0), SDValue(OriginalLoad, 1) }; in ReplaceExtractVectorEltOfLoadWithNarrowedLoad() 12149 AddToWorklist(EVE); in ReplaceExtractVectorEltOfLoadWithNarrowedLoad() [all …]
|