Searched refs:CondCodeActions (Results 1 – 6 of 6) sorted by relevance
747 assert((unsigned)CC < array_lengthof(CondCodeActions) && in getCondCodeAction()748 ((unsigned)VT.SimpleTy >> 3) < array_lengthof(CondCodeActions[0]) && in getCondCodeAction()752 uint32_t Value = CondCodeActions[CC][VT.SimpleTy >> 3]; in getCondCodeAction()1483 assert(VT.isValid() && (unsigned)CC < array_lengthof(CondCodeActions) && in setCondCodeAction()1490 CondCodeActions[CC][VT.SimpleTy >> 3] &= ~((uint32_t)0xF << Shift); in setCondCodeAction()1491 CondCodeActions[CC][VT.SimpleTy >> 3] |= (uint32_t)Action << Shift; in setCondCodeAction()2044 uint32_t CondCodeActions[ISD::SETCC_INVALID][(MVT::LAST_VALUETYPE + 7) / 8]; variable
1174 assert((unsigned)CC < array_lengthof(CondCodeActions) && in getCondCodeAction()1175 ((unsigned)VT.SimpleTy >> 3) < array_lengthof(CondCodeActions[0]) && in getCondCodeAction()1179 uint32_t Value = CondCodeActions[CC][VT.SimpleTy >> 3]; in getCondCodeAction()2071 assert(VT.isValid() && (unsigned)CC < array_lengthof(CondCodeActions) && in setCondCodeAction()2078 CondCodeActions[CC][VT.SimpleTy >> 3] &= ~((uint32_t)0xF << Shift); in setCondCodeAction()2079 CondCodeActions[CC][VT.SimpleTy >> 3] |= (uint32_t)Action << Shift; in setCondCodeAction()2781 uint32_t CondCodeActions[ISD::SETCC_INVALID][(MVT::LAST_VALUETYPE + 7) / 8]; variable
1330 assert((unsigned)CC < array_lengthof(CondCodeActions) && in getCondCodeAction()1331 ((unsigned)VT.SimpleTy >> 3) < array_lengthof(CondCodeActions[0]) && in getCondCodeAction()1335 uint32_t Value = CondCodeActions[CC][VT.SimpleTy >> 3]; in getCondCodeAction()2220 assert(VT.isValid() && (unsigned)CC < array_lengthof(CondCodeActions) && in setCondCodeAction()2227 CondCodeActions[CC][VT.SimpleTy >> 3] &= ~((uint32_t)0xF << Shift); in setCondCodeAction()2228 CondCodeActions[CC][VT.SimpleTy >> 3] |= (uint32_t)Action << Shift; in setCondCodeAction()2961 uint32_t CondCodeActions[ISD::SETCC_INVALID][(MVT::LAST_VALUETYPE + 7) / 8]; variable
609 memset(CondCodeActions, 0, sizeof(CondCodeActions)); in initActions()
848 memset(CondCodeActions, 0, sizeof(CondCodeActions)); in initActions()
719 memset(CondCodeActions, 0, sizeof(CondCodeActions)); in initActions()