Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp4934 struct ShuffleSourceInfo { in ReconstructShuffle() struct
4950 ShuffleSourceInfo(SDValue Vec) in ReconstructShuffle() argument
4957 SmallVector<ShuffleSourceInfo, 2> Sources; in ReconstructShuffle()
4973 Source = Sources.insert(Sources.end(), ShuffleSourceInfo(SourceVec)); in ReconstructShuffle()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp5706 struct ShuffleSourceInfo { in ReconstructShuffle() struct
5721 ShuffleSourceInfo(SDValue Vec) in ReconstructShuffle() function
5730 SmallVector<ShuffleSourceInfo, 2> Sources; in ReconstructShuffle()
5749 Source = Sources.insert(Sources.end(), ShuffleSourceInfo(SourceVec)); in ReconstructShuffle()
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp5863 struct ShuffleSourceInfo { in ReconstructShuffle() struct
5879 ShuffleSourceInfo(SDValue Vec) in ReconstructShuffle() function
5886 SmallVector<ShuffleSourceInfo, 2> Sources; in ReconstructShuffle()
5905 Source = Sources.insert(Sources.end(), ShuffleSourceInfo(SourceVec)); in ReconstructShuffle()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMISelLowering.cpp6692 struct ShuffleSourceInfo { in ReconstructShuffle() struct
6707 ShuffleSourceInfo(SDValue Vec) : Vec(Vec), ShuffleVec(Vec) {} in ReconstructShuffle() argument
6714 SmallVector<ShuffleSourceInfo, 2> Sources; in ReconstructShuffle()
6733 Source = Sources.insert(Sources.end(), ShuffleSourceInfo(SourceVec)); in ReconstructShuffle()