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.cpp1560 SelectionDAG &DAG, SDValue VectorEntry, in CompactSwizzlableVector() argument
1564 SDLoc DL(VectorEntry); in CompactSwizzlableVector()
1565 EVT EltTy = VectorEntry.getValueType().getVectorElementType(); in CompactSwizzlableVector()
1569 NewBldVec[i] = DAG.getNode(ISD::EXTRACT_VECTOR_ELT, DL, EltTy, VectorEntry, in CompactSwizzlableVector()
1600 return DAG.getBuildVector(VectorEntry.getValueType(), SDLoc(VectorEntry), in CompactSwizzlableVector()
1604 static SDValue ReorganizeVector(SelectionDAG &DAG, SDValue VectorEntry, in ReorganizeVector() argument
1608 SDLoc DL(VectorEntry); in ReorganizeVector()
1609 EVT EltTy = VectorEntry.getValueType().getVectorElementType(); in ReorganizeVector()
1614 NewBldVec[i] = DAG.getNode(ISD::EXTRACT_VECTOR_ELT, DL, EltTy, VectorEntry, in ReorganizeVector()
1638 return DAG.getBuildVector(VectorEntry.getValueType(), SDLoc(VectorEntry), in ReorganizeVector()