Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/
HDMCInstrDesc.cpp32 bool MCInstrDesc::hasImplicitDefOfPhysReg(unsigned Reg, in hasImplicitDefOfPhysReg() function in MCInstrDesc
51 return hasImplicitDefOfPhysReg(Reg, &RI); in hasDefOfPhysReg()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MC/
HDMCInstrDesc.h593 bool hasImplicitDefOfPhysReg(unsigned Reg,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
HDAMDGPUInstPrinter.cpp767 (Desc.hasImplicitDefOfPhysReg(AMDGPU::VCC) || in needsImpliedVcc()
768 Desc.hasImplicitDefOfPhysReg(AMDGPU::VCC_LO)); in needsImpliedVcc()
784 (Desc.hasImplicitDefOfPhysReg(AMDGPU::VCC) || in printOperand()
785 Desc.hasImplicitDefOfPhysReg(AMDGPU::VCC_LO))) in printOperand()
HDAMDGPUMCCodeEmitter.cpp359 Desc.hasImplicitDefOfPhysReg(AMDGPU::EXEC); in isVCMPX64()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86DomainReassignment.cpp146 !TII->get(DstOpcode).hasImplicitDefOfPhysReg(MO.getReg())) in isLegal()
HDX86InstrInfo.cpp10568 MI.getDesc().hasImplicitDefOfPhysReg(X86::RSP)) in getOutliningTypeImpl()
10574 MI.getDesc().hasImplicitDefOfPhysReg(X86::RIP)) in getOutliningTypeImpl()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDScheduleDAGSDNodes.cpp132 if (ResNo >= II.getNumDefs() && II.hasImplicitDefOfPhysReg(Reg)) in CheckForPhysRegDependency()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
HDSystemZInstrInfo.cpp1384 get(MemOpcode).hasImplicitDefOfPhysReg(SystemZ::CC))) in foldMemoryOperandImpl()
1557 if (get(RegMemOpcode).hasImplicitDefOfPhysReg(SystemZ::CC)) { in foldMemoryOperandImpl()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDScheduleDAGInstrs.cpp250 !DefMIDesc.hasImplicitDefOfPhysReg(Reg)); in addPhysRegDataDeps()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
HDARMBaseInstrInfo.cpp4726 if (MCID.isCall() || (MCID.hasImplicitDefOfPhysReg(ARM::CPSR) && in getPredicationCost()
4756 if (PredCost && (MCID.isCall() || (MCID.hasImplicitDefOfPhysReg(ARM::CPSR) && in getInstrLatency()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
HDRISCVInstrInfo.cpp2902 MI.getDesc().hasImplicitDefOfPhysReg(RISCV::X5)) in getOutliningTypeImpl()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDSIISelLowering.cpp16493 if (II.isCompare() && II.hasImplicitDefOfPhysReg(AMDGPU::SCC)) { in checkForPhysRegDependency()