Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCInstrDesc.cpp54 bool MCInstrDesc::hasImplicitDefOfPhysReg(unsigned Reg, in hasImplicitDefOfPhysReg() function in MCInstrDesc
69 return hasImplicitDefOfPhysReg(Reg, &RI); in hasDefOfPhysReg()
/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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCInstrDesc.h563 bool hasImplicitDefOfPhysReg(unsigned Reg,
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86DomainReassignment.cpp151 !TII->get(DstOpcode).hasImplicitDefOfPhysReg(MO.getReg())) in isLegal()
DX86InstrInfo.cpp7683 MI.getDesc().hasImplicitDefOfPhysReg(X86::RSP)) in getOutliningType()
7689 MI.getDesc().hasImplicitDefOfPhysReg(X86::RIP)) in getOutliningType()
/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-7.0/llvm/lib/Target/ARM/
DARMBaseInstrInfo.cpp4382 if (MCID.isCall() || (MCID.hasImplicitDefOfPhysReg(ARM::CPSR) && in getPredicationCost()
4412 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/AsmParser/
DARMAsmParser.cpp9131 if (MCID.hasImplicitDefOfPhysReg(ARM::PC, MRI)) in isITBlockTerminator()