Home
last modified time | relevance | path

Searched refs:SrcLane (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Target/ARM/
DARMBaseInstrInfo.cpp4310 unsigned DstLane = 0, SrcLane = 0, DDst, DSrc; in setExecutionDomain() local
4312 DSrc = getCorrespondingDRegAndLane(TRI, SrcReg, SrcLane); in setExecutionDomain()
4315 if (!getImplicitSPRUseForDPRUse(TRI, MI, DSrc, SrcLane, ImplicitSReg)) in setExecutionDomain()
4327 .addImm(SrcLane); in setExecutionDomain()
4358 unsigned CurReg = SrcLane == 1 && DstLane == 1 ? DSrc : DDst; in setExecutionDomain()
4362 CurReg = SrcLane == 0 && DstLane == 0 ? DSrc : DDst; in setExecutionDomain()
4369 if (SrcLane == DstLane) in setExecutionDomain()
4377 CurReg = SrcLane == 1 && DstLane == 0 ? DSrc : DDst; in setExecutionDomain()
4381 CurReg = SrcLane == 0 && DstLane == 1 ? DSrc : DDst; in setExecutionDomain()
4388 if (SrcLane != DstLane) in setExecutionDomain()
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp5288 int SrcLane = ShuffleMask[Anomaly]; in LowerVECTOR_SHUFFLE() local
5289 if (SrcLane >= NumInputElements) { in LowerVECTOR_SHUFFLE()
5291 SrcLane -= VT.getVectorNumElements(); in LowerVECTOR_SHUFFLE()
5293 SDValue SrcLaneV = DAG.getConstant(SrcLane, MVT::i64); in LowerVECTOR_SHUFFLE()