Searched refs:getDeadRegState (Results 1 – 13 of 13) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AVR/ |
| H A D | AVRExpandPseudoInsts.cpp | 164 .addReg(DstLoReg, RegState::Define | getDeadRegState(DstIsDead)) in expandArith() 475 .addReg(DstLoReg, RegState::Define | getDeadRegState(DstIsDead)) in expand() 1505 .addReg(DstReg, RegState::Define | getDeadRegState(DstIsDead)) in expandROLBRd() 2231 .addReg(DstReg, RegState::Define | getDeadRegState(DstIsDead)) in expandLSLB7Rd() 2237 .addReg(DstReg, RegState::Define | getDeadRegState(DstIsDead)) in expandLSLB7Rd() 2281 .addReg(DstReg, RegState::Define | getDeadRegState(DstIsDead)) in expandLSRB7Rd() 2288 .addReg(DstReg, RegState::Define | getDeadRegState(DstIsDead)) in expandLSRB7Rd() 2339 .addReg(DstReg, RegState::Define | getDeadRegState(DstIsDead)) in expandASRB6Rd() 2344 .addReg(DstReg, RegState::Define | getDeadRegState(DstIsDead)) in expandASRB6Rd() 2349 .addReg(DstReg, RegState::Define | getDeadRegState(DstIsDead)) in expandASRB6Rd() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMExpandPseudoInsts.cpp | 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() 782 MIB.addReg(D0, RegState::Define | getDeadRegState(DstIsDead)); in ExpandLaneOp() 784 MIB.addReg(D1, RegState::Define | getDeadRegState(DstIsDead)); in ExpandLaneOp() 786 MIB.addReg(D2, RegState::Define | getDeadRegState(DstIsDead)); in ExpandLaneOp() 788 MIB.addReg(D3, RegState::Define | getDeadRegState(DstIsDead)); in ExpandLaneOp() 2714 .addReg(DstReg, RegState::Define | getDeadRegState(DstIsDead)) in ExpandMI() 2779 MIB.addReg(D0, RegState::Define | getDeadRegState(DstIsDead)) in ExpandMI() [all …]
|
| H A D | MLxExpansionPass.cpp | 298 .addReg(DstReg, getDefRegState(true) | getDeadRegState(DstDead)); in ExpandFPMLxInstruction()
|
| H A D | ARMLoadStoreOptimizer.cpp | 1742 .addReg(Reg, getDefRegState(true) | getDeadRegState(RegDeadKill)) in InsertLDR_STR() 1813 .addReg(EvenReg, getDefRegState(isLd) | getDeadRegState(EvenDeadKill)) in FixInvalidRegPairOp() 1814 .addReg(OddReg, getDefRegState(isLd) | getDeadRegState(OddDeadKill)) in FixInvalidRegPairOp()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | MachineInstrBuilder.h | 540 inline unsigned getDeadRegState(bool B) { in getDeadRegState() function 560 getKillRegState(RegOp.isKill()) | getDeadRegState(RegOp.isDead()) | in getRegState()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MachineInstrBundle.cpp | 215 MIB.addReg(Reg, getDefRegState(true) | getDeadRegState(isDead) | in finalizeBundle()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ExpandPseudoInsts.cpp | 165 getDeadRegState(DstIsDead && LastItem) | in expandMOVImm() 184 getDeadRegState(DstIsDead && LastItem) | in expandMOVImm() 197 getDeadRegState(DstIsDead && LastItem) | in expandMOVImm() 209 getDeadRegState(DstIsDead && LastItem) | in expandMOVImm() 636 .addReg(DstReg, RegState::Define | getDeadRegState(DstIsDead)); in expand_DestructiveOp()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ExpandPseudo.cpp | 473 .addReg(Reg0, RegState::Define | getDeadRegState(DstIsDead)); in ExpandMI() 477 .addReg(Reg1, RegState::Define | getDeadRegState(DstIsDead)); in ExpandMI()
|
| H A D | X86InstrInfo.cpp | 1316 .addReg(Dest, RegState::Define | getDeadRegState(IsDead)) in convertToThreeAddressWithLEA() 8363 getDeadRegState(ImpOp.isDead()) | in unfoldMemoryOperand()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/CSKY/ |
| H A D | CSKYInstrInfo.cpp | 514 .addReg(SrcReg, RegState::Define | getDeadRegState(KillSrc)) in copyPhysReg()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVExpandPseudoInsts.cpp | 283 .addReg(DstReg, RegState::Define | getDeadRegState(DstIsDead)) in expandVSetVL()
|
| H A D | RISCVInstrInfo.cpp | 835 unsigned DstRegState = getDeadRegState(DstIsDead && LastItem) | in movImm()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCInstrInfo.cpp | 1176 .addReg(Reg0, RegState::Define | getDeadRegState(Reg0IsDead)) in commuteInstructionImpl()
|