Searched refs:SourceVec (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 10948 SDValue SourceVec; in ReconstructShuffleWithRuntimeMask() local 10958 if (!SourceVec) in ReconstructShuffleWithRuntimeMask() 10959 SourceVec = OperandSourceVec; in ReconstructShuffleWithRuntimeMask() 10960 else if (SourceVec != OperandSourceVec) in ReconstructShuffleWithRuntimeMask() 11007 SourceVec = DAG.getNode(ISD::CONCAT_VECTORS, dl, MVT::v16i8, SourceVec, in ReconstructShuffleWithRuntimeMask() 11017 DAG.getConstant(Intrinsic::aarch64_neon_tbl1, dl, MVT::i32), SourceVec, in ReconstructShuffleWithRuntimeMask() 11074 SDValue SourceVec = V.getOperand(0); in ReconstructShuffle() local 11075 auto Source = find(Sources, SourceVec); in ReconstructShuffle() 11077 Source = Sources.insert(Sources.end(), ShuffleSourceInfo(SourceVec)); in ReconstructShuffle()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.cpp | 8215 SDValue SourceVec = V.getOperand(0); in ReconstructShuffle() local 8216 auto Source = llvm::find(Sources, SourceVec); in ReconstructShuffle() 8218 Source = Sources.insert(Sources.end(), ShuffleSourceInfo(SourceVec)); in ReconstructShuffle()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 8023 SDValue SourceVec = (j < NumEltsIn64Bits) ? V0 : V1; in isHopBuildVector() local 8024 if (SourceVec != Op0.getOperand(0)) in isHopBuildVector()
|