Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp8194 struct ShuffleSourceInfo { in ReconstructShuffle() struct
8209 ShuffleSourceInfo(SDValue Vec) : Vec(Vec), ShuffleVec(Vec) {} in ReconstructShuffle() argument
8216 SmallVector<ShuffleSourceInfo, 2> Sources; in ReconstructShuffle()
8235 Source = Sources.insert(Sources.end(), ShuffleSourceInfo(SourceVec)); in ReconstructShuffle()
/src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp12054 struct ShuffleSourceInfo { in ReconstructShuffle() struct
12069 ShuffleSourceInfo(SDValue Vec) in ReconstructShuffle() function
12078 SmallVector<ShuffleSourceInfo, 2> Sources; in ReconstructShuffle()
12098 Source = Sources.insert(Sources.end(), ShuffleSourceInfo(SourceVec)); in ReconstructShuffle()