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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRExpandPseudoInsts.cpp147 bool DstIsDead = MI.getOperand(0).isDead();
155 .addReg(DstLoReg, RegState::Define | getDeadRegState(DstIsDead))
160 .addReg(DstHiReg, RegState::Define | getDeadRegState(DstIsDead))
180 bool DstIsDead = MI.getOperand(0).isDead(); local
188 .addReg(DstLoReg, RegState::Define | getDeadRegState(DstIsDead))
196 .addReg(DstHiReg, RegState::Define | getDeadRegState(DstIsDead))
226 bool DstIsDead = MI.getOperand(0).isDead(); local
236 .addReg(DstLoReg, RegState::Define | getDeadRegState(DstIsDead))
246 .addReg(DstHiReg, RegState::Define | getDeadRegState(DstIsDead))
278 bool DstIsDead local
330 bool DstIsDead = MI.getOperand(0).isDead(); local
393 bool DstIsDead = MI.getOperand(0).isDead(); local
491 bool DstIsDead = MI.getOperand(0).isDead(); local
540 bool DstIsDead = MI.getOperand(0).isDead(); local
634 bool DstIsDead = MI.getOperand(0).isDead(); local
665 bool DstIsDead = MI.getOperand(0).isDead(); local
1049 bool DstIsDead = MI.getOperand(0).isDead(); local
1083 bool DstIsDead = MI.getOperand(0).isDead(); local
1150 bool DstIsDead = MI.getOperand(0).isDead(); local
1258 bool DstIsDead = MI.getOperand(0).isDead(); local
1295 bool DstIsDead = MI.getOperand(0).isDead(); local
1339 bool DstIsDead = MI.getOperand(0).isDead(); local
1372 bool DstIsDead = MI.getOperand(0).isDead(); local
1415 bool DstIsDead = MI.getOperand(0).isDead(); local
1459 bool DstIsDead = MI.getOperand(0).isDead(); local
1513 bool DstIsDead = MI.getOperand(0).isDead(); local
1541 bool DstIsDead = MI.getOperand(0).isDead(); local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMExpandPseudoInsts.cpp514 bool DstIsDead = MI.getOperand(OpIdx).isDead(); local
529 MIB.addReg(DstRegPair, RegState::Define | getDeadRegState(DstIsDead));
533 MIB.addReg(D0, RegState::Define | getDeadRegState(DstIsDead));
535 MIB.addReg(D1, RegState::Define | getDeadRegState(DstIsDead));
537 MIB.addReg(D2, RegState::Define | getDeadRegState(DstIsDead));
539 MIB.addReg(D3, RegState::Define | getDeadRegState(DstIsDead));
600 MIB.addReg(DstReg, RegState::ImplicitDefine | getDeadRegState(DstIsDead));
715 bool DstIsDead = false;
717 DstIsDead = MI.getOperand(OpIdx).isDead();
720 MIB.addReg(D0, RegState::Define | getDeadRegState(DstIsDead));
864 bool DstIsDead = MI.getOperand(0).isDead(); local
2262 bool DstIsDead = MI.getOperand(0).isDead(); local
2284 bool DstIsDead = MI.getOperand(0).isDead(); local
2342 bool DstIsDead = MI.getOperand(0).isDead(); local
2404 bool DstIsDead = MI.getOperand(OpIdx).isDead(); local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ExpandPseudo.cpp381 bool DstIsDead = MBBI->getOperand(0).isDead(); local
386 .addReg(Reg0, RegState::Define | getDeadRegState(DstIsDead));
388 .addReg(Reg1, RegState::Define | getDeadRegState(DstIsDead));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ExpandPseudoInsts.cpp151 bool DstIsDead = MI.getOperand(0).isDead(); local
154 getDeadRegState(DstIsDead && LastItem) |
162 bool DstIsDead = MI.getOperand(0).isDead(); local
166 getDeadRegState(DstIsDead && LastItem) |
400 bool DstIsDead = MI.getOperand(0).isDead(); local
512 .addReg(DstReg, RegState::Define | getDeadRegState(DstIsDead));

Completed in 82 milliseconds