Searched refs:getIndexedModeAction (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | TargetLowering.h | 1117 return getIndexedModeAction(IdxMode, VT, IMAB_Load); in getIndexedLoadAction() 1131 return getIndexedModeAction(IdxMode, VT, IMAB_Store); in getIndexedStoreAction() 1145 return getIndexedModeAction(IdxMode, VT, IMAB_MaskedLoad); in getIndexedMaskedLoadAction() 1159 return getIndexedModeAction(IdxMode, VT, IMAB_MaskedStore); in getIndexedMaskedStoreAction() 2834 LegalizeAction getIndexedModeAction(unsigned IdxMode, MVT VT, in getIndexedModeAction() function
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | TargetLowering.h | 1269 return getIndexedModeAction(IdxMode, VT, IMAB_Load); in getIndexedLoadAction() 1283 return getIndexedModeAction(IdxMode, VT, IMAB_Store); in getIndexedStoreAction() 1297 return getIndexedModeAction(IdxMode, VT, IMAB_MaskedLoad); in getIndexedMaskedLoadAction() 1311 return getIndexedModeAction(IdxMode, VT, IMAB_MaskedStore); in getIndexedMaskedStoreAction() 3014 LegalizeAction getIndexedModeAction(unsigned IdxMode, MVT VT, in getIndexedModeAction() function
|