Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
DTileShapeInfo.h73 for (const MachineOperand &DefMO : MRI->def_operands(Reg)) { in deduceImm()
DMachineRegisterInfo.h389 inline iterator_range<def_iterator> def_operands(Register Reg) const { in def_operands() function
445 return hasSingleElement(def_operands(RegNo)); in hasOneDef()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DLiveIntervalCalc.cpp141 for (MachineOperand &MO : MRI->def_operands(Reg)) in createDeadDefs()
DRegisterScavenging.cpp643 MRI.def_operands(VReg), [VReg, &TRI](const MachineOperand &MO) { in scavengeVReg()
DLiveInterval.cpp984 for (const MachineOperand &MO : MRI.def_operands(reg())) { in computeSubRangeUndefs()
DRegAllocGreedy.cpp2539 for (const MachineOperand &MO : MRI->def_operands(reg)) in hasTiedDef()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
DSIPeepholeSDWA.cpp500 for (const MachineOperand &Def : MRI->def_operands(Op.getReg())) { in foldToImm()