Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DR600ISelLowering.cpp1686 SelectionDAG &DAG, SDValue VectorEntry, in CompactSwizzlableVector() argument
1688 assert(VectorEntry.getOpcode() == ISD::BUILD_VECTOR); in CompactSwizzlableVector()
1691 VectorEntry.getOperand(0), in CompactSwizzlableVector()
1692 VectorEntry.getOperand(1), in CompactSwizzlableVector()
1693 VectorEntry.getOperand(2), in CompactSwizzlableVector()
1694 VectorEntry.getOperand(3) in CompactSwizzlableVector()
1724 return DAG.getBuildVector(VectorEntry.getValueType(), SDLoc(VectorEntry), in CompactSwizzlableVector()
1728 static SDValue ReorganizeVector(SelectionDAG &DAG, SDValue VectorEntry, in ReorganizeVector() argument
1730 assert(VectorEntry.getOpcode() == ISD::BUILD_VECTOR); in ReorganizeVector()
1733 VectorEntry.getOperand(0), in ReorganizeVector()
[all …]
/external/llvm/lib/Target/AMDGPU/
DR600ISelLowering.cpp1838 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()
[all …]