Searched refs:VectorEntry (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| H A D | R600ISelLowering.cpp | 1566 SelectionDAG &DAG, SDValue VectorEntry, in CompactSwizzlableVector() argument 1570 SDLoc DL(VectorEntry); in CompactSwizzlableVector() 1571 EVT EltTy = VectorEntry.getValueType().getVectorElementType(); in CompactSwizzlableVector() 1575 NewBldVec[i] = DAG.getNode(ISD::EXTRACT_VECTOR_ELT, DL, EltTy, VectorEntry, in CompactSwizzlableVector() 1606 return DAG.getBuildVector(VectorEntry.getValueType(), SDLoc(VectorEntry), in CompactSwizzlableVector() 1610 static SDValue ReorganizeVector(SelectionDAG &DAG, SDValue VectorEntry, in ReorganizeVector() argument 1614 SDLoc DL(VectorEntry); in ReorganizeVector() 1615 EVT EltTy = VectorEntry.getValueType().getVectorElementType(); in ReorganizeVector() 1620 NewBldVec[i] = DAG.getNode(ISD::EXTRACT_VECTOR_ELT, DL, EltTy, VectorEntry, in ReorganizeVector() 1646 return DAG.getBuildVector(VectorEntry.getValueType(), SDLoc(VectorEntry), in ReorganizeVector()
|