Searched defs:isPostIncrement (Results 1 – 3 of 3) sorted by relevance
/llvm-project/llvm/lib/Target/ARC/ | ||
H A D | ARCInstrInfo.cpp | 411 bool ARCInstrInfo::isPostIncrement(const MachineInstr &MI) const { isPostIncrement() function in ARCInstrInfo |
/llvm-project/llvm/include/llvm/CodeGen/ | ||
H A D | TargetInstrInfo.h | 1590 virtual bool isPostIncrement(const MachineInstr &MI) const { return false; } isPostIncrement() function |
/llvm-project/llvm/lib/Target/Hexagon/ | ||
H A D | HexagonInstrInfo.cpp | 1655 bool HexagonInstrInfo::isPostIncrement(const MachineInstr &MI) const { isPostIncrement() function in HexagonInstrInfo |