Home
last modified time | relevance | path

Searched refs:getDeadRegState (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRExpandPseudoInsts.cpp164 .addReg(DstLoReg, RegState::Define | getDeadRegState(DstIsDead)) in expandArith()
170 .addReg(DstHiReg, RegState::Define | getDeadRegState(DstIsDead)) in expandArith()
198 .addReg(DstLoReg, RegState::Define | getDeadRegState(DstIsDead)) in expandLogic()
207 .addReg(DstHiReg, RegState::Define | getDeadRegState(DstIsDead)) in expandLogic()
259 .addReg(DstLoReg, RegState::Define | getDeadRegState(DstIsDead)) in expandLogicImm()
273 .addReg(DstHiReg, RegState::Define | getDeadRegState(DstIsDead)) in expandLogicImm()
315 .addReg(DstLoReg, RegState::Define | getDeadRegState(DstIsDead)) in expand()
320 .addReg(DstHiReg, RegState::Define | getDeadRegState(DstIsDead)) in expand()
374 .addReg(DstLoReg, RegState::Define | getDeadRegState(DstIsDead)) in expand()
383 .addReg(DstHiReg, RegState::Define | getDeadRegState(DstIsDead)) in expand()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMExpandPseudoInsts.cpp590 MIB.addReg(DstRegPair, RegState::Define | getDeadRegState(DstIsDead)); in ExpandVLD()
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()
659 MIB.addReg(DstReg, RegState::ImplicitDefine | getDeadRegState(DstIsDead)); in ExpandVLD()
779 MIB.addReg(D0, RegState::Define | getDeadRegState(DstIsDead)); in ExpandLaneOp()
781 MIB.addReg(D1, RegState::Define | getDeadRegState(DstIsDead)); in ExpandLaneOp()
783 MIB.addReg(D2, RegState::Define | getDeadRegState(DstIsDead)); in ExpandLaneOp()
785 MIB.addReg(D3, RegState::Define | getDeadRegState(DstIsDead)); in ExpandLaneOp()
[all …]
H A DMLxExpansionPass.cpp298 .addReg(DstReg, getDefRegState(true) | getDeadRegState(DstDead)); in ExpandFPMLxInstruction()
H A DARMLoadStoreOptimizer.cpp1743 .addReg(Reg, getDefRegState(true) | getDeadRegState(RegDeadKill)) in InsertLDR_STR()
1814 .addReg(EvenReg, getDefRegState(isLd) | getDeadRegState(EvenDeadKill)) in FixInvalidRegPairOp()
1815 .addReg(OddReg, getDefRegState(isLd) | getDeadRegState(OddDeadKill)) in FixInvalidRegPairOp()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVPostRAExpandPseudoInsts.cpp115 .addReg(DstReg, RegState::Define | getDeadRegState(DstIsDead) | in expandMovAddr()
H A DRISCVExpandPseudoInsts.cpp283 .addReg(DstReg, RegState::Define | getDeadRegState(DstIsDead)) in expandVSetVL()
H A DRISCVInstrInfo.cpp805 unsigned DstRegState = getDeadRegState(DstIsDead && LastItem) | in movImm()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineInstrBuilder.h558 inline unsigned getDeadRegState(bool B) { in getDeadRegState() function
578 getKillRegState(RegOp.isKill()) | getDeadRegState(RegOp.isDead()) | in getRegState()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ExpandPseudoInsts.cpp165 getDeadRegState(DstIsDead && LastItem) | in expandMOVImm()
178 getDeadRegState(DstIsDead && LastItem) | in expandMOVImm()
197 getDeadRegState(DstIsDead && LastItem) | in expandMOVImm()
210 getDeadRegState(DstIsDead && LastItem) | in expandMOVImm()
222 getDeadRegState(DstIsDead && LastItem) | in expandMOVImm()
649 .addReg(DstReg, RegState::Define | getDeadRegState(DstIsDead)); in expand_DestructiveOp()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineInstrBundle.cpp214 MIB.addReg(Reg, getDefRegState(true) | getDeadRegState(isDead) | in finalizeBundle()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ExpandPseudo.cpp472 .addReg(Reg0, RegState::Define | getDeadRegState(DstIsDead)); in expandMI()
475 .addReg(Reg1, RegState::Define | getDeadRegState(DstIsDead)); in expandMI()
H A DX86InstrInfo.cpp1339 .addReg(Dest, RegState::Define | getDeadRegState(IsDead)) in convertToThreeAddressWithLEA()
8442 getDeadRegState(ImpOp.isDead()) | in unfoldMemoryOperand()
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYInstrInfo.cpp514 .addReg(SrcReg, RegState::Define | getDeadRegState(KillSrc)) in copyPhysReg()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp1191 .addReg(Reg0, RegState::Define | getDeadRegState(Reg0IsDead)) in commuteInstructionImpl()