Searched refs:getP0Type (Results 1 – 2 of 2) sorted by relevance
631 switch (pElem->getP0Type()) in commitElements()788 switch(pElem->getP0Type()) in commitElemOnEOT()845 if (pElem->getP0Type() == P0_ATOM) in cancelElements()860 switch (pElem->getP0Type()) in cancelElements()921 if (pElem->getP0Type() == P0_ATOM) in mispredictAtom()931 else if (pElem->getP0Type() == P0_ADDR) in mispredictAtom()984 switch (pElem->getP0Type()) in processTS_CC_EventElem()1174 if(pElem->getP0Type() == P0_CTXT) in processException()1181 if(pElem->getP0Type() != P0_ADDR) in processException()
74 const p0_elem_t getP0Type() const { return m_P0_type; }; in getP0Type() function