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

/freebsd-current/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRExpandPseudoInsts.cpp156 bool DstIsDead = MI.getOperand(0).isDead();
164 .addReg(DstLoReg, RegState::Define | getDeadRegState(DstIsDead))
170 .addReg(DstHiReg, RegState::Define | getDeadRegState(DstIsDead))
189 bool DstIsDead = MI.getOperand(0).isDead(); local
198 .addReg(DstLoReg, RegState::Define | getDeadRegState(DstIsDead))
207 .addReg(DstHiReg, RegState::Define | getDeadRegState(DstIsDead))
248 bool DstIsDead = MI.getOperand(0).isDead(); local
259 .addReg(DstLoReg, RegState::Define | getDeadRegState(DstIsDead))
273 .addReg(DstHiReg, RegState::Define | getDeadRegState(DstIsDead))
308 bool DstIsDead local
362 bool DstIsDead = MI.getOperand(0).isDead(); local
427 bool DstIsDead = MI.getOperand(0).isDead(); local
460 bool DstIsDead = MI.getOperand(0).isDead(); local
566 bool DstIsDead = MI.getOperand(0).isDead(); local
617 bool DstIsDead = MI.getOperand(0).isDead(); local
708 bool DstIsDead = MI.getOperand(0).isDead(); local
741 bool DstIsDead = MI.getOperand(0).isDead(); local
1205 bool DstIsDead = MI.getOperand(0).isDead(); local
1240 bool DstIsDead = MI.getOperand(0).isDead(); local
1384 bool DstIsDead = MI.getOperand(0).isDead(); local
1495 bool DstIsDead = MI.getOperand(0).isDead(); local
1565 bool DstIsDead = MI.getOperand(0).isDead(); local
1599 bool DstIsDead = MI.getOperand(0).isDead(); local
1622 bool DstIsDead = MI.getOperand(0).isDead(); local
1680 bool DstIsDead = MI.getOperand(0).isDead(); local
1707 bool DstIsDead = MI.getOperand(0).isDead(); local
1766 bool DstIsDead = MI.getOperand(0).isDead(); local
1798 bool DstIsDead = MI.getOperand(0).isDead(); local
1820 bool DstIsDead = MI.getOperand(0).isDead(); local
1878 bool DstIsDead = MI.getOperand(0).isDead(); local
1905 bool DstIsDead = MI.getOperand(0).isDead(); local
1976 bool DstIsDead = MI.getOperand(0).isDead(); local
2008 bool DstIsDead = MI.getOperand(0).isDead(); local
2030 bool DstIsDead = MI.getOperand(0).isDead(); local
2077 bool DstIsDead = MI.getOperand(0).isDead(); local
2112 bool DstIsDead = MI.getOperand(0).isDead(); local
2166 bool DstIsDead = MI.getOperand(0).isDead(); local
2222 bool DstIsDead = MI.getOperand(0).isDead(); local
2272 bool DstIsDead = MI.getOperand(0).isDead(); local
2324 bool DstIsDead = MI.getOperand(0).isDead(); local
2362 bool DstIsDead = MI.getOperand(0).isDead(); local
2423 bool DstIsDead = MI.getOperand(0).isDead(); local
2475 bool DstIsDead = MI.getOperand(0).isDead(); local
2504 bool DstIsDead = MI.getOperand(0).isDead(); local
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVPostRAExpandPseudoInsts.cpp96 bool DstIsDead = MBBI->getOperand(0).isDead(); local
100 DstIsDead);
H A DRISCVInstrInfo.h100 bool DstRenamable = false, bool DstIsDead = false) const;
H A DRISCVExpandPseudoInsts.cpp281 bool DstIsDead = MBBI->getOperand(0).isDead(); local
283 .addReg(DstReg, RegState::Define | getDeadRegState(DstIsDead))
H A DRISCVInstrInfo.cpp821 bool DstIsDead) const {
835 unsigned DstRegState = getDeadRegState(DstIsDead && LastItem) |
/freebsd-current/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMExpandPseudoInsts.cpp566 bool DstIsDead = MI.getOperand(OpIdx).isDead(); local
590 MIB.addReg(DstRegPair, RegState::Define | getDeadRegState(DstIsDead));
594 MIB.addReg(D0, RegState::Define | getDeadRegState(DstIsDead));
596 MIB.addReg(D1, RegState::Define | getDeadRegState(DstIsDead));
598 MIB.addReg(D2, RegState::Define | getDeadRegState(DstIsDead));
600 MIB.addReg(D3, RegState::Define | getDeadRegState(DstIsDead));
662 MIB.addReg(DstReg, RegState::ImplicitDefine | getDeadRegState(DstIsDead));
777 bool DstIsDead = false;
779 DstIsDead = MI.getOperand(OpIdx).isDead();
782 MIB.addReg(D0, RegState::Define | getDeadRegState(DstIsDead));
1000 bool DstIsDead = MI.getOperand(0).isDead(); local
1069 bool DstIsDead = MI.getOperand(0).isDead(); local
2606 bool DstIsDead = MI.getOperand(0).isDead(); local
2628 bool DstIsDead = MI.getOperand(0).isDead(); local
2689 bool DstIsDead = MI.getOperand(0).isDead(); local
2766 bool DstIsDead = MI.getOperand(OpIdx).isDead(); local
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ExpandPseudoInsts.cpp161 bool DstIsDead = MI.getOperand(0).isDead(); local
165 getDeadRegState(DstIsDead && LastItem) |
180 bool DstIsDead = MI.getOperand(0).isDead(); local
184 getDeadRegState(DstIsDead && LastItem) |
194 bool DstIsDead = MI.getOperand(0).isDead(); local
197 getDeadRegState(DstIsDead && LastItem) |
205 bool DstIsDead = MI.getOperand(0).isDead(); local
209 getDeadRegState(DstIsDead && LastItem) |
485 bool DstIsDead = MI.getOperand(0).isDead(); local
636 .addReg(DstReg, RegState::Define | getDeadRegState(DstIsDead));
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ExpandPseudo.cpp466 bool DstIsDead = MBBI->getOperand(0).isDead(); local
473 .addReg(Reg0, RegState::Define | getDeadRegState(DstIsDead));
477 .addReg(Reg1, RegState::Define | getDeadRegState(DstIsDead));

Completed in 110 milliseconds