Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AMDGPU/
DR600ISelLowering.cpp1723 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()
[all …]