Home
last modified time | relevance | path

Searched refs:def_instructions (Results 1 – 9 of 9) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
HDWebAssemblyPrepareForLiveIntervals.cpp66 for (const auto &Def : MRI.def_instructions(Reg)) in hasArgumentDef()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDSIWholeQuadMode.cpp305 for (MachineInstr &DefMI : MRI->def_instructions(Use.getReg())) in markInstructionUses()
368 for (MachineInstr &DefMI : MRI->def_instructions(Reg)) in scanInstructions()
HDSIFixSGPRCopies.cpp437 for (auto &MI : MRI.def_instructions(Reg)) { in hoistAndMergeSGPRInits()
HDAMDGPURegisterBankInfo.cpp1105 for (MachineInstr &Other : MRI.def_instructions(Reg)) { in getOtherVRegDef()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
HDSystemZRegisterInfo.cpp178 for (MachineInstr &DefMI : MRI->def_instructions(VirtReg)) in getRegAllocationHints()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDRegAllocFast.cpp303 for (const MachineInstr &DefInst : MRI->def_instructions(VirtReg)) { in mayLiveIn()
647 for (const MachineInstr &MI : MRI->def_instructions(VirtReg)) { in traceCopies()
HDPHIElimination.cpp223 for (MachineInstr &DI : MRI.def_instructions(VirtReg)) in isImplicitlyDefined()
HDTwoAddressInstructionPass.cpp346 for (MachineInstr &DefMI : MRI->def_instructions(Reg)) { in getSingleDef()
1026 for (MachineInstr &DefMI : MRI->def_instructions(Reg)) { in isDefTooClose()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDMachineRegisterInfo.h405 def_instructions(unsigned Reg) const { in def_instructions() function