Home
last modified time | relevance | path

Searched refs:IndexedModeActions (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.h2773 uint16_t IndexedModeActions[MVT::LAST_VALUETYPE][ISD::LAST_INDEXED_MODE]; variable
2830 IndexedModeActions[Ty][IdxMode] &= ~(0xf << Shift); in setIndexedModeAction()
2831 IndexedModeActions[Ty][IdxMode] |= ((uint16_t)Action) << Shift; in setIndexedModeAction()
2839 return (LegalizeAction)((IndexedModeActions[Ty][IdxMode] >> Shift) & 0xf); in getIndexedModeAction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetLoweringBase.cpp608 memset(IndexedModeActions, 0, sizeof(IndexedModeActions)); in initActions()