Home
last modified time | relevance | path

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

/external/llvm/lib/MC/
DMCInstrDesc.cpp54 bool MCInstrDesc::hasImplicitDefOfPhysReg(unsigned Reg, in hasImplicitDefOfPhysReg() function in MCInstrDesc
69 return hasImplicitDefOfPhysReg(Reg, &RI); in hasDefOfPhysReg()
/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCInstrDesc.h257 bool hasImplicitDefOfPhysReg(unsigned Reg) const { in hasImplicitDefOfPhysReg() function
/external/llvm/include/llvm/MC/
DMCInstrDesc.h521 bool hasImplicitDefOfPhysReg(unsigned Reg,
/external/llvm/lib/Target/ARM/
DARMBaseInstrInfo.cpp3995 if (MCID.isCall() || MCID.hasImplicitDefOfPhysReg(ARM::CPSR)) { in getPredicationCost()
4024 if (PredCost && (MCID.isCall() || MCID.hasImplicitDefOfPhysReg(ARM::CPSR))) { in getInstrLatency()
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMBaseInstrInfo.cpp2682 if (PredCost && MCID.hasImplicitDefOfPhysReg(ARM::CPSR)) in getInstrLatency()