Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp4839 struct ShuffleSourceInfo { in ReconstructShuffle() struct
4855 ShuffleSourceInfo(SDValue Vec) in ReconstructShuffle() argument
4862 SmallVector<ShuffleSourceInfo, 2> Sources; in ReconstructShuffle()
4877 Source = Sources.insert(Sources.end(), ShuffleSourceInfo(SourceVec)); in ReconstructShuffle()
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp5576 struct ShuffleSourceInfo { in ReconstructShuffle() struct
5592 ShuffleSourceInfo(SDValue Vec) in ReconstructShuffle() function
5599 SmallVector<ShuffleSourceInfo, 2> Sources; in ReconstructShuffle()
5618 Source = Sources.insert(Sources.end(), ShuffleSourceInfo(SourceVec)); in ReconstructShuffle()