Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetLowering.h906 if (Op >= array_lengthof(OpActions[0])) return Custom; in getOperationAction()
907 return OpActions[(unsigned)VT.getSimpleVT().SimpleTy][Op]; in getOperationAction()
2005 assert(Op < array_lengthof(OpActions[0]) && "Table isn't big enough!"); in setOperationAction()
2006 OpActions[(unsigned)VT.SimpleTy][Op] = Action; in setOperationAction()
2755 LegalizeAction OpActions[MVT::LAST_VALUETYPE][ISD::BUILTIN_OP_END]; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetLoweringBase.cpp605 memset(OpActions, 0, sizeof(OpActions)); in initActions()