Home
last modified time | relevance | path

Searched refs:DstIsDead (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRExpandPseudoInsts.cpp156 bool DstIsDead = MI.getOperand(0).isDead(); in expandArith() local
164 .addReg(DstLoReg, RegState::Define | getDeadRegState(DstIsDead)) in expandArith()
170 .addReg(DstHiReg, RegState::Define | getDeadRegState(DstIsDead)) in expandArith()
189 bool DstIsDead = MI.getOperand(0).isDead(); in expandLogic() local
198 .addReg(DstLoReg, RegState::Define | getDeadRegState(DstIsDead)) in expandLogic()
207 .addReg(DstHiReg, RegState::Define | getDeadRegState(DstIsDead)) in expandLogic()
248 bool DstIsDead = MI.getOperand(0).isDead(); in expandLogicImm() local
259 .addReg(DstLoReg, RegState::Define | getDeadRegState(DstIsDead)) in expandLogicImm()
273 .addReg(DstHiReg, RegState::Define | getDeadRegState(DstIsDead)) in expandLogicImm()
308 bool DstIsDead = MI.getOperand(0).isDead(); in expand() local
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVPostRAExpandPseudoInsts.cpp93 bool DstIsDead = MBBI->getOperand(0).isDead(); in expandMovImm() local
97 DstIsDead); in expandMovImm()
108 bool DstIsDead = MBBI->getOperand(0).isDead(); in expandMovAddr() local
115 .addReg(DstReg, RegState::Define | getDeadRegState(DstIsDead) | in expandMovAddr()
H A DRISCVExpandPseudoInsts.cpp281 bool DstIsDead = MBBI->getOperand(0).isDead(); in expandVSetVL() local
283 .addReg(DstReg, RegState::Define | getDeadRegState(DstIsDead)) in expandVSetVL()
H A DRISCVInstrInfo.h114 bool DstRenamable = false, bool DstIsDead = false) const;
H A DRISCVInstrInfo.cpp784 bool DstIsDead) const { in movImm()
805 unsigned DstRegState = getDeadRegState(DstIsDead && LastItem) | in movImm()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMExpandPseudoInsts.cpp566 bool DstIsDead = MI.getOperand(OpIdx).isDead(); in ExpandVLD() local
590 MIB.addReg(DstRegPair, RegState::Define | getDeadRegState(DstIsDead)); in ExpandVLD()
594 MIB.addReg(D0, RegState::Define | getDeadRegState(DstIsDead)); in ExpandVLD()
596 MIB.addReg(D1, RegState::Define | getDeadRegState(DstIsDead)); in ExpandVLD()
598 MIB.addReg(D2, RegState::Define | getDeadRegState(DstIsDead)); in ExpandVLD()
600 MIB.addReg(D3, RegState::Define | getDeadRegState(DstIsDead)); in ExpandVLD()
659 MIB.addReg(DstReg, RegState::ImplicitDefine | getDeadRegState(DstIsDead)); in ExpandVLD()
774 bool DstIsDead = false; in ExpandLaneOp() local
776 DstIsDead = MI.getOperand(OpIdx).isDead(); in ExpandLaneOp()
779 MIB.addReg(D0, RegState::Define | getDeadRegState(DstIsDead)); in ExpandLaneOp()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ExpandPseudoInsts.cpp161 bool DstIsDead = MI.getOperand(0).isDead(); in expandMOVImm() local
165 getDeadRegState(DstIsDead && LastItem) | in expandMOVImm()
174 bool DstIsDead = MI.getOperand(0).isDead(); in expandMOVImm() local
178 getDeadRegState(DstIsDead && LastItem) | in expandMOVImm()
193 bool DstIsDead = MI.getOperand(0).isDead(); in expandMOVImm() local
197 getDeadRegState(DstIsDead && LastItem) | in expandMOVImm()
207 bool DstIsDead = MI.getOperand(0).isDead(); in expandMOVImm() local
210 getDeadRegState(DstIsDead && LastItem) | in expandMOVImm()
218 bool DstIsDead = MI.getOperand(0).isDead(); in expandMOVImm() local
222 getDeadRegState(DstIsDead && LastItem) | in expandMOVImm()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ExpandPseudo.cpp466 bool DstIsDead = MBBI->getOperand(0).isDead(); in expandMI() local
472 .addReg(Reg0, RegState::Define | getDeadRegState(DstIsDead)); in expandMI()
475 .addReg(Reg1, RegState::Define | getDeadRegState(DstIsDead)); in expandMI()