Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp11969 SDValue SourceVec; in ReconstructShuffleWithRuntimeMask() local
11979 if (!SourceVec) in ReconstructShuffleWithRuntimeMask()
11980 SourceVec = OperandSourceVec; in ReconstructShuffleWithRuntimeMask()
11981 else if (SourceVec != OperandSourceVec) in ReconstructShuffleWithRuntimeMask()
12028 SourceVec = DAG.getNode(ISD::CONCAT_VECTORS, dl, MVT::v16i8, SourceVec, in ReconstructShuffleWithRuntimeMask()
12038 DAG.getConstant(Intrinsic::aarch64_neon_tbl1, dl, MVT::i32), SourceVec, in ReconstructShuffleWithRuntimeMask()
12095 SDValue SourceVec = V.getOperand(0); in ReconstructShuffle() local
12096 auto Source = find(Sources, SourceVec); in ReconstructShuffle()
12098 Source = Sources.insert(Sources.end(), ShuffleSourceInfo(SourceVec)); in ReconstructShuffle()
22158 SDValue SourceVec = Op0.getOperand(0); in performUzpCombine() local
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp8232 SDValue SourceVec = V.getOperand(0); in ReconstructShuffle() local
8233 auto Source = llvm::find(Sources, SourceVec); in ReconstructShuffle()
8235 Source = Sources.insert(Sources.end(), ShuffleSourceInfo(SourceVec)); in ReconstructShuffle()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp8166 SDValue SourceVec = (j < NumEltsIn64Bits) ? V0 : V1; in isHopBuildVector() local
8167 if (SourceVec != Op0.getOperand(0)) in isHopBuildVector()