Home
last modified time | relevance | path

Searched refs:setIndexedLoadAction (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRISelLowering.cpp122 setIndexedLoadAction(ISD::POST_INC, MVT::i8, Legal); in AVRTargetLowering()
123 setIndexedLoadAction(ISD::POST_INC, MVT::i16, Legal); in AVRTargetLowering()
124 setIndexedLoadAction(ISD::PRE_DEC, MVT::i8, Legal); in AVRTargetLowering()
125 setIndexedLoadAction(ISD::PRE_DEC, MVT::i16, Legal); in AVRTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp60 setIndexedLoadAction(ISD::POST_INC, MVT::i8, Legal); in MSP430TargetLowering()
61 setIndexedLoadAction(ISD::POST_INC, MVT::i16, Legal); in MSP430TargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp762 setIndexedLoadAction(IM, VT, Expand); in initActions()
782 setIndexedLoadAction(IM, VT, Expand); in initActions()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h2683 void setIndexedLoadAction(ArrayRef<unsigned> IdxModes, MVT VT, in setIndexedLoadAction() function
2689 void setIndexedLoadAction(ArrayRef<unsigned> IdxModes, ArrayRef<MVT> VTs, in setIndexedLoadAction() function
2692 setIndexedLoadAction(IdxModes, VT, Action); in setIndexedLoadAction()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp258 setIndexedLoadAction(ISD::PRE_INC, MVT::i1, Legal); in PPCTargetLowering()
259 setIndexedLoadAction(ISD::PRE_INC, MVT::i8, Legal); in PPCTargetLowering()
260 setIndexedLoadAction(ISD::PRE_INC, MVT::i16, Legal); in PPCTargetLowering()
261 setIndexedLoadAction(ISD::PRE_INC, MVT::i32, Legal); in PPCTargetLowering()
262 setIndexedLoadAction(ISD::PRE_INC, MVT::i64, Legal); in PPCTargetLowering()
269 setIndexedLoadAction(ISD::PRE_INC, MVT::f32, Legal); in PPCTargetLowering()
270 setIndexedLoadAction(ISD::PRE_INC, MVT::f64, Legal); in PPCTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp333 setIndexedLoadAction(im, VT, Legal); in addMVEVectorTypes()
363 setIndexedLoadAction(im, VT, Legal); in addMVEVectorTypes()
453 setIndexedLoadAction(im, VT, Legal); in addMVEVectorTypes()
1129 setIndexedLoadAction(im, MVT::i1, Legal); in ARMTargetLowering()
1130 setIndexedLoadAction(im, MVT::i8, Legal); in ARMTargetLowering()
1131 setIndexedLoadAction(im, MVT::i16, Legal); in ARMTargetLowering()
1132 setIndexedLoadAction(im, MVT::i32, Legal); in ARMTargetLowering()
1140 setIndexedLoadAction(ISD::POST_INC, MVT::i32, Legal); in ARMTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp1097 setIndexedLoadAction(im, MVT::i8, Legal); in AArch64TargetLowering()
1098 setIndexedLoadAction(im, MVT::i16, Legal); in AArch64TargetLowering()
1099 setIndexedLoadAction(im, MVT::i32, Legal); in AArch64TargetLowering()
1100 setIndexedLoadAction(im, MVT::i64, Legal); in AArch64TargetLowering()
1101 setIndexedLoadAction(im, MVT::f64, Legal); in AArch64TargetLowering()
1102 setIndexedLoadAction(im, MVT::f32, Legal); in AArch64TargetLowering()
1103 setIndexedLoadAction(im, MVT::f16, Legal); in AArch64TargetLowering()
1104 setIndexedLoadAction(im, MVT::bf16, Legal); in AArch64TargetLowering()
2115 setIndexedLoadAction(im, VT, Legal); in addTypeForNEON()
2119 setIndexedLoadAction(ISD::POST_INC, VT, Legal); in addTypeForNEON()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp1571 setIndexedLoadAction(im, MVT::i8, Legal); in RISCVTargetLowering()
1573 setIndexedLoadAction(im, MVT::i16, Legal); in RISCVTargetLowering()
1575 setIndexedLoadAction(im, MVT::i32, Legal); in RISCVTargetLowering()
1579 setIndexedLoadAction(im, MVT::i64, Legal); in RISCVTargetLowering()
1586 setIndexedLoadAction(ISD::POST_INC, MVT::i8, Legal); in RISCVTargetLowering()
1587 setIndexedLoadAction(ISD::POST_INC, MVT::i16, Legal); in RISCVTargetLowering()
1588 setIndexedLoadAction(ISD::POST_INC, MVT::i32, Legal); in RISCVTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp1896 setIndexedLoadAction(ISD::POST_INC, VT, Legal); in HexagonTargetLowering()
H A DHexagonISelLoweringHVX.cpp195 setIndexedLoadAction(ISD::POST_INC, T, Legal); in initializeHVXLowering()