Searched refs:setIndexedStoreAction (Results 1 – 8 of 8) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AVR/ |
| H A D | AVRISelLowering.cpp | 121 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-13.1/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | TargetLoweringBase.cpp | 753 setIndexedStoreAction(IM, VT, Expand); in initActions()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 861 setIndexedStoreAction(im, MVT::i8, Legal); in AArch64TargetLowering() 862 setIndexedStoreAction(im, MVT::i16, Legal); in AArch64TargetLowering() 863 setIndexedStoreAction(im, MVT::i32, Legal); in AArch64TargetLowering() 864 setIndexedStoreAction(im, MVT::i64, Legal); in AArch64TargetLowering() 865 setIndexedStoreAction(im, MVT::f64, Legal); in AArch64TargetLowering() 866 setIndexedStoreAction(im, MVT::f32, Legal); in AArch64TargetLowering() 867 setIndexedStoreAction(im, MVT::f16, Legal); in AArch64TargetLowering() 868 setIndexedStoreAction(im, MVT::bf16, Legal); in AArch64TargetLowering() 1477 setIndexedStoreAction(im, VT, Legal); in addTypeForNEON()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | TargetLowering.h | 2225 void setIndexedStoreAction(unsigned IdxMode, MVT VT, LegalizeAction Action) { in setIndexedStoreAction() function
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.cpp | 211 setIndexedStoreAction(ISD::PRE_INC, MVT::i1, Legal); in PPCTargetLowering() 212 setIndexedStoreAction(ISD::PRE_INC, MVT::i8, Legal); in PPCTargetLowering() 213 setIndexedStoreAction(ISD::PRE_INC, MVT::i16, Legal); in PPCTargetLowering() 214 setIndexedStoreAction(ISD::PRE_INC, MVT::i32, Legal); in PPCTargetLowering() 215 setIndexedStoreAction(ISD::PRE_INC, MVT::i64, Legal); in PPCTargetLowering() 219 setIndexedStoreAction(ISD::PRE_INC, MVT::f32, Legal); in PPCTargetLowering() 220 setIndexedStoreAction(ISD::PRE_INC, MVT::f64, Legal); in PPCTargetLowering()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.cpp | 309 setIndexedStoreAction(im, VT, Legal); in addMVEVectorTypes() 339 setIndexedStoreAction(im, VT, Legal); in addMVEVectorTypes() 420 setIndexedStoreAction(im, VT, Legal); in addMVEVectorTypes() 1090 setIndexedStoreAction(im, MVT::i1, Legal); in ARMTargetLowering() 1091 setIndexedStoreAction(im, MVT::i8, Legal); in ARMTargetLowering() 1092 setIndexedStoreAction(im, MVT::i16, Legal); in ARMTargetLowering() 1093 setIndexedStoreAction(im, MVT::i32, Legal); in ARMTargetLowering() 1098 setIndexedStoreAction(ISD::POST_INC, MVT::i32, Legal); in ARMTargetLowering()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonISelLoweringHVX.cpp | 87 setIndexedStoreAction(ISD::POST_INC, T, Legal); in initializeHVXLowering()
|
| H A D | HexagonISelLowering.cpp | 1785 setIndexedStoreAction(ISD::POST_INC, VT, Legal); in HexagonTargetLowering()
|