Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp8155 SDValue SourceVec = V.getOperand(0); in ReconstructShuffle() local
8156 auto Source = llvm::find(Sources, SourceVec); in ReconstructShuffle()
8158 Source = Sources.insert(Sources.end(), ShuffleSourceInfo(SourceVec)); in ReconstructShuffle()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp10353 SDValue SourceVec = V.getOperand(0); in ReconstructShuffle() local
10354 auto Source = find(Sources, SourceVec); in ReconstructShuffle()
10356 Source = Sources.insert(Sources.end(), ShuffleSourceInfo(SourceVec)); in ReconstructShuffle()
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp10559 SDValue SourceVec = (j < NumEltsIn64Bits) ? V0 : V1; in isHopBuildVector() local
10560 if (SourceVec != Op0.getOperand(0)) in isHopBuildVector()