Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/include/llvm/Target/
DTargetLowering.h425 if (Op > array_lengthof(OpActions[0])) return Custom; in getOperationAction()
427 return (LegalizeAction)OpActions[I][Op]; in getOperationAction()
982 assert(Op < array_lengthof(OpActions[0]) && "Table isn't big enough!"); in setOperationAction()
983 OpActions[(unsigned)VT.SimpleTy][Op] = (uint8_t)Action; in setOperationAction()
1442 uint8_t OpActions[MVT::LAST_VALUETYPE][ISD::BUILTIN_OP_END]; variable
/freebsd-9-stable/contrib/llvm/lib/CodeGen/
DTargetLoweringBase.cpp704 memset(OpActions, 0, sizeof(OpActions)); in initActions()