Home
last modified time | relevance | path

Searched refs:DstLo (Results 1 – 5 of 5) sorted by relevance

/external/llvm/lib/Target/Mips/
DMipsSEInstrInfo.cpp574 unsigned DstLo = getRegisterInfo().getSubReg(DstReg, Mips::sub_lo); in expandPseudoMTLoHi() local
576 LoInst.addReg(DstLo, RegState::Define); in expandPseudoMTLoHi()
DMipsSEFrameLowering.cpp248 unsigned DstLo = RegInfo.getSubReg(Dst, Mips::sub_lo); in expandCopyACC() local
253 BuildMI(MBB, I, DL, TII.get(TargetOpcode::COPY), DstLo) in expandCopyACC()
/external/llvm/lib/Target/AMDGPU/
DSIInstrInfo.cpp858 unsigned DstLo = RI.getSubReg(Dst, AMDGPU::sub0); in expandPostRAPseudo() local
866 BuildMI(MBB, MI, DL, get(AMDGPU::V_MOV_B32_e32), DstLo) in expandPostRAPseudo()
874 BuildMI(MBB, MI, DL, get(AMDGPU::V_MOV_B32_e32), DstLo) in expandPostRAPseudo()
887 unsigned DstLo = RI.getSubReg(Dst, AMDGPU::sub0); in expandPostRAPseudo() local
893 BuildMI(MBB, MI, DL, get(AMDGPU::V_CNDMASK_B32_e64), DstLo) in expandPostRAPseudo()
/external/llvm/lib/Target/Hexagon/
DHexagonFrameLowering.cpp1605 unsigned DstLo = HRI.getSubReg(DstR, Hexagon::subreg_loreg); in expandLoadVec2() local
1624 BuildMI(B, It, DL, HII.get(LoadOpc), DstLo) in expandLoadVec2()
DHexagonInstrInfo.cpp850 unsigned DstLo = HRI.getSubReg(DestReg, Hexagon::subreg_loreg); in copyPhysReg() local
851 BuildMI(MBB, I, DL, get(Hexagon::V6_pred_and), DstLo) in copyPhysReg()