Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Target/
DTargetLowering.h481 if (Op > array_lengthof(OpActions[0])) return Custom; in getOperationAction()
483 return (LegalizeAction)OpActions[I][Op]; in getOperationAction()
1104 assert(Op < array_lengthof(OpActions[0]) && "Table isn't big enough!"); in setOperationAction()
1105 OpActions[(unsigned)VT.SimpleTy][Op] = (uint8_t)Action; in setOperationAction()
1598 uint8_t OpActions[MVT::LAST_VALUETYPE][ISD::BUILTIN_OP_END]; variable
/external/llvm/lib/CodeGen/
DTargetLoweringBase.cpp717 memset(OpActions, 0, sizeof(OpActions)); in initActions()