Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/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()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h2525 void setIndexedStoreAction(ArrayRef<unsigned> IdxModes, MVT VT, in setIndexedStoreAction() function
2531 void setIndexedStoreAction(ArrayRef<unsigned> IdxModes, ArrayRef<MVT> VTs, in setIndexedStoreAction() function
2534 setIndexedStoreAction(IdxModes, VT, Action); in setIndexedStoreAction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp801 setIndexedStoreAction(IM, VT, Expand); in initActions()
821 setIndexedStoreAction(IM, VT, Expand); in initActions()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp228 setIndexedStoreAction(ISD::PRE_INC, MVT::i1, Legal); in PPCTargetLowering()
229 setIndexedStoreAction(ISD::PRE_INC, MVT::i8, Legal); in PPCTargetLowering()
230 setIndexedStoreAction(ISD::PRE_INC, MVT::i16, Legal); in PPCTargetLowering()
231 setIndexedStoreAction(ISD::PRE_INC, MVT::i32, Legal); in PPCTargetLowering()
232 setIndexedStoreAction(ISD::PRE_INC, MVT::i64, Legal); in PPCTargetLowering()
236 setIndexedStoreAction(ISD::PRE_INC, MVT::f32, Legal); in PPCTargetLowering()
237 setIndexedStoreAction(ISD::PRE_INC, MVT::f64, Legal); in PPCTargetLowering()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp318 setIndexedStoreAction(im, VT, Legal); in addMVEVectorTypes()
348 setIndexedStoreAction(im, VT, Legal); in addMVEVectorTypes()
432 setIndexedStoreAction(im, VT, Legal); in addMVEVectorTypes()
1124 setIndexedStoreAction(im, MVT::i1, Legal); in ARMTargetLowering()
1125 setIndexedStoreAction(im, MVT::i8, Legal); in ARMTargetLowering()
1126 setIndexedStoreAction(im, MVT::i16, Legal); in ARMTargetLowering()
1127 setIndexedStoreAction(im, MVT::i32, Legal); in ARMTargetLowering()
1132 setIndexedStoreAction(ISD::POST_INC, MVT::i32, Legal); in ARMTargetLowering()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp965 setIndexedStoreAction(im, MVT::i8, Legal); in AArch64TargetLowering()
966 setIndexedStoreAction(im, MVT::i16, Legal); in AArch64TargetLowering()
967 setIndexedStoreAction(im, MVT::i32, Legal); in AArch64TargetLowering()
968 setIndexedStoreAction(im, MVT::i64, Legal); in AArch64TargetLowering()
969 setIndexedStoreAction(im, MVT::f64, Legal); in AArch64TargetLowering()
970 setIndexedStoreAction(im, MVT::f32, Legal); in AArch64TargetLowering()
971 setIndexedStoreAction(im, MVT::f16, Legal); in AArch64TargetLowering()
972 setIndexedStoreAction(im, MVT::bf16, Legal); in AArch64TargetLowering()
1778 setIndexedStoreAction(im, VT, Legal); in addTypeForNEON()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp1802 setIndexedStoreAction(ISD::POST_INC, VT, Legal); in HexagonTargetLowering()
H A DHexagonISelLoweringHVX.cpp194 setIndexedStoreAction(ISD::POST_INC, T, Legal); in initializeHVXLowering()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp1357 setIndexedStoreAction(im, MVT::i8, Legal); in RISCVTargetLowering()
1359 setIndexedStoreAction(im, MVT::i16, Legal); in RISCVTargetLowering()
1361 setIndexedStoreAction(im, MVT::i32, Legal); in RISCVTargetLowering()
1365 setIndexedStoreAction(im, MVT::i64, Legal); in RISCVTargetLowering()