Searched refs:getP0Type (Results 1 – 2 of 2) sorted by relevance
731 switch (pElem->getP0Type()) in commitElements()923 switch(pElem->getP0Type()) in commitElemOnEOT()1008 if (pElem->getP0Type() == P0_ATOM) in cancelElements()1023 switch (pElem->getP0Type()) in cancelElements()1090 if (pElem->getP0Type() == P0_ATOM) in mispredictAtom()1100 else if (pElem->getP0Type() == P0_ADDR) in mispredictAtom()1131 if (pElem->getP0Type() == P0_MARKER) in discardElements()1133 else if (pElem->getP0Type() == P0_MARKER) in discardElements()1161 switch (pElem->getP0Type()) in processTS_CC_EventElem()1222 ((int)P0_TRANS_FAIL - (int)pElem->getP0Type()))); in processTransElem()[all …]
82 const p0_elem_t getP0Type() const { return m_P0_type; }; in getP0Type() function