Searched refs:setIndexedLoadAction (Results 1 – 9 of 9) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AVR/ |
| H A D | AVRISelLowering.cpp | 117 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 D | MSP430ISelLowering.cpp | 61 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 D | TargetLoweringBase.cpp | 752 setIndexedLoadAction(IM, VT, Expand); in initActions()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 853 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 D | TargetLowering.h | 2216 void setIndexedLoadAction(unsigned IdxMode, MVT VT, LegalizeAction Action) { in setIndexedLoadAction() function
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.cpp | 206 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 D | ARMISelLowering.cpp | 308 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 D | HexagonISelLoweringHVX.cpp | 86 setIndexedLoadAction(ISD::POST_INC, T, Legal); in initializeHVXLowering()
|
| H A D | HexagonISelLowering.cpp | 1784 setIndexedLoadAction(ISD::POST_INC, VT, Legal); in HexagonTargetLowering()
|