Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonConstExtenders.cpp416 const MachineOperand &getStoredValueOp(const MachineInstr &MI) const;
1709 MIB.add(getStoredValueOp(MI)); in replaceInstrExact()
1835 MIB.add(getStoredValueOp(MI)); in replaceInstrExpr()
1962 const MachineOperand &HCE::getStoredValueOp(const MachineInstr &MI) const { in getStoredValueOp() function in HCE