Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCInstrInfo.h224 bool isMemStoreReorderEnabled(MCInst const &MCI);
DHexagonMCInstrInfo.cpp540 bool HexagonMCInstrInfo::isMemStoreReorderEnabled(MCInst const &MCI) { in isMemStoreReorderEnabled() function in llvm::HexagonMCInstrInfo
640 assert(isMemStoreReorderEnabled(MCI)); in setMemStoreReorderEnabled()