Home
last modified time | relevance | path

Searched refs:ShuffleSourceInfo (Results 1 – 2 of 2) 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/llvm/lib/Target/ARM/
DARMISelLowering.cpp5863 struct ShuffleSourceInfo { in ReconstructShuffle() struct
5879 ShuffleSourceInfo(SDValue Vec) in ReconstructShuffle() argument
5886 SmallVector<ShuffleSourceInfo, 2> Sources; in ReconstructShuffle()
5905 Source = Sources.insert(Sources.end(), ShuffleSourceInfo(SourceVec)); in ReconstructShuffle()