Searched defs:SrcLane (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp4159 unsigned DstLane = 0, SrcLane = 0, DDst, DSrc; local
4161 DSrc = getCorrespondingDRegAndLane(TRI, SrcReg, SrcLane);
4164 if (!getImplicitSPRUseForDPRUse(TRI, MI, DSrc, SrcLane, ImplicitSReg))
4176 .addImm(SrcLane);
4207 unsigned CurReg = SrcLane == 1 && DstLane == 1 ? DSrc : DDst;
4211 CurReg = SrcLane == 0 && DstLane == 0 ? DSrc : DDst;
4218 if (SrcLane == DstLane)
4226 CurReg = SrcLane == 1 && DstLane == 0 ? DSrc : DDst;
4230 CurReg = SrcLane == 0 && DstLane == 1 ? DSrc : DDst;
4237 if (SrcLane !
[all...]
/external/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp4831 int SrcLane = ShuffleMask[Anomaly]; local
4832 if (SrcLane >= NumInputElements) {
4834 SrcLane -= VT.getVectorNumElements();
4836 SDValue SrcLaneV = DAG.getConstant(SrcLane, MVT::i64);

Completed in 180 milliseconds