Home
last modified time | relevance | path

Searched refs:setIndexedLoadAction (Results 1 – 9 of 9) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRISelLowering.cpp117 setIndexedLoadAction(ISD::POST_INC, MVT::i8, Legal); in AVRTargetLowering()
118 setIndexedLoadAction(ISD::POST_INC, MVT::i16, Legal); in AVRTargetLowering()
119 setIndexedLoadAction(ISD::PRE_DEC, MVT::i8, Legal); in AVRTargetLowering()
120 setIndexedLoadAction(ISD::PRE_DEC, MVT::i16, Legal); in AVRTargetLowering()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp61 setIndexedLoadAction(ISD::POST_INC, MVT::i8, Legal); in MSP430TargetLowering()
62 setIndexedLoadAction(ISD::POST_INC, MVT::i16, Legal); in MSP430TargetLowering()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp752 setIndexedLoadAction(IM, VT, Expand); in initActions()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp853 setIndexedLoadAction(im, MVT::i8, Legal); in AArch64TargetLowering()
854 setIndexedLoadAction(im, MVT::i16, Legal); in AArch64TargetLowering()
855 setIndexedLoadAction(im, MVT::i32, Legal); in AArch64TargetLowering()
856 setIndexedLoadAction(im, MVT::i64, Legal); in AArch64TargetLowering()
857 setIndexedLoadAction(im, MVT::f64, Legal); in AArch64TargetLowering()
858 setIndexedLoadAction(im, MVT::f32, Legal); in AArch64TargetLowering()
859 setIndexedLoadAction(im, MVT::f16, Legal); in AArch64TargetLowering()
860 setIndexedLoadAction(im, MVT::bf16, Legal); in AArch64TargetLowering()
1476 setIndexedLoadAction(im, VT, Legal); in addTypeForNEON()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h2216 void setIndexedLoadAction(unsigned IdxMode, MVT VT, LegalizeAction Action) { in setIndexedLoadAction() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp206 setIndexedLoadAction(ISD::PRE_INC, MVT::i1, Legal); in PPCTargetLowering()
207 setIndexedLoadAction(ISD::PRE_INC, MVT::i8, Legal); in PPCTargetLowering()
208 setIndexedLoadAction(ISD::PRE_INC, MVT::i16, Legal); in PPCTargetLowering()
209 setIndexedLoadAction(ISD::PRE_INC, MVT::i32, Legal); in PPCTargetLowering()
210 setIndexedLoadAction(ISD::PRE_INC, MVT::i64, Legal); in PPCTargetLowering()
217 setIndexedLoadAction(ISD::PRE_INC, MVT::f32, Legal); in PPCTargetLowering()
218 setIndexedLoadAction(ISD::PRE_INC, MVT::f64, Legal); in PPCTargetLowering()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp308 setIndexedLoadAction(im, VT, Legal); in addMVEVectorTypes()
338 setIndexedLoadAction(im, VT, Legal); in addMVEVectorTypes()
419 setIndexedLoadAction(im, VT, Legal); in addMVEVectorTypes()
1086 setIndexedLoadAction(im, MVT::i1, Legal); in ARMTargetLowering()
1087 setIndexedLoadAction(im, MVT::i8, Legal); in ARMTargetLowering()
1088 setIndexedLoadAction(im, MVT::i16, Legal); in ARMTargetLowering()
1089 setIndexedLoadAction(im, MVT::i32, Legal); in ARMTargetLowering()
1097 setIndexedLoadAction(ISD::POST_INC, MVT::i32, Legal); in ARMTargetLowering()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLoweringHVX.cpp86 setIndexedLoadAction(ISD::POST_INC, T, Legal); in initializeHVXLowering()
H A DHexagonISelLowering.cpp1784 setIndexedLoadAction(ISD::POST_INC, VT, Legal); in HexagonTargetLowering()