Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonHazardRecognizer.cpp47 if (isNewStore(*MI)) { in getHazardType()
105 bool HexagonHazardRecognizer::isNewStore(MachineInstr &MI) { in isNewStore() function in HexagonHazardRecognizer
126 if (!Resources->canReserveResources(*MI) || isNewStore(*MI)) { in EmitInstruction()
H A DHexagonHazardRecognizer.h45 bool isNewStore(MachineInstr &MI);