Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonHazardRecognizer.cpp33 UsesLoad = false; in Reset()
79 UsesLoad = false; in AdvanceCycle()
98 if (UsesLoad && SU->isInstr() && SU->getInstr()->mayLoad()) in ShouldPreferAnother()
160 UsesLoad = MI->mayLoad(); in EmitInstruction()
H A DHexagonHazardRecognizer.h33 bool UsesLoad = false; variable