Home
last modified time | relevance | path

Searched refs:DestLo (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonSplitConst32AndConst64.cpp87 Register DestLo = TRI->getSubReg(DestReg, Hexagon::isub_lo); in runOnMachineFunction() local
93 BuildMI(B, MI, DL, TII->get(Hexagon::A2_tfrsi), DestLo) in runOnMachineFunction()
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRInstrInfo.cpp56 Register DestLo, DestHi, SrcLo, SrcHi; in copyPhysReg() local
58 TRI.splitReg(DestReg, DestLo, DestHi); in copyPhysReg()
66 if (DestLo == SrcHi) { in copyPhysReg()
69 BuildMI(MBB, MI, DL, get(AVR::MOVRdRr), DestLo) in copyPhysReg()
72 BuildMI(MBB, MI, DL, get(AVR::MOVRdRr), DestLo) in copyPhysReg()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ExpandPseudoInsts.cpp320 MachineOperand &DestLo = MI.getOperand(0); in expandCMP_SWAP_128() local
373 .addReg(DestLo.getReg(), RegState::Define) in expandCMP_SWAP_128()
377 .addReg(DestLo.getReg(), getKillRegState(DestLo.isDead())) in expandCMP_SWAP_128()
416 .addReg(DestLo.getReg()) in expandCMP_SWAP_128()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMExpandPseudoInsts.cpp1954 Register DestLo = TRI->getSubReg(Dest.getReg(), ARM::gsub_0); in ExpandCMP_SWAP_64() local
1981 .addReg(DestLo, getKillRegState(Dest.isDead())) in ExpandCMP_SWAP_64()