Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AVR/
H A DAVRExpandPseudoInsts.cpp163 bool DstIsDead = MI.getOperand(0).isDead(); in expandArith() local
196 bool DstIsDead = MI.getOperand(0).isDead(); in expandLogic() local
243 bool DstIsDead = MI.getOperand(0).isDead(); in expandLogicImm() local
297 bool DstIsDead = MI.getOperand(0).isDead(); in expand() local
351 bool DstIsDead = MI.getOperand(0).isDead(); in expand() local
416 bool DstIsDead = MI.getOperand(0).isDead(); in expand() local
448 bool DstIsDead = MI.getOperand(0).isDead(); in expand() local
554 bool DstIsDead = MI.getOperand(0).isDead(); in expand() local
605 bool DstIsDead = MI.getOperand(0).isDead(); in expand() local
701 bool DstIsDead = MI.getOperand(0).isDead(); in expand() local
[all …]
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMExpandPseudoInsts.cpp581 bool DstIsDead = MI.getOperand(OpIdx).isDead(); in ExpandVLD() local
609 MIB.addReg(D0, RegState::Define | getDeadRegState(DstIsDead)); in ExpandVLD()
792 bool DstIsDead = false; in ExpandLaneOp() local
794 DstIsDead = MI.getOperand(OpIdx).isDead(); in ExpandLaneOp()
797 MIB.addReg(D0, RegState::Define | getDeadRegState(DstIsDead)); in ExpandLaneOp()
978 bool DstIsDead = MI.getOperand(0).isDead(); in ExpandMOV32BitImm() local
1040 .addReg(DstReg, RegState::Define | getDeadRegState(DstIsDead)) in ExpandMOV32BitImm()
2530 bool DstIsDead = MI.getOperand(0).isDead(); in ExpandMI() local
2553 bool DstIsDead = MI.getOperand(0).isDead(); in ExpandMI() local
2614 bool DstIsDead = MI.getOperand(0).isDead(); in ExpandMI() local
[all …]
/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVExpandPseudoInsts.cpp262 bool DstIsDead = MBBI->getOperand(0).isDead(); in expandVSetVL() local
264 .addReg(DstReg, RegState::Define | getDeadRegState(DstIsDead)) in expandVSetVL()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64ExpandPseudoInsts.cpp156 bool DstIsDead = MI.getOperand(0).isDead(); in expandMOVImm() local
159 getDeadRegState(DstIsDead && LastItem) | in expandMOVImm()
167 bool DstIsDead = MI.getOperand(0).isDead(); in expandMOVImm() local
171 getDeadRegState(DstIsDead && LastItem) | in expandMOVImm()
448 bool DstIsDead = MI.getOperand(0).isDead(); in expand_DestructiveOp() local
582 .addReg(DstReg, RegState::Define | getDeadRegState(DstIsDead)); in expand_DestructiveOp()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ExpandPseudo.cpp462 bool DstIsDead = MBBI->getOperand(0).isDead(); in ExpandMI() local
467 .addReg(Reg0, RegState::Define | getDeadRegState(DstIsDead)); in ExpandMI()
469 .addReg(Reg1, RegState::Define | getDeadRegState(DstIsDead)); in ExpandMI()