Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRISelLowering.cpp126 setIndexedStoreAction(ISD::POST_INC, MVT::i8, Legal); in AVRTargetLowering()
127 setIndexedStoreAction(ISD::POST_INC, MVT::i16, Legal); in AVRTargetLowering()
128 setIndexedStoreAction(ISD::PRE_DEC, MVT::i8, Legal); in AVRTargetLowering()
129 setIndexedStoreAction(ISD::PRE_DEC, MVT::i16, Legal); in AVRTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp763 setIndexedStoreAction(IM, VT, Expand); in initActions()
783 setIndexedStoreAction(IM, VT, Expand); in initActions()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h2700 void setIndexedStoreAction(ArrayRef<unsigned> IdxModes, MVT VT, in setIndexedStoreAction() function
2706 void setIndexedStoreAction(ArrayRef<unsigned> IdxModes, ArrayRef<MVT> VTs, in setIndexedStoreAction() function
2709 setIndexedStoreAction(IdxModes, VT, Action); in setIndexedStoreAction()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp263 setIndexedStoreAction(ISD::PRE_INC, MVT::i1, Legal); in PPCTargetLowering()
264 setIndexedStoreAction(ISD::PRE_INC, MVT::i8, Legal); in PPCTargetLowering()
265 setIndexedStoreAction(ISD::PRE_INC, MVT::i16, Legal); in PPCTargetLowering()
266 setIndexedStoreAction(ISD::PRE_INC, MVT::i32, Legal); in PPCTargetLowering()
267 setIndexedStoreAction(ISD::PRE_INC, MVT::i64, Legal); in PPCTargetLowering()
271 setIndexedStoreAction(ISD::PRE_INC, MVT::f32, Legal); in PPCTargetLowering()
272 setIndexedStoreAction(ISD::PRE_INC, MVT::f64, Legal); in PPCTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp334 setIndexedStoreAction(im, VT, Legal); in addMVEVectorTypes()
364 setIndexedStoreAction(im, VT, Legal); in addMVEVectorTypes()
454 setIndexedStoreAction(im, VT, Legal); in addMVEVectorTypes()
1133 setIndexedStoreAction(im, MVT::i1, Legal); in ARMTargetLowering()
1134 setIndexedStoreAction(im, MVT::i8, Legal); in ARMTargetLowering()
1135 setIndexedStoreAction(im, MVT::i16, Legal); in ARMTargetLowering()
1136 setIndexedStoreAction(im, MVT::i32, Legal); in ARMTargetLowering()
1141 setIndexedStoreAction(ISD::POST_INC, MVT::i32, Legal); in ARMTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp1105 setIndexedStoreAction(im, MVT::i8, Legal); in AArch64TargetLowering()
1106 setIndexedStoreAction(im, MVT::i16, Legal); in AArch64TargetLowering()
1107 setIndexedStoreAction(im, MVT::i32, Legal); in AArch64TargetLowering()
1108 setIndexedStoreAction(im, MVT::i64, Legal); in AArch64TargetLowering()
1109 setIndexedStoreAction(im, MVT::f64, Legal); in AArch64TargetLowering()
1110 setIndexedStoreAction(im, MVT::f32, Legal); in AArch64TargetLowering()
1111 setIndexedStoreAction(im, MVT::f16, Legal); in AArch64TargetLowering()
1112 setIndexedStoreAction(im, MVT::bf16, Legal); in AArch64TargetLowering()
2116 setIndexedStoreAction(im, VT, Legal); in addTypeForNEON()
2120 setIndexedStoreAction(ISD::POST_INC, VT, Legal); in addTypeForNEON()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp1572 setIndexedStoreAction(im, MVT::i8, Legal); in RISCVTargetLowering()
1574 setIndexedStoreAction(im, MVT::i16, Legal); in RISCVTargetLowering()
1576 setIndexedStoreAction(im, MVT::i32, Legal); in RISCVTargetLowering()
1580 setIndexedStoreAction(im, MVT::i64, Legal); in RISCVTargetLowering()
1590 setIndexedStoreAction(ISD::POST_INC, MVT::i8, Legal); in RISCVTargetLowering()
1591 setIndexedStoreAction(ISD::POST_INC, MVT::i16, Legal); in RISCVTargetLowering()
1592 setIndexedStoreAction(ISD::POST_INC, MVT::i32, Legal); in RISCVTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp1897 setIndexedStoreAction(ISD::POST_INC, VT, Legal); in HexagonTargetLowering()
H A DHexagonISelLoweringHVX.cpp196 setIndexedStoreAction(ISD::POST_INC, T, Legal); in initializeHVXLowering()