Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DMCInstrDesc.cpp32 bool MCInstrDesc::hasImplicitDefOfPhysReg(unsigned Reg, in hasImplicitDefOfPhysReg() function in MCInstrDesc
51 return hasImplicitDefOfPhysReg(Reg, &RI); in hasDefOfPhysReg()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCInstrDesc.h593 bool hasImplicitDefOfPhysReg(unsigned Reg,
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUInstPrinter.cpp712 (Desc.hasImplicitDefOfPhysReg(AMDGPU::VCC) || in needsImpliedVcc()
713 Desc.hasImplicitDefOfPhysReg(AMDGPU::VCC_LO)); in needsImpliedVcc()
729 (Desc.hasImplicitDefOfPhysReg(AMDGPU::VCC) || in printOperand()
730 Desc.hasImplicitDefOfPhysReg(AMDGPU::VCC_LO))) in printOperand()
H A DAMDGPUMCCodeEmitter.cpp321 Desc.hasImplicitDefOfPhysReg(AMDGPU::EXEC); in isVCMPX64()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86DomainReassignment.cpp146 !TII->get(DstOpcode).hasImplicitDefOfPhysReg(MO.getReg())) in isLegal()
H A DX86InstrInfo.cpp10479 MI.getDesc().hasImplicitDefOfPhysReg(X86::RSP)) in getOutliningTypeImpl()
10485 MI.getDesc().hasImplicitDefOfPhysReg(X86::RIP)) in getOutliningTypeImpl()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.cpp131 if (ResNo >= II.getNumDefs() && II.hasImplicitDefOfPhysReg(Reg)) in CheckForPhysRegDependency()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DScheduleDAGInstrs.cpp250 !DefMIDesc.hasImplicitDefOfPhysReg(Reg)); in addPhysRegDataDeps()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.cpp1212 get(MemOpcode).hasImplicitDefOfPhysReg(SystemZ::CC))) in foldMemoryOperandImpl()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp4725 if (MCID.isCall() || (MCID.hasImplicitDefOfPhysReg(ARM::CPSR) && in getPredicationCost()
4755 if (PredCost && (MCID.isCall() || (MCID.hasImplicitDefOfPhysReg(ARM::CPSR) && in getInstrLatency()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.cpp2487 MI.getDesc().hasImplicitDefOfPhysReg(RISCV::X5)) in getOutliningTypeImpl()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp16046 if (II.isCompare() && II.hasImplicitDefOfPhysReg(AMDGPU::SCC)) { in checkForPhysRegDependency()