Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Target/
DTargetLowering.h515 assert((unsigned)CC < array_lengthof(CondCodeActions) && in getCondCodeAction()
516 (unsigned)VT.SimpleTy < sizeof(CondCodeActions[0])*4 && in getCondCodeAction()
522 ((CondCodeActions[CC][VT.SimpleTy >> 5] >> (2*(VT.SimpleTy & 0x1F))) & 3); in getCondCodeAction()
1034 (unsigned)CC < array_lengthof(CondCodeActions) && in setCondCodeAction()
1039 CondCodeActions[(unsigned)CC][VT.SimpleTy >> 5] in setCondCodeAction()
1041 CondCodeActions[(unsigned)CC][VT.SimpleTy >> 5] in setCondCodeAction()
1443 uint64_t CondCodeActions[ISD::SETCC_INVALID][(MVT::LAST_VALUETYPE / 32) + 1]; variable
/external/llvm/lib/CodeGen/
DTargetLoweringBase.cpp628 memset(CondCodeActions, 0, sizeof(CondCodeActions)); in TargetLoweringBase()