Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyDebugValueManager.cpp389 for (auto &MO : DBI->getDebugOperandsForReg(CurrentReg)) in cloneSink()
397 for (auto &MO : DBI->getDebugOperandsForReg(CurrentReg)) in updateReg()
409 for (auto &MO : DBI->getDebugOperandsForReg(CurrentReg)) in replaceWithLocal()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineInstr.cpp808 MachineInstr::getDebugOperandsForReg(Register Reg) const { in getDebugOperandsForReg() function in MachineInstr
815 MachineInstr::getDebugOperandsForReg(Register Reg) { in getDebugOperandsForReg() function in MachineInstr
2444 llvm::make_pointer_range(MI.getDebugOperandsForReg(SpillReg))); in computeExprForSpill()
2498 for (MachineOperand &Op : Orig.getDebugOperandsForReg(Reg)) in updateDbgValueForSpill()
2539 for (MachineOperand &Op : DBI->getDebugOperandsForReg(DefReg)) in changeDebugValuesDefReg()
H A DMachineSink.cpp1588 for (auto &DbgMO : DbgMI.getDebugOperandsForReg(Reg)) in attemptDebugCopyProp()
1599 for (auto &DbgMO : DbgMI.getDebugOperandsForReg(Reg)) { in attemptDebugCopyProp()
2028 for (auto &DbgOp : User->getDebugOperandsForReg(Reg)) { in SalvageUnsunkDebugUsersOfCopy()
H A DRegAllocFast.cpp846 for (MachineOperand &MO : DbgValue->getDebugOperandsForReg(VirtReg)) { in assignDanglingDebugValues()
1733 llvm::make_pointer_range(MI.getDebugOperandsForReg(Reg))); in handleDebugValue()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineInstr.h619 getDebugOperandsForReg(Register Reg) const;
623 getDebugOperandsForReg(Register Reg);
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86OptimizeLEAs.cpp588 for (MachineOperand &Op : MI.getDebugOperandsForReg(OldReg)) { in replaceDebugValue()