Home
last modified time | relevance | path

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

12

/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/include/llvm/Target/
H A DTargetLowering.h487 return (LegalizeAction)((IndexedModeActions[Ty][IdxMode] & 0xf0) >> 4); in getIndexedLoadAction()
508 return (LegalizeAction)(IndexedModeActions[Ty][IdxMode] & 0x0f); in getIndexedStoreAction()
1095 IndexedModeActions[(unsigned)VT.SimpleTy][IdxMode] &= ~0xf0; in setIndexedLoadAction()
1096 IndexedModeActions[(unsigned)VT.SimpleTy][IdxMode] |= ((uint8_t)Action) <<4; in setIndexedLoadAction()
1110 IndexedModeActions[(unsigned)VT.SimpleTy][IdxMode] &= ~0x0f; in setIndexedStoreAction()
1111 IndexedModeActions[(unsigned)VT.SimpleTy][IdxMode] |= ((uint8_t)Action); in setIndexedStoreAction()
1680 uint8_t IndexedModeActions[MVT::LAST_VALUETYPE][ISD::LAST_INDEXED_MODE]; variable
/dports/devel/llvm70/llvm-7.0.1.src/include/llvm/CodeGen/
H A 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
/dports/devel/llvm90/llvm-9.0.1.src/include/llvm/CodeGen/
H A DTargetLowering.h1110 return (LegalizeAction)((IndexedModeActions[Ty][IdxMode] & 0xf0) >> 4); in getIndexedLoadAction()
1128 return (LegalizeAction)(IndexedModeActions[Ty][IdxMode] & 0x0f); in getIndexedStoreAction()
2003 IndexedModeActions[(unsigned)VT.SimpleTy][IdxMode] &= ~0xf0; in setIndexedLoadAction()
2004 IndexedModeActions[(unsigned)VT.SimpleTy][IdxMode] |= ((uint8_t)Action) <<4; in setIndexedLoadAction()
2017 IndexedModeActions[(unsigned)VT.SimpleTy][IdxMode] &= ~0x0f; in setIndexedStoreAction()
2018 IndexedModeActions[(unsigned)VT.SimpleTy][IdxMode] |= ((uint8_t)Action); in setIndexedStoreAction()
2737 uint8_t IndexedModeActions[MVT::LAST_VALUETYPE][ISD::LAST_INDEXED_MODE]; variable
/dports/devel/llvm80/llvm-8.0.1.src/include/llvm/CodeGen/
H A DTargetLowering.h1055 return (LegalizeAction)((IndexedModeActions[Ty][IdxMode] & 0xf0) >> 4); in getIndexedLoadAction()
1073 return (LegalizeAction)(IndexedModeActions[Ty][IdxMode] & 0x0f); in getIndexedStoreAction()
1935 IndexedModeActions[(unsigned)VT.SimpleTy][IdxMode] &= ~0xf0; in setIndexedLoadAction()
1936 IndexedModeActions[(unsigned)VT.SimpleTy][IdxMode] |= ((uint8_t)Action) <<4; in setIndexedLoadAction()
1949 IndexedModeActions[(unsigned)VT.SimpleTy][IdxMode] &= ~0x0f; in setIndexedStoreAction()
1950 IndexedModeActions[(unsigned)VT.SimpleTy][IdxMode] |= ((uint8_t)Action); in setIndexedStoreAction()
2612 uint8_t IndexedModeActions[MVT::LAST_VALUETYPE][ISD::LAST_INDEXED_MODE]; variable
/dports/devel/llvm10/llvm-10.0.1.src/include/llvm/CodeGen/
H A 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()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A 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()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/include/llvm/CodeGen/
H A 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()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/include/llvm/CodeGen/
H A DTargetLowering.h2949 uint16_t IndexedModeActions[MVT::LAST_VALUETYPE][ISD::LAST_INDEXED_MODE]; variable
3006 IndexedModeActions[Ty][IdxMode] &= ~(0xf << Shift); in setIndexedModeAction()
3007 IndexedModeActions[Ty][IdxMode] |= ((uint16_t)Action) << Shift; in setIndexedModeAction()
3015 return (LegalizeAction)((IndexedModeActions[Ty][IdxMode] >> Shift) & 0xf); in getIndexedModeAction()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/include/llvm/CodeGen/
H A DTargetLowering.h3000 uint16_t IndexedModeActions[MVT::VALUETYPE_SIZE][ISD::LAST_INDEXED_MODE]; variable
3057 IndexedModeActions[Ty][IdxMode] &= ~(0xf << Shift); in setIndexedModeAction()
3058 IndexedModeActions[Ty][IdxMode] |= ((uint16_t)Action) << Shift; in setIndexedModeAction()
3066 return (LegalizeAction)((IndexedModeActions[Ty][IdxMode] >> Shift) & 0xf); in getIndexedModeAction()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/include/llvm/CodeGen/
H A DTargetLowering.h3006 uint16_t IndexedModeActions[MVT::LAST_VALUETYPE][ISD::LAST_INDEXED_MODE]; variable
3063 IndexedModeActions[Ty][IdxMode] &= ~(0xf << Shift); in setIndexedModeAction()
3064 IndexedModeActions[Ty][IdxMode] |= ((uint16_t)Action) << Shift; in setIndexedModeAction()
3072 return (LegalizeAction)((IndexedModeActions[Ty][IdxMode] >> Shift) & 0xf); in getIndexedModeAction()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/include/llvm/CodeGen/
H A DTargetLowering.h3000 uint16_t IndexedModeActions[MVT::VALUETYPE_SIZE][ISD::LAST_INDEXED_MODE]; variable
3057 IndexedModeActions[Ty][IdxMode] &= ~(0xf << Shift); in setIndexedModeAction()
3058 IndexedModeActions[Ty][IdxMode] |= ((uint16_t)Action) << Shift; in setIndexedModeAction()
3066 return (LegalizeAction)((IndexedModeActions[Ty][IdxMode] >> Shift) & 0xf); in getIndexedModeAction()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/include/llvm/CodeGen/
H A DTargetLowering.h2962 uint16_t IndexedModeActions[MVT::LAST_VALUETYPE][ISD::LAST_INDEXED_MODE]; variable
3019 IndexedModeActions[Ty][IdxMode] &= ~(0xf << Shift); in setIndexedModeAction()
3020 IndexedModeActions[Ty][IdxMode] |= ((uint16_t)Action) << Shift; in setIndexedModeAction()
3028 return (LegalizeAction)((IndexedModeActions[Ty][IdxMode] >> Shift) & 0xf); in getIndexedModeAction()
/dports/devel/llvm11/llvm-11.0.1.src/include/llvm/CodeGen/
H A DTargetLowering.h2931 uint16_t IndexedModeActions[MVT::LAST_VALUETYPE][ISD::LAST_INDEXED_MODE]; variable
2988 IndexedModeActions[Ty][IdxMode] &= ~(0xf << Shift); in setIndexedModeAction()
2989 IndexedModeActions[Ty][IdxMode] |= ((uint16_t)Action) << Shift; in setIndexedModeAction()
2997 return (LegalizeAction)((IndexedModeActions[Ty][IdxMode] >> Shift) & 0xf); in getIndexedModeAction()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h3000 uint16_t IndexedModeActions[MVT::VALUETYPE_SIZE][ISD::LAST_INDEXED_MODE]; variable
3057 IndexedModeActions[Ty][IdxMode] &= ~(0xf << Shift); in setIndexedModeAction()
3058 IndexedModeActions[Ty][IdxMode] |= ((uint16_t)Action) << Shift; in setIndexedModeAction()
3066 return (LegalizeAction)((IndexedModeActions[Ty][IdxMode] >> Shift) & 0xf); in getIndexedModeAction()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/include/llvm/CodeGen/
H A DTargetLowering.h3019 uint16_t IndexedModeActions[MVT::VALUETYPE_SIZE][ISD::LAST_INDEXED_MODE]; variable
3076 IndexedModeActions[Ty][IdxMode] &= ~(0xf << Shift); in setIndexedModeAction()
3077 IndexedModeActions[Ty][IdxMode] |= ((uint16_t)Action) << Shift; in setIndexedModeAction()
3085 return (LegalizeAction)((IndexedModeActions[Ty][IdxMode] >> Shift) & 0xf); in getIndexedModeAction()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/include/llvm/CodeGen/
H A DTargetLowering.h3000 uint16_t IndexedModeActions[MVT::VALUETYPE_SIZE][ISD::LAST_INDEXED_MODE]; variable
3057 IndexedModeActions[Ty][IdxMode] &= ~(0xf << Shift); in setIndexedModeAction()
3058 IndexedModeActions[Ty][IdxMode] |= ((uint16_t)Action) << Shift; in setIndexedModeAction()
3066 return (LegalizeAction)((IndexedModeActions[Ty][IdxMode] >> Shift) & 0xf); in getIndexedModeAction()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/include/llvm/CodeGen/
H A DTargetLowering.h2962 uint16_t IndexedModeActions[MVT::LAST_VALUETYPE][ISD::LAST_INDEXED_MODE]; variable
3019 IndexedModeActions[Ty][IdxMode] &= ~(0xf << Shift); in setIndexedModeAction()
3020 IndexedModeActions[Ty][IdxMode] |= ((uint16_t)Action) << Shift; in setIndexedModeAction()
3028 return (LegalizeAction)((IndexedModeActions[Ty][IdxMode] >> Shift) & 0xf); in getIndexedModeAction()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/include/llvm/CodeGen/
H A DTargetLowering.h3000 uint16_t IndexedModeActions[MVT::VALUETYPE_SIZE][ISD::LAST_INDEXED_MODE]; variable
3057 IndexedModeActions[Ty][IdxMode] &= ~(0xf << Shift); in setIndexedModeAction()
3058 IndexedModeActions[Ty][IdxMode] |= ((uint16_t)Action) << Shift; in setIndexedModeAction()
3066 return (LegalizeAction)((IndexedModeActions[Ty][IdxMode] >> Shift) & 0xf); in getIndexedModeAction()
/dports/devel/llvm80/llvm-8.0.1.src/lib/CodeGen/
H A DTargetLoweringBase.cpp580 memset(IndexedModeActions, 0, sizeof(IndexedModeActions)); in initActions()
/dports/devel/llvm70/llvm-7.0.1.src/lib/CodeGen/
H A DTargetLoweringBase.cpp579 memset(IndexedModeActions, 0, sizeof(IndexedModeActions)); in initActions()
/dports/devel/llvm10/llvm-10.0.1.src/lib/CodeGen/
H A DTargetLoweringBase.cpp608 memset(IndexedModeActions, 0, sizeof(IndexedModeActions)); in initActions()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp608 memset(IndexedModeActions, 0, sizeof(IndexedModeActions)); in initActions()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp608 memset(IndexedModeActions, 0, sizeof(IndexedModeActions)); in initActions()
/dports/devel/llvm90/llvm-9.0.1.src/lib/CodeGen/
H A DTargetLoweringBase.cpp606 memset(IndexedModeActions, 0, sizeof(IndexedModeActions)); in initActions()
/dports/devel/llvm11/llvm-11.0.1.src/lib/CodeGen/
H A DTargetLoweringBase.cpp611 memset(IndexedModeActions, 0, sizeof(IndexedModeActions)); in initActions()

12