Searched refs:SourceVec (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 12836 SDValue SourceVec; in ReconstructShuffleWithRuntimeMask() local 12846 if (!SourceVec) in ReconstructShuffleWithRuntimeMask() 12847 SourceVec = OperandSourceVec; in ReconstructShuffleWithRuntimeMask() 12848 else if (SourceVec != OperandSourceVec) in ReconstructShuffleWithRuntimeMask() 12895 SourceVec = DAG.getNode(ISD::CONCAT_VECTORS, DL, MVT::v16i8, SourceVec, in ReconstructShuffleWithRuntimeMask() 12905 DAG.getConstant(Intrinsic::aarch64_neon_tbl1, DL, MVT::i32), SourceVec, in ReconstructShuffleWithRuntimeMask() 12962 SDValue SourceVec = V.getOperand(0); in ReconstructShuffle() local 12963 auto Source = find(Sources, SourceVec); in ReconstructShuffle() 12965 Source = Sources.insert(Sources.end(), ShuffleSourceInfo(SourceVec)); in ReconstructShuffle() 23183 SDValue SourceVec = Op0.getOperand(0); in performUzpCombine() local [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.cpp | 8283 SDValue SourceVec = V.getOperand(0); in ReconstructShuffle() local 8284 auto Source = llvm::find(Sources, SourceVec); in ReconstructShuffle() 8286 Source = Sources.insert(Sources.end(), ShuffleSourceInfo(SourceVec)); in ReconstructShuffle()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 8519 SDValue SourceVec = (j < NumEltsIn64Bits) ? V0 : V1; in isHopBuildVector() local 8520 if (SourceVec != Op0.getOperand(0)) in isHopBuildVector()
|