Searched defs:VectorEntry (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/R600/
H A DR600ISelLowering.cpp1722 SelectionDAG &DAG, SDValue VectorEntry,
1724 assert(VectorEntry.getOpcode() == ISD::BUILD_VECTOR);
1727 VectorEntry.getOperand(0),
1728 VectorEntry.getOperand(1),
1729 VectorEntry.getOperand(2),
1730 VectorEntry.getOperand(3)
1760 return DAG.getNode(ISD::BUILD_VECTOR, SDLoc(VectorEntry),
1761 VectorEntry.getValueType(), NewBldVec);
1764 static SDValue ReorganizeVector(SelectionDAG &DAG, SDValue VectorEntry, argument
1766 assert(VectorEntry
1721 CompactSwizzlableVector( SelectionDAG &DAG, SDValue VectorEntry, DenseMap<unsigned, unsigned> &RemapSwizzle) argument
[all...]

Completed in 42 milliseconds