Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Target/
DTargetLowering.h520 assert((unsigned)CC < array_lengthof(CondCodeActions) && in getCondCodeAction()
521 (unsigned)VT.SimpleTy < sizeof(CondCodeActions[0])*4 && in getCondCodeAction()
527 ((CondCodeActions[CC][VT.SimpleTy >> 5] >> (2*(VT.SimpleTy & 0x1F))) & 3); in getCondCodeAction()
1015 (unsigned)CC < array_lengthof(CondCodeActions) && in setCondCodeAction()
1020 CondCodeActions[(unsigned)CC][VT.SimpleTy >> 5] in setCondCodeAction()
1022 CondCodeActions[(unsigned)CC][VT.SimpleTy >> 5] in setCondCodeAction()
1419 uint64_t CondCodeActions[ISD::SETCC_INVALID][(MVT::LAST_VALUETYPE / 32) + 1]; variable
/external/llvm/lib/CodeGen/
DTargetLoweringBase.cpp669 memset(CondCodeActions, 0, sizeof(CondCodeActions)); in initActions()