Home
last modified time | relevance | path

Searched refs:hasImplicitUseOfPhysReg (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCInstrDesc.h589 bool hasImplicitUseOfPhysReg(MCRegister Reg) const { in hasImplicitUseOfPhysReg() function
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNVOPDUtils.cpp110 if (MI.getDesc().hasImplicitUseOfPhysReg(AMDGPU::VCC)) in checkVOPDRegConstraints()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DScheduleDAGInstrs.cpp234 MIDesc.hasImplicitUseOfPhysReg(Reg); in addSchedBarrierDeps()
296 !UseMIDesc.hasImplicitUseOfPhysReg(UseReg); in addPhysRegDataDeps()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMLatencyMutations.cpp488 return MI->getDesc().hasImplicitUseOfPhysReg(ARM::CPSR); in hasImplicitCPSRUse()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.cpp3394 MI.getDesc().hasImplicitUseOfPhysReg(RegNo); in isMIReadsReg()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp10666 MI.getDesc().hasImplicitUseOfPhysReg(X86::RSP) || in getOutliningTypeImpl()
10672 MI.getDesc().hasImplicitUseOfPhysReg(X86::RIP) || in getOutliningTypeImpl()