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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp6586 SDValue SourceVec = V.getOperand(0); local
6587 auto Source = find(Sources, SourceVec);
6589 Source = Sources.insert(Sources.end(), ShuffleSourceInfo(SourceVec));
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp7433 SDValue SourceVec = V.getOperand(0); local
7434 auto Source = llvm::find(Sources, SourceVec);
7436 Source = Sources.insert(Sources.end(), ShuffleSourceInfo(SourceVec));
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp9266 SDValue SourceVec = (j < NumEltsIn64Bits) ? V0 : V1;
9267 if (SourceVec != Op0.getOperand(0))
[all...]

Completed in 261 milliseconds