Searched refs:DstLane (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Target/ARM/ |
D | ARMBaseInstrInfo.cpp | 4374 unsigned DstLane = 0, SrcLane = 0, DDst, DSrc; in setExecutionDomain() local 4375 DDst = getCorrespondingDRegAndLane(TRI, DstReg, DstLane); in setExecutionDomain() 4422 unsigned CurReg = SrcLane == 1 && DstLane == 1 ? DSrc : DDst; in setExecutionDomain() 4426 CurReg = SrcLane == 0 && DstLane == 0 ? DSrc : DDst; in setExecutionDomain() 4433 if (SrcLane == DstLane) in setExecutionDomain() 4441 CurReg = SrcLane == 1 && DstLane == 0 ? DSrc : DDst; in setExecutionDomain() 4445 CurReg = SrcLane == 0 && DstLane == 1 ? DSrc : DDst; in setExecutionDomain() 4452 if (SrcLane != DstLane) in setExecutionDomain()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
D | ARMBaseInstrInfo.cpp | 4772 unsigned DstLane = 0, SrcLane = 0, DDst, DSrc; in setExecutionDomain() local 4773 DDst = getCorrespondingDRegAndLane(TRI, DstReg, DstLane); in setExecutionDomain() 4820 unsigned CurReg = SrcLane == 1 && DstLane == 1 ? DSrc : DDst; in setExecutionDomain() 4824 CurReg = SrcLane == 0 && DstLane == 0 ? DSrc : DDst; in setExecutionDomain() 4830 if (SrcLane == DstLane) in setExecutionDomain() 4838 CurReg = SrcLane == 1 && DstLane == 0 ? DSrc : DDst; in setExecutionDomain() 4842 CurReg = SrcLane == 0 && DstLane == 1 ? DSrc : DDst; in setExecutionDomain() 4848 if (SrcLane != DstLane) in setExecutionDomain()
|