Lines Matching refs:VectorEntry
1838 SelectionDAG &DAG, SDValue VectorEntry, in CompactSwizzlableVector() argument
1840 assert(VectorEntry.getOpcode() == ISD::BUILD_VECTOR); in CompactSwizzlableVector()
1843 VectorEntry.getOperand(0), in CompactSwizzlableVector()
1844 VectorEntry.getOperand(1), in CompactSwizzlableVector()
1845 VectorEntry.getOperand(2), in CompactSwizzlableVector()
1846 VectorEntry.getOperand(3) in CompactSwizzlableVector()
1876 return DAG.getBuildVector(VectorEntry.getValueType(), SDLoc(VectorEntry), in CompactSwizzlableVector()
1880 static SDValue ReorganizeVector(SelectionDAG &DAG, SDValue VectorEntry, in ReorganizeVector() argument
1882 assert(VectorEntry.getOpcode() == ISD::BUILD_VECTOR); in ReorganizeVector()
1885 VectorEntry.getOperand(0), in ReorganizeVector()
1886 VectorEntry.getOperand(1), in ReorganizeVector()
1887 VectorEntry.getOperand(2), in ReorganizeVector()
1888 VectorEntry.getOperand(3) in ReorganizeVector()
1914 return DAG.getBuildVector(VectorEntry.getValueType(), SDLoc(VectorEntry), in ReorganizeVector()