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

/external/llvm/lib/MC/
H A DMCInstrDesc.cpp54 bool MCInstrDesc::hasImplicitDefOfPhysReg(unsigned Reg, function in class:MCInstrDesc
69 return hasImplicitDefOfPhysReg(Reg, &RI);
/external/swiftshader/third_party/LLVM/include/llvm/MC/
H A DMCInstrDesc.h255 /// hasImplicitDefOfPhysReg - Return true if this instruction implicitly
257 bool hasImplicitDefOfPhysReg(unsigned Reg) const { function in class:llvm::MCInstrDesc
/external/llvm/include/llvm/MC/
H A DMCInstrDesc.h521 bool hasImplicitDefOfPhysReg(unsigned Reg,
/external/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp3995 if (MCID.isCall() || MCID.hasImplicitDefOfPhysReg(ARM::CPSR)) {
4024 if (PredCost && (MCID.isCall() || MCID.hasImplicitDefOfPhysReg(ARM::CPSR))) {
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp2682 if (PredCost && MCID.hasImplicitDefOfPhysReg(ARM::CPSR))

Completed in 221 milliseconds