Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/MC/
H A DMCInstrDesc.cpp32 bool MCInstrDesc::hasImplicitDefOfPhysReg(unsigned Reg, in hasImplicitDefOfPhysReg() function in MCInstrDesc
52 return hasImplicitDefOfPhysReg(Reg, &RI); in hasDefOfPhysReg()
/llvm-project-15.0.7/bolt/lib/Passes/
H A DAllocCombiner.cpp43 II.hasImplicitDefOfPhysReg(BC.MIB->getStackPointer(), BC.MRI.get()) || in isIndifferentToSP()
/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCInstrDesc.h611 bool hasImplicitDefOfPhysReg(unsigned Reg,
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUInstPrinter.cpp632 (Desc.hasImplicitDefOfPhysReg(AMDGPU::VCC) || in needsImpliedVcc()
633 Desc.hasImplicitDefOfPhysReg(AMDGPU::VCC_LO)); in needsImpliedVcc()
649 (Desc.hasImplicitDefOfPhysReg(AMDGPU::VCC) || in printOperand()
650 Desc.hasImplicitDefOfPhysReg(AMDGPU::VCC_LO))) in printOperand()
H A DSIMCCodeEmitter.cpp314 Desc.hasImplicitDefOfPhysReg(AMDGPU::EXEC); in isVCMPX64()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86DomainReassignment.cpp147 !TII->get(DstOpcode).hasImplicitDefOfPhysReg(MO.getReg())) in isLegal()
H A DX86InstrInfo.cpp9620 MI.getDesc().hasImplicitDefOfPhysReg(X86::RSP)) in getOutliningType()
9626 MI.getDesc().hasImplicitDefOfPhysReg(X86::RIP)) in getOutliningType()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.cpp127 if (ResNo >= II.getNumDefs() && II.hasImplicitDefOfPhysReg(Reg)) in CheckForPhysRegDependency()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DScheduleDAGInstrs.cpp240 !DefMIDesc->hasImplicitDefOfPhysReg(MO.getReg())); in addPhysRegDataDeps()
/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.cpp1349 MI.getDesc().hasImplicitDefOfPhysReg(RISCV::X5)) in getOutliningType()
/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.cpp1198 get(MemOpcode).hasImplicitDefOfPhysReg(SystemZ::CC))) in foldMemoryOperandImpl()
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp4720 if (MCID.isCall() || (MCID.hasImplicitDefOfPhysReg(ARM::CPSR) && in getPredicationCost()
4750 if (PredCost && (MCID.isCall() || (MCID.hasImplicitDefOfPhysReg(ARM::CPSR) && in getInstrLatency()