Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1257 if (Op >= std::size(OpActions[0])) in getOperationAction()
1261 return OpActions[(unsigned)VT.getSimpleVT().SimpleTy][Op]; in getOperationAction()
2537 assert(Op < std::size(OpActions[0]) && "Table isn't big enough!"); in setOperationAction()
2538 OpActions[(unsigned)VT.SimpleTy][Op] = Action; in setOperationAction()
3584 LegalizeAction OpActions[MVT::VALUETYPE_SIZE][ISD::BUILTIN_OP_END]; variable
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp650 memset(OpActions, 0, sizeof(OpActions)); in initActions()
670 OpActions[(unsigned)VT.SimpleTy][NT] = Expand; in initActions()