Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600ISelLowering.cpp1563 SelectionDAG &DAG, SDValue VectorEntry, in CompactSwizzlableVector() argument
1567 SDLoc DL(VectorEntry); in CompactSwizzlableVector()
1568 EVT EltTy = VectorEntry.getValueType().getVectorElementType(); in CompactSwizzlableVector()
1572 NewBldVec[i] = DAG.getNode(ISD::EXTRACT_VECTOR_ELT, DL, EltTy, VectorEntry, in CompactSwizzlableVector()
1603 return DAG.getBuildVector(VectorEntry.getValueType(), SDLoc(VectorEntry), in CompactSwizzlableVector()
1607 static SDValue ReorganizeVector(SelectionDAG &DAG, SDValue VectorEntry, in ReorganizeVector() argument
1611 SDLoc DL(VectorEntry); in ReorganizeVector()
1612 EVT EltTy = VectorEntry.getValueType().getVectorElementType(); in ReorganizeVector()
1617 NewBldVec[i] = DAG.getNode(ISD::EXTRACT_VECTOR_ELT, DL, EltTy, VectorEntry, in ReorganizeVector()
1641 return DAG.getBuildVector(VectorEntry.getValueType(), SDLoc(VectorEntry), in ReorganizeVector()