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

/freebsd-current/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRExpandPseudoInsts.cpp157 bool DstIsKill = MI.getOperand(1).isKill();
165 .addReg(DstLoReg, getKillRegState(DstIsKill))
171 .addReg(DstHiReg, getKillRegState(DstIsKill))
190 bool DstIsKill = MI.getOperand(1).isKill(); local
199 .addReg(DstLoReg, getKillRegState(DstIsKill))
208 .addReg(DstHiReg, getKillRegState(DstIsKill))
428 bool DstIsKill = MI.getOperand(1).isKill(); local
437 .addReg(DstLoReg, getKillRegState(DstIsKill));
445 .addReg(DstHiReg, getKillRegState(DstIsKill));
461 bool DstIsKill local
499 bool DstIsKill = MI.getOperand(0).isKill(); local
532 bool DstIsKill = MI.getOperand(0).isKill(); local
663 bool DstIsKill = MI.getOperand(0).isKill(); local
774 bool DstIsKill = MI.getOperand(0).isKill(); local
1151 bool DstIsKill = MI.getOperand(0).isKill(); local
1274 bool DstIsKill = MI.getOperand(0).isKill(); local
1496 bool DstIsKill = MI.getOperand(1).isKill(); local
1566 bool DstIsKill = MI.getOperand(1).isKill(); local
1600 bool DstIsKill = MI.getOperand(1).isKill(); local
1623 bool DstIsKill = MI.getOperand(1).isKill(); local
1681 bool DstIsKill = MI.getOperand(1).isKill(); local
1708 bool DstIsKill = MI.getOperand(1).isKill(); local
1767 bool DstIsKill = MI.getOperand(1).isKill(); local
1799 bool DstIsKill = MI.getOperand(1).isKill(); local
1821 bool DstIsKill = MI.getOperand(1).isKill(); local
1879 bool DstIsKill = MI.getOperand(1).isKill(); local
1906 bool DstIsKill = MI.getOperand(1).isKill(); local
1977 bool DstIsKill = MI.getOperand(1).isKill(); local
2009 bool DstIsKill = MI.getOperand(1).isKill(); local
2031 bool DstIsKill = MI.getOperand(1).isKill(); local
2078 bool DstIsKill = MI.getOperand(1).isKill(); local
2113 bool DstIsKill = MI.getOperand(1).isKill(); local
2223 bool DstIsKill = MI.getOperand(1).isKill(); local
2273 bool DstIsKill = MI.getOperand(1).isKill(); local
2325 bool DstIsKill = MI.getOperand(1).isKill(); local
2363 bool DstIsKill = MI.getOperand(1).isKill(); local
[all...]

Completed in 50 milliseconds