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.cpp2960 static unsigned getDefReg(const MachineInstr *MI);
2981 DefR = HexagonLoopRescheduling::getDefReg(&P); in PhiInfo()
2995 unsigned HexagonLoopRescheduling::getDefReg(const MachineInstr *MI) { in getDefReg() function in HexagonLoopRescheduling
3117 unsigned DR = getDefReg(SI); in moveGroup()
3146 unsigned PR = getDefReg(&I); in processLoop()
3250 G.Out.Reg = getDefReg(SI); in processLoop()