Home
last modified time | relevance | path

Searched refs:IndexedModeActions (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetLowering.h439 return (LegalizeAction)((IndexedModeActions[Ty][IdxMode] & 0xf0) >> 4); in getIndexedLoadAction()
460 return (LegalizeAction)(IndexedModeActions[Ty][IdxMode] & 0x0f); in getIndexedStoreAction()
1088 IndexedModeActions[(unsigned)VT.SimpleTy][IdxMode] &= ~0xf0; in setIndexedLoadAction()
1089 IndexedModeActions[(unsigned)VT.SimpleTy][IdxMode] |= ((uint8_t)Action) <<4; in setIndexedLoadAction()
1101 IndexedModeActions[(unsigned)VT.SimpleTy][IdxMode] &= ~0x0f; in setIndexedStoreAction()
1102 IndexedModeActions[(unsigned)VT.SimpleTy][IdxMode] |= ((uint8_t)Action); in setIndexedStoreAction()
1802 uint8_t IndexedModeActions[MVT::LAST_VALUETYPE][ISD::LAST_INDEXED_MODE]; variable
/external/llvm/include/llvm/Target/
DTargetLowering.h714 return (LegalizeAction)((IndexedModeActions[Ty][IdxMode] & 0xf0) >> 4); in getIndexedLoadAction()
732 return (LegalizeAction)(IndexedModeActions[Ty][IdxMode] & 0x0f); in getIndexedStoreAction()
1461 IndexedModeActions[(unsigned)VT.SimpleTy][IdxMode] &= ~0xf0; in setIndexedLoadAction()
1462 IndexedModeActions[(unsigned)VT.SimpleTy][IdxMode] |= ((uint8_t)Action) <<4; in setIndexedLoadAction()
1475 IndexedModeActions[(unsigned)VT.SimpleTy][IdxMode] &= ~0x0f; in setIndexedStoreAction()
1476 IndexedModeActions[(unsigned)VT.SimpleTy][IdxMode] |= ((uint8_t)Action); in setIndexedStoreAction()
2036 uint8_t IndexedModeActions[MVT::LAST_VALUETYPE][ISD::LAST_INDEXED_MODE]; variable
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DTargetLowering.h1001 return (LegalizeAction)((IndexedModeActions[Ty][IdxMode] & 0xf0) >> 4); in getIndexedLoadAction()
1019 return (LegalizeAction)(IndexedModeActions[Ty][IdxMode] & 0x0f); in getIndexedStoreAction()
1834 IndexedModeActions[(unsigned)VT.SimpleTy][IdxMode] &= ~0xf0; in setIndexedLoadAction()
1835 IndexedModeActions[(unsigned)VT.SimpleTy][IdxMode] |= ((uint8_t)Action) <<4; in setIndexedLoadAction()
1848 IndexedModeActions[(unsigned)VT.SimpleTy][IdxMode] &= ~0x0f; in setIndexedStoreAction()
1849 IndexedModeActions[(unsigned)VT.SimpleTy][IdxMode] |= ((uint8_t)Action); in setIndexedStoreAction()
2489 uint8_t IndexedModeActions[MVT::LAST_VALUETYPE][ISD::LAST_INDEXED_MODE]; variable
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DTargetLoweringBase.cpp579 memset(IndexedModeActions, 0, sizeof(IndexedModeActions)); in initActions()
/external/llvm/lib/CodeGen/
DTargetLoweringBase.cpp847 memset(IndexedModeActions, 0, sizeof(IndexedModeActions)); in initActions()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp552 memset(IndexedModeActions, 0, sizeof(IndexedModeActions)); in TargetLowering()