Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocBase.cpp119 for (MachineInstr &MIR : MRI->reg_instructions(VirtReg->reg())) { in allocatePhysRegs()
H A DMachineRegisterInfo.cpp218 for (MachineInstr &MI : reg_instructions(Reg)) in clearVirtRegs()
H A DInlineSpiller.cpp1270 llvm::make_early_inc_range(MRI.reg_instructions(Reg))) { in spillAll()
H A DLiveIntervals.cpp489 for (MachineInstr &UseMI : MRI->reg_instructions(Reg)) { in shrinkToUses()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZRegisterInfo.cpp140 for (auto &Use : MRI->reg_instructions(Reg)) { in getRegAllocationHints()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineRegisterInfo.h316 reg_instructions(Register Reg) const { in reg_instructions() function