Searched refs:Dead (Results 26 - 41 of 41) sorted by relevance

12

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.cpp399 .addReg(ScratchReg, RegState::Define | RegState::Dead)
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FlagsCopyLowering.cpp838 .addDef(TmpReg, RegState::Dead)
H A DX86LoadValueInjectionLoadHardening.cpp424 if (Def.Addr->getAttrs() & NodeAttrs::Dead)
H A DX86ISelLowering.cpp[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp572 MachineInstr *Dead = &*I; local
574 Dead->eraseFromParent();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp2141 .addReg(Mips::HI0, RegState::ImplicitDefine | RegState::Dead)
2142 .addReg(Mips::LO0, RegState::ImplicitDefine | RegState::Dead);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNHazardRecognizer.cpp901 .addReg(Reg, RegState::Define | (IsUndef ? RegState::Dead : 0))
H A DSIInstrInfo.cpp5057 .addDef(CondReg1, RegState::Dead)
5869 .addReg(DeadCarryReg, RegState::Define | RegState::Dead)
6720 .addReg(UnusedCarry, RegState::Define | RegState::Dead);
6741 .addReg(UnusedCarry, RegState::Define | RegState::Dead);
H A DSILoadStoreOptimizer.cpp1680 .addReg(DeadCarryReg, RegState::Define | RegState::Dead)
H A DAMDGPUInstructionSelector.cpp301 // Dead implicit-def of scc
324 // Dead implicit-def of scc
373 .addDef(UnusedCarry, RegState::Dead)
412 .addDef(MRI->createVirtualRegister(CarryRC), RegState::Dead)
H A DSIISelLowering.cpp3862 .addReg(DeadCarryReg, RegState::Define | RegState::Dead)
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.cpp2198 bool Dead = true; local
2202 Dead = false;
2205 if (Dead)
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp1382 Flags |= RegState::Dead;
1554 Flags & RegState::Kill, Flags & RegState::Dead, Flags & RegState::Undef,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp172 /// Dead instructions that are about to be deleted.
324 SmallVectorImpl<MachineInstr * > *Dead = nullptr) {
326 if (LIS->shrinkToUses(LI, Dead)) {
1831 // Dead code elimination. This really should be handled by MachineDCE, but
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp1554 .addDef(Reg32, RegState::Dead)
1596 .addDef(Reg32, RegState::Dead)
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp10444 MIB.addReg(Reg, RegState::ImplicitDefine | RegState::Dead);
10877 RegState::Implicit | RegState::Define | RegState::Dead)
10879 RegState::Implicit | RegState::Define | RegState::Dead);
10893 RegState::Implicit | RegState::Define | RegState::Dead)
10895 RegState::Implicit | RegState::Define | RegState::Dead);
11293 MIB.addReg(TmpReg, RegState::Define|RegState::Dead);

Completed in 568 milliseconds

12