Home
last modified time | relevance | path

Searched refs:def_operands (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTileShapeInfo.h72 for (const MachineOperand &DefMO : MRI->def_operands(Reg)) { in deduceImm()
H A DMachineRegisterInfo.h413 inline iterator_range<def_iterator> def_operands(Register Reg) const { in def_operands() function
469 return hasSingleElement(def_operands(RegNo)); in hasOneDef()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveIntervalCalc.cpp131 for (MachineOperand &MO : MRI->def_operands(Reg)) in createDeadDefs()
H A DRegisterScavenging.cpp371 MRI.def_operands(VReg), [VReg, &TRI](const MachineOperand &MO) { in scavengeVReg()
H A DLiveInterval.cpp973 for (const MachineOperand &MO : MRI.def_operands(reg())) { in computeSubRangeUndefs()
H A DRegAllocGreedy.cpp1842 for (const MachineOperand &MO : MRI->def_operands(reg)) in hasTiedDef()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIPeepholeSDWA.cpp502 for (const MachineOperand &Def : MRI->def_operands(Op.getReg())) { in foldToImm()