Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIFoldOperands.cpp115 std::pair<const MachineOperand *, int> isOMod(const MachineInstr &MI) const;
1657 SIFoldOperands::isOMod(const MachineInstr &MI) const { in isOMod() function in SIFoldOperands
1738 std::tie(RegOp, OMod) = isOMod(MI); in tryFoldOMod()