Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AVR/
H A DAVRISelLowering.cpp127 setIndexedStoreAction(ISD::POST_INC, MVT::i8, Legal); in AVRTargetLowering()
128 setIndexedStoreAction(ISD::POST_INC, MVT::i16, Legal); in AVRTargetLowering()
129 setIndexedStoreAction(ISD::PRE_DEC, MVT::i8, Legal); in AVRTargetLowering()
130 setIndexedStoreAction(ISD::PRE_DEC, MVT::i16, Legal); in AVRTargetLowering()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DTargetLowering.h2436 void setIndexedStoreAction(ArrayRef<unsigned> IdxModes, MVT VT, in setIndexedStoreAction() function
2442 void setIndexedStoreAction(ArrayRef<unsigned> IdxModes, ArrayRef<MVT> VTs, in setIndexedStoreAction() function
2445 setIndexedStoreAction(IdxModes, VT, Action); in setIndexedStoreAction()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp771 setIndexedStoreAction(IM, VT, Expand); in initActions()
791 setIndexedStoreAction(IM, VT, Expand); in initActions()
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp222 setIndexedStoreAction(ISD::PRE_INC, MVT::i1, Legal); in PPCTargetLowering()
223 setIndexedStoreAction(ISD::PRE_INC, MVT::i8, Legal); in PPCTargetLowering()
224 setIndexedStoreAction(ISD::PRE_INC, MVT::i16, Legal); in PPCTargetLowering()
225 setIndexedStoreAction(ISD::PRE_INC, MVT::i32, Legal); in PPCTargetLowering()
226 setIndexedStoreAction(ISD::PRE_INC, MVT::i64, Legal); in PPCTargetLowering()
230 setIndexedStoreAction(ISD::PRE_INC, MVT::f32, Legal); in PPCTargetLowering()
231 setIndexedStoreAction(ISD::PRE_INC, MVT::f64, Legal); in PPCTargetLowering()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp917 setIndexedStoreAction(im, MVT::i8, Legal); in AArch64TargetLowering()
918 setIndexedStoreAction(im, MVT::i16, Legal); in AArch64TargetLowering()
919 setIndexedStoreAction(im, MVT::i32, Legal); in AArch64TargetLowering()
920 setIndexedStoreAction(im, MVT::i64, Legal); in AArch64TargetLowering()
921 setIndexedStoreAction(im, MVT::f64, Legal); in AArch64TargetLowering()
922 setIndexedStoreAction(im, MVT::f32, Legal); in AArch64TargetLowering()
923 setIndexedStoreAction(im, MVT::f16, Legal); in AArch64TargetLowering()
924 setIndexedStoreAction(im, MVT::bf16, Legal); in AArch64TargetLowering()
1654 setIndexedStoreAction(im, VT, Legal); in addTypeForNEON()
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp318 setIndexedStoreAction(im, VT, Legal); in addMVEVectorTypes()
348 setIndexedStoreAction(im, VT, Legal); in addMVEVectorTypes()
431 setIndexedStoreAction(im, VT, Legal); in addMVEVectorTypes()
1111 setIndexedStoreAction(im, MVT::i1, Legal); in ARMTargetLowering()
1112 setIndexedStoreAction(im, MVT::i8, Legal); in ARMTargetLowering()
1113 setIndexedStoreAction(im, MVT::i16, Legal); in ARMTargetLowering()
1114 setIndexedStoreAction(im, MVT::i32, Legal); in ARMTargetLowering()
1119 setIndexedStoreAction(ISD::POST_INC, MVT::i32, Legal); in ARMTargetLowering()
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp1793 setIndexedStoreAction(ISD::POST_INC, VT, Legal); in HexagonTargetLowering()
H A DHexagonISelLoweringHVX.cpp193 setIndexedStoreAction(ISD::POST_INC, T, Legal); in initializeHVXLowering()
/openbsd-src/gnu/llvm/llvm/docs/
H A DWritingAnLLVMBackend.rst1405 * ``setIndexedStoreAction`` --- Indexed store.