Home
last modified time | relevance | path

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

/trueos/contrib/llvm/include/llvm/Target/
HDTargetLowering.h534 assert((unsigned)CC < array_lengthof(CondCodeActions) && in getCondCodeAction()
535 ((unsigned)VT.SimpleTy >> 4) < array_lengthof(CondCodeActions[0]) && in getCondCodeAction()
539 uint32_t Value = CondCodeActions[CC][VT.SimpleTy >> 4]; in getCondCodeAction()
1037 (unsigned)CC < array_lengthof(CondCodeActions) && in setCondCodeAction()
1043 CondCodeActions[CC][VT.SimpleTy >> 4] &= ~((uint32_t)0x3 << Shift); in setCondCodeAction()
1044 CondCodeActions[CC][VT.SimpleTy >> 4] |= (uint32_t)Action << Shift; in setCondCodeAction()
1467 uint32_t CondCodeActions[ISD::SETCC_INVALID][(MVT::LAST_VALUETYPE + 15) / 16]; variable
/trueos/contrib/llvm/lib/CodeGen/
HDTargetLoweringBase.cpp708 memset(CondCodeActions, 0, sizeof(CondCodeActions)); in initActions()