Searched refs:hasImplicitDefOfPhysReg (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/contrib/llvm/lib/MC/
H A DMCInstrDesc.cpp54 bool MCInstrDesc::hasImplicitDefOfPhysReg(unsigned Reg, function in class:MCInstrDesc
69 return hasImplicitDefOfPhysReg(Reg, &RI);
/freebsd-11.0-release/contrib/llvm/include/llvm/MC/
H A DMCInstrDesc.h521 bool hasImplicitDefOfPhysReg(unsigned Reg,
/freebsd-11.0-release/contrib/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp3959 if (MCID.isCall() || MCID.hasImplicitDefOfPhysReg(ARM::CPSR)) {
3988 if (PredCost && (MCID.isCall() || MCID.hasImplicitDefOfPhysReg(ARM::CPSR))) {

Completed in 76 milliseconds