|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
lib/CodeGen/TargetLoweringBase.cpp 626 setIndexedStoreAction(IM, VT, Expand);
lib/Target/AArch64/AArch64ISelLowering.cpp 567 setIndexedStoreAction(im, MVT::i8, Legal);
568 setIndexedStoreAction(im, MVT::i16, Legal);
569 setIndexedStoreAction(im, MVT::i32, Legal);
570 setIndexedStoreAction(im, MVT::i64, Legal);
571 setIndexedStoreAction(im, MVT::f64, Legal);
572 setIndexedStoreAction(im, MVT::f32, Legal);
573 setIndexedStoreAction(im, MVT::f16, Legal);
891 setIndexedStoreAction(im, VT, Legal);
lib/Target/ARM/ARMISelLowering.cpp 298 setIndexedStoreAction(im, VT, Legal);
324 setIndexedStoreAction(im, VT, Legal);
378 setIndexedStoreAction(im, MVT::v8i8, Legal);
380 setIndexedStoreAction(im, MVT::v4i8, Legal);
382 setIndexedStoreAction(im, MVT::v4i16, Legal);
1006 setIndexedStoreAction(im, MVT::i1, Legal);
1007 setIndexedStoreAction(im, MVT::i8, Legal);
1008 setIndexedStoreAction(im, MVT::i16, Legal);
1009 setIndexedStoreAction(im, MVT::i32, Legal);
1014 setIndexedStoreAction(ISD::POST_INC, MVT::i32, Legal);
lib/Target/AVR/AVRISelLowering.cpp 120 setIndexedStoreAction(ISD::POST_INC, MVT::i8, Legal);
121 setIndexedStoreAction(ISD::POST_INC, MVT::i16, Legal);
122 setIndexedStoreAction(ISD::PRE_DEC, MVT::i8, Legal);
123 setIndexedStoreAction(ISD::PRE_DEC, MVT::i16, Legal);
lib/Target/Hexagon/HexagonISelLowering.cpp 1551 setIndexedStoreAction(ISD::POST_INC, VT, Legal);
lib/Target/Hexagon/HexagonISelLoweringHVX.cpp 74 setIndexedStoreAction(ISD::POST_INC, T, Legal);
lib/Target/PowerPC/PPCISelLowering.cpp 177 setIndexedStoreAction(ISD::PRE_INC, MVT::i1, Legal);
178 setIndexedStoreAction(ISD::PRE_INC, MVT::i8, Legal);
179 setIndexedStoreAction(ISD::PRE_INC, MVT::i16, Legal);
180 setIndexedStoreAction(ISD::PRE_INC, MVT::i32, Legal);
181 setIndexedStoreAction(ISD::PRE_INC, MVT::i64, Legal);
185 setIndexedStoreAction(ISD::PRE_INC, MVT::f32, Legal);
186 setIndexedStoreAction(ISD::PRE_INC, MVT::f64, Legal);
977 setIndexedStoreAction(ISD::PRE_INC, MVT::v4f64, Legal);
1022 setIndexedStoreAction(ISD::PRE_INC, MVT::v4f32, Legal);