reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/MC/MCInstrDesc.h
  594   bool hasImplicitDefOfPhysReg(unsigned Reg,

References

lib/CodeGen/ScheduleDAGInstrs.cpp
  240                             !DefMIDesc->hasImplicitDefOfPhysReg(MO.getReg()));
lib/MC/MCInstrDesc.cpp
   64   return hasImplicitDefOfPhysReg(Reg, &RI);
lib/Target/AMDGPU/MCTargetDesc/AMDGPUInstPrinter.cpp
  507       (Desc.hasImplicitDefOfPhysReg(AMDGPU::VCC) ||
  508        Desc.hasImplicitDefOfPhysReg(AMDGPU::VCC_LO)))
lib/Target/ARM/ARMBaseInstrInfo.cpp
 4616   if (MCID.isCall() || (MCID.hasImplicitDefOfPhysReg(ARM::CPSR) &&
 4646   if (PredCost && (MCID.isCall() || (MCID.hasImplicitDefOfPhysReg(ARM::CPSR) &&
lib/Target/X86/X86DomainReassignment.cpp
  146           !TII->get(DstOpcode).hasImplicitDefOfPhysReg(MO.getReg()))
lib/Target/X86/X86InstrInfo.cpp
 8082       MI.getDesc().hasImplicitDefOfPhysReg(X86::RSP))
 8088       MI.getDesc().hasImplicitDefOfPhysReg(X86::RIP))