Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCChecker.cpp474 const unsigned ProducerOpIndex = std::get<1>(Producer); in checkNewValues() local
476 if (Desc.operands()[ProducerOpIndex].RegClass == in checkNewValues()
496 ((Desc.mayLoad() && ProducerOpIndex == ProducerOpSearchIndex) || in checkNewValues()
497 (Desc.mayStore() && ProducerOpIndex == 0)); in checkNewValues()