Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp8571 SDValue SourceVec = V.getOperand(0); in ReconstructShuffle() local
8572 auto Source = find(Sources, SourceVec); in ReconstructShuffle()
8574 Source = Sources.insert(Sources.end(), ShuffleSourceInfo(SourceVec)); in ReconstructShuffle()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp7950 SDValue SourceVec = V.getOperand(0); in ReconstructShuffle() local
7951 auto Source = llvm::find(Sources, SourceVec); in ReconstructShuffle()
7953 Source = Sources.insert(Sources.end(), ShuffleSourceInfo(SourceVec)); in ReconstructShuffle()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp9719 SDValue SourceVec = (j < NumEltsIn64Bits) ? V0 : V1; in isHopBuildVector() local
9720 if (SourceVec != Op0.getOperand(0)) in isHopBuildVector()