Home
last modified time | relevance | path

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

/freebsd-13.1/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-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonBitSimplify.cpp2934 static unsigned getDefReg(const MachineInstr *MI);
2955 DefR = HexagonLoopRescheduling::getDefReg(&P); in PhiInfo()
2969 unsigned HexagonLoopRescheduling::getDefReg(const MachineInstr *MI) { in getDefReg() function in HexagonLoopRescheduling
3092 unsigned DR = getDefReg(SI); in moveGroup()
3122 unsigned PR = getDefReg(&I); in processLoop()
3227 G.Out.Reg = getDefReg(SI); in processLoop()