Searched refs:getIndexedModeAction (Results 1 – 1 of 1) sorted by relevance
/third_party/skia/third_party/externals/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
|