Home
last modified time | relevance | path

Searched refs:SourceVec (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp9405 SDValue SourceVec = V.getOperand(0); in ReconstructShuffle() local
9406 auto Source = find(Sources, SourceVec); in ReconstructShuffle()
9408 Source = Sources.insert(Sources.end(), ShuffleSourceInfo(SourceVec)); in ReconstructShuffle()
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp8108 SDValue SourceVec = V.getOperand(0); in ReconstructShuffle() local
8109 auto Source = llvm::find(Sources, SourceVec); in ReconstructShuffle()
8111 Source = Sources.insert(Sources.end(), ShuffleSourceInfo(SourceVec)); in ReconstructShuffle()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp10435 SDValue SourceVec = (j < NumEltsIn64Bits) ? V0 : V1; in isHopBuildVector() local
10436 if (SourceVec != Op0.getOperand(0)) in isHopBuildVector()