Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.h409 bool isValidAutoIncImm(const EVT VT, const int Offset) const;
H A DHexagonISelDAGToDAG.cpp83 bool IsValidInc = HII->isValidAutoIncImm(LoadedVT, Inc); in INITIALIZE_PASS()
478 bool IsValidInc = HII->isValidAutoIncImm(StoredVT, Inc); in SelectIndexedStore()
H A DHexagonInstrInfo.cpp2707 bool HexagonInstrInfo::isValidAutoIncImm(const EVT VT, int Offset) const { in isValidAutoIncImm() function in HexagonInstrInfo
H A DHexagonISelLowering.cpp653 return Subtarget.getInstrInfo()->isValidAutoIncImm(VT, V); in getPostIndexedAddressParts()