Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1045 if (Op >= array_lengthof(OpActions[0])) return Custom; in getOperationAction()
1046 return OpActions[(unsigned)VT.getSimpleVT().SimpleTy][Op]; in getOperationAction()
2167 assert(Op < array_lengthof(OpActions[0]) && "Table isn't big enough!"); in setOperationAction()
2168 OpActions[(unsigned)VT.SimpleTy][Op] = Action; in setOperationAction()
2962 LegalizeAction OpActions[MVT::LAST_VALUETYPE][ISD::BUILTIN_OP_END]; variable
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp708 memset(OpActions, 0, sizeof(OpActions)); in initActions()