Searched refs:setIndexedStoreAction (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/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()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | TargetLoweringBase.cpp | 731 setIndexedStoreAction(IM, VT, Expand); in initActions()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 854 setIndexedStoreAction(im, MVT::i8, Legal); in AArch64TargetLowering() 855 setIndexedStoreAction(im, MVT::i16, Legal); in AArch64TargetLowering() 856 setIndexedStoreAction(im, MVT::i32, Legal); in AArch64TargetLowering() 857 setIndexedStoreAction(im, MVT::i64, Legal); in AArch64TargetLowering() 858 setIndexedStoreAction(im, MVT::f64, Legal); in AArch64TargetLowering() 859 setIndexedStoreAction(im, MVT::f32, Legal); in AArch64TargetLowering() 860 setIndexedStoreAction(im, MVT::f16, Legal); in AArch64TargetLowering() 861 setIndexedStoreAction(im, MVT::bf16, Legal); in AArch64TargetLowering() 1428 setIndexedStoreAction(im, VT, Legal); in addTypeForNEON()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/ |
H A D | PPCISelLowering.cpp | 204 setIndexedStoreAction(ISD::PRE_INC, MVT::i1, Legal); in PPCTargetLowering() 205 setIndexedStoreAction(ISD::PRE_INC, MVT::i8, Legal); in PPCTargetLowering() 206 setIndexedStoreAction(ISD::PRE_INC, MVT::i16, Legal); in PPCTargetLowering() 207 setIndexedStoreAction(ISD::PRE_INC, MVT::i32, Legal); in PPCTargetLowering() 208 setIndexedStoreAction(ISD::PRE_INC, MVT::i64, Legal); in PPCTargetLowering() 212 setIndexedStoreAction(ISD::PRE_INC, MVT::f32, Legal); in PPCTargetLowering() 213 setIndexedStoreAction(ISD::PRE_INC, MVT::f64, Legal); in PPCTargetLowering()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
H A D | TargetLowering.h | 2205 void setIndexedStoreAction(unsigned IdxMode, MVT VT, LegalizeAction Action) { in setIndexedStoreAction() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.cpp | 318 setIndexedStoreAction(im, VT, Legal); in addMVEVectorTypes() 348 setIndexedStoreAction(im, VT, Legal); in addMVEVectorTypes() 429 setIndexedStoreAction(im, VT, Legal); in addMVEVectorTypes() 1087 setIndexedStoreAction(im, MVT::i1, Legal); in ARMTargetLowering() 1088 setIndexedStoreAction(im, MVT::i8, Legal); in ARMTargetLowering() 1089 setIndexedStoreAction(im, MVT::i16, Legal); in ARMTargetLowering() 1090 setIndexedStoreAction(im, MVT::i32, Legal); in ARMTargetLowering() 1095 setIndexedStoreAction(ISD::POST_INC, MVT::i32, Legal); in ARMTargetLowering()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelLoweringHVX.cpp | 87 setIndexedStoreAction(ISD::POST_INC, T, Legal); in initializeHVXLowering()
|
H A D | HexagonISelLowering.cpp | 1782 setIndexedStoreAction(ISD::POST_INC, VT, Legal); in HexagonTargetLowering()
|
/netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
H A D | WritingAnLLVMBackend.rst | 1373 * ``setIndexedStoreAction`` --- Indexed store.
|