Lines Matching refs:VectorEntry
1723 SelectionDAG &DAG, SDValue VectorEntry, in CompactSwizzlableVector() argument
1725 assert(VectorEntry.getOpcode() == ISD::BUILD_VECTOR); in CompactSwizzlableVector()
1728 VectorEntry.getOperand(0), in CompactSwizzlableVector()
1729 VectorEntry.getOperand(1), in CompactSwizzlableVector()
1730 VectorEntry.getOperand(2), in CompactSwizzlableVector()
1731 VectorEntry.getOperand(3) in CompactSwizzlableVector()
1761 return DAG.getNode(ISD::BUILD_VECTOR, SDLoc(VectorEntry), in CompactSwizzlableVector()
1762 VectorEntry.getValueType(), NewBldVec); in CompactSwizzlableVector()
1765 static SDValue ReorganizeVector(SelectionDAG &DAG, SDValue VectorEntry, in ReorganizeVector() argument
1767 assert(VectorEntry.getOpcode() == ISD::BUILD_VECTOR); in ReorganizeVector()
1770 VectorEntry.getOperand(0), in ReorganizeVector()
1771 VectorEntry.getOperand(1), in ReorganizeVector()
1772 VectorEntry.getOperand(2), in ReorganizeVector()
1773 VectorEntry.getOperand(3) in ReorganizeVector()
1799 return DAG.getNode(ISD::BUILD_VECTOR, SDLoc(VectorEntry), in ReorganizeVector()
1800 VectorEntry.getValueType(), NewBldVec); in ReorganizeVector()