Searched refs:isMemReorderDisabled (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonShuffler.h176 bool isMemReorderDisabled() const { function in class:llvm::HexagonShuffler
H A DHexagonShuffler.cpp454 else if (loads >= 1 && isMemReorderDisabled()) { // }:mem_noshuf
456 // isMemReorderDisabled() == true
473 if (stores == 1 && (loads == 0 || !isMemReorderDisabled()))
474 // Pin the store to slot #0 only if isMemReorderDisabled() == false
H A DHexagonMCInstrInfo.h251 bool isMemReorderDisabled(MCInst const &MCI);
H A DHexagonMCTargetDesc.cpp170 if (HexagonMCInstrInfo::isMemReorderDisabled(Inst))
H A DHexagonMCInstrInfo.cpp689 bool HexagonMCInstrInfo::isMemReorderDisabled(MCInst const &MCI) { function in class:HexagonMCInstrInfo
863 assert(isMemReorderDisabled(MCI));
H A DHexagonMCDuplexInfo.cpp1056 if (HexagonMCInstrInfo::isMemReorderDisabled(MCB)) // }:mem_noshuf

Completed in 137 milliseconds