Home
last modified time | relevance | path

Searched refs:getDefReg (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DMLxExpansionPass.cpp63 unsigned getDefReg(MachineInstr *MI) const;
116 unsigned MLxExpansion::getDefReg(MachineInstr *MI) const { in getDefReg() function in MLxExpansion
259 if (i <= Limit2 && hasRAWHazard(getDefReg(MI), NextMI)) in FindMLxHazard()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonBitSimplify.cpp2959 static unsigned getDefReg(const MachineInstr *MI);
2980 DefR = HexagonLoopRescheduling::getDefReg(&P); in PhiInfo()
2994 unsigned HexagonLoopRescheduling::getDefReg(const MachineInstr *MI) { in getDefReg() function in HexagonLoopRescheduling
3116 unsigned DR = getDefReg(SI); in moveGroup()
3145 unsigned PR = getDefReg(&I); in processLoop()
3249 G.Out.Reg = getDefReg(SI); in processLoop()