Home
last modified time | relevance | path

Searched refs:hasImplicitDefOfPhysReg (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/MC/
H A DMCInstrDesc.cpp45 bool MCInstrDesc::hasImplicitDefOfPhysReg(unsigned Reg, in hasImplicitDefOfPhysReg() function in MCInstrDesc
65 return hasImplicitDefOfPhysReg(Reg, &RI); in hasDefOfPhysReg()
/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMCInstrDesc.h570 bool hasImplicitDefOfPhysReg(unsigned Reg,
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86DomainReassignment.cpp147 !TII->get(DstOpcode).hasImplicitDefOfPhysReg(MO.getReg())) in isLegal()
H A DX86InstrInfo.cpp7755 MI.getDesc().hasImplicitDefOfPhysReg(X86::RSP)) in getOutliningType()
7761 MI.getDesc().hasImplicitDefOfPhysReg(X86::RIP)) in getOutliningType()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DScheduleDAGInstrs.cpp241 !DefMIDesc->hasImplicitDefOfPhysReg(MO.getReg())); in addPhysRegDataDeps()
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp4407 if (MCID.isCall() || (MCID.hasImplicitDefOfPhysReg(ARM::CPSR) && in getPredicationCost()
4437 if (PredCost && (MCID.isCall() || (MCID.hasImplicitDefOfPhysReg(ARM::CPSR) && in getInstrLatency()