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

/external/llvm/include/llvm/MC/
H A DMCInstrDesc.h552 bool hasImplicitDefOfPhysReg(unsigned Reg, function in class:llvm::MCInstrDesc
569 return hasImplicitDefOfPhysReg(Reg, &RI);
/external/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp3814 if (MCID.isCall() || MCID.hasImplicitDefOfPhysReg(ARM::CPSR)) {
3843 if (PredCost && (MCID.isCall() || MCID.hasImplicitDefOfPhysReg(ARM::CPSR))) {

Completed in 168 milliseconds