Home
last modified time | relevance | path

Searched refs:setIndexedStoreAction (Results 1 – 8 of 8) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Target/AVR/
H A DAVRISelLowering.cpp121 setIndexedStoreAction(ISD::POST_INC, MVT::i8, Legal); in AVRTargetLowering()
122 setIndexedStoreAction(ISD::POST_INC, MVT::i16, Legal); in AVRTargetLowering()
123 setIndexedStoreAction(ISD::PRE_DEC, MVT::i8, Legal); in AVRTargetLowering()
124 setIndexedStoreAction(ISD::PRE_DEC, MVT::i16, Legal); in AVRTargetLowering()
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp536 setIndexedStoreAction(im, MVT::i8, Legal); in AArch64TargetLowering()
537 setIndexedStoreAction(im, MVT::i16, Legal); in AArch64TargetLowering()
538 setIndexedStoreAction(im, MVT::i32, Legal); in AArch64TargetLowering()
539 setIndexedStoreAction(im, MVT::i64, Legal); in AArch64TargetLowering()
540 setIndexedStoreAction(im, MVT::f64, Legal); in AArch64TargetLowering()
541 setIndexedStoreAction(im, MVT::f32, Legal); in AArch64TargetLowering()
542 setIndexedStoreAction(im, MVT::f16, Legal); in AArch64TargetLowering()
829 setIndexedStoreAction(im, VT, Legal); in addTypeForNEON()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp592 setIndexedStoreAction(IM, VT, Expand); in initActions()
/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp170 setIndexedStoreAction(ISD::PRE_INC, MVT::i1, Legal); in PPCTargetLowering()
171 setIndexedStoreAction(ISD::PRE_INC, MVT::i8, Legal); in PPCTargetLowering()
172 setIndexedStoreAction(ISD::PRE_INC, MVT::i16, Legal); in PPCTargetLowering()
173 setIndexedStoreAction(ISD::PRE_INC, MVT::i32, Legal); in PPCTargetLowering()
174 setIndexedStoreAction(ISD::PRE_INC, MVT::i64, Legal); in PPCTargetLowering()
178 setIndexedStoreAction(ISD::PRE_INC, MVT::f32, Legal); in PPCTargetLowering()
179 setIndexedStoreAction(ISD::PRE_INC, MVT::f64, Legal); in PPCTargetLowering()
927 setIndexedStoreAction(ISD::PRE_INC, MVT::v4f64, Legal); in PPCTargetLowering()
972 setIndexedStoreAction(ISD::PRE_INC, MVT::v4f32, Legal); in PPCTargetLowering()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1944 void setIndexedStoreAction(unsigned IdxMode, MVT VT, in setIndexedStoreAction() function
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonISelLoweringHVX.cpp75 setIndexedStoreAction(ISD::POST_INC, T, Legal); in initializeHVXLowering()
H A DHexagonISelLowering.cpp1540 setIndexedStoreAction(ISD::POST_INC, VT, Legal); in HexagonTargetLowering()
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp798 setIndexedStoreAction(im, MVT::i1, Legal); in ARMTargetLowering()
799 setIndexedStoreAction(im, MVT::i8, Legal); in ARMTargetLowering()
800 setIndexedStoreAction(im, MVT::i16, Legal); in ARMTargetLowering()
801 setIndexedStoreAction(im, MVT::i32, Legal); in ARMTargetLowering()
806 setIndexedStoreAction(ISD::POST_INC, MVT::i32, Legal); in ARMTargetLowering()