Searched refs:setIndexedLoadAction (Results 1 – 9 of 9) sorted by relevance
| /freebsd-12.1/contrib/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-12.1/contrib/llvm/lib/Target/MSP430/ |
| H A D | MSP430ISelLowering.cpp | 58 setIndexedLoadAction(ISD::POST_INC, MVT::i8, Legal); in MSP430TargetLowering() 59 setIndexedLoadAction(ISD::POST_INC, MVT::i16, Legal); in MSP430TargetLowering()
|
| /freebsd-12.1/contrib/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 529 setIndexedLoadAction(im, MVT::i8, Legal); in AArch64TargetLowering() 530 setIndexedLoadAction(im, MVT::i16, Legal); in AArch64TargetLowering() 531 setIndexedLoadAction(im, MVT::i32, Legal); in AArch64TargetLowering() 532 setIndexedLoadAction(im, MVT::i64, Legal); in AArch64TargetLowering() 533 setIndexedLoadAction(im, MVT::f64, Legal); in AArch64TargetLowering() 534 setIndexedLoadAction(im, MVT::f32, Legal); in AArch64TargetLowering() 535 setIndexedLoadAction(im, MVT::f16, Legal); in AArch64TargetLowering() 828 setIndexedLoadAction(im, VT, Legal); in addTypeForNEON()
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/ |
| H A D | TargetLoweringBase.cpp | 591 setIndexedLoadAction(IM, VT, Expand); in initActions()
|
| /freebsd-12.1/contrib/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.cpp | 165 setIndexedLoadAction(ISD::PRE_INC, MVT::i1, Legal); in PPCTargetLowering() 166 setIndexedLoadAction(ISD::PRE_INC, MVT::i8, Legal); in PPCTargetLowering() 167 setIndexedLoadAction(ISD::PRE_INC, MVT::i16, Legal); in PPCTargetLowering() 168 setIndexedLoadAction(ISD::PRE_INC, MVT::i32, Legal); in PPCTargetLowering() 169 setIndexedLoadAction(ISD::PRE_INC, MVT::i64, Legal); in PPCTargetLowering() 176 setIndexedLoadAction(ISD::PRE_INC, MVT::f32, Legal); in PPCTargetLowering() 177 setIndexedLoadAction(ISD::PRE_INC, MVT::f64, Legal); in PPCTargetLowering() 926 setIndexedLoadAction(ISD::PRE_INC, MVT::v4f64, Legal); in PPCTargetLowering() 971 setIndexedLoadAction(ISD::PRE_INC, MVT::v4f32, Legal); in PPCTargetLowering()
|
| /freebsd-12.1/contrib/llvm/include/llvm/CodeGen/ |
| H A D | TargetLowering.h | 1930 void setIndexedLoadAction(unsigned IdxMode, MVT VT, in setIndexedLoadAction() function
|
| /freebsd-12.1/contrib/llvm/lib/Target/Hexagon/ |
| H A D | HexagonISelLoweringHVX.cpp | 74 setIndexedLoadAction(ISD::POST_INC, T, Legal); in initializeHVXLowering()
|
| H A D | HexagonISelLowering.cpp | 1539 setIndexedLoadAction(ISD::POST_INC, VT, Legal); in HexagonTargetLowering()
|
| /freebsd-12.1/contrib/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.cpp | 794 setIndexedLoadAction(im, MVT::i1, Legal); in ARMTargetLowering() 795 setIndexedLoadAction(im, MVT::i8, Legal); in ARMTargetLowering() 796 setIndexedLoadAction(im, MVT::i16, Legal); in ARMTargetLowering() 797 setIndexedLoadAction(im, MVT::i32, Legal); in ARMTargetLowering() 805 setIndexedLoadAction(ISD::POST_INC, MVT::i32, Legal); in ARMTargetLowering()
|