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.cpp123 setIndexedLoadAction(ISD::POST_INC, MVT::i8, Legal); in AVRTargetLowering()
124 setIndexedLoadAction(ISD::POST_INC, MVT::i16, Legal); in AVRTargetLowering()
125 setIndexedLoadAction(ISD::PRE_DEC, MVT::i8, Legal); in AVRTargetLowering()
126 setIndexedLoadAction(ISD::PRE_DEC, MVT::i16, Legal); in AVRTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp61 setIndexedLoadAction(ISD::POST_INC, MVT::i8, Legal); in MSP430TargetLowering()
62 setIndexedLoadAction(ISD::POST_INC, MVT::i16, Legal); in MSP430TargetLowering()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h2609 void setIndexedLoadAction(ArrayRef<unsigned> IdxModes, MVT VT, in setIndexedLoadAction() function
2615 void setIndexedLoadAction(ArrayRef<unsigned> IdxModes, ArrayRef<MVT> VTs, in setIndexedLoadAction() function
2618 setIndexedLoadAction(IdxModes, VT, Action); in setIndexedLoadAction()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp682 setIndexedLoadAction(IM, VT, Expand); in initActions()
702 setIndexedLoadAction(IM, VT, Expand); in initActions()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp233 setIndexedLoadAction(ISD::PRE_INC, MVT::i1, Legal); in PPCTargetLowering()
234 setIndexedLoadAction(ISD::PRE_INC, MVT::i8, Legal); in PPCTargetLowering()
235 setIndexedLoadAction(ISD::PRE_INC, MVT::i16, Legal); in PPCTargetLowering()
236 setIndexedLoadAction(ISD::PRE_INC, MVT::i32, Legal); in PPCTargetLowering()
237 setIndexedLoadAction(ISD::PRE_INC, MVT::i64, Legal); in PPCTargetLowering()
244 setIndexedLoadAction(ISD::PRE_INC, MVT::f32, Legal); in PPCTargetLowering()
245 setIndexedLoadAction(ISD::PRE_INC, MVT::f64, Legal); in PPCTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp328 setIndexedLoadAction(im, VT, Legal); in addMVEVectorTypes()
358 setIndexedLoadAction(im, VT, Legal); in addMVEVectorTypes()
443 setIndexedLoadAction(im, VT, Legal); in addMVEVectorTypes()
1127 setIndexedLoadAction(im, MVT::i1, Legal); in ARMTargetLowering()
1128 setIndexedLoadAction(im, MVT::i8, Legal); in ARMTargetLowering()
1129 setIndexedLoadAction(im, MVT::i16, Legal); in ARMTargetLowering()
1130 setIndexedLoadAction(im, MVT::i32, Legal); in ARMTargetLowering()
1138 setIndexedLoadAction(ISD::POST_INC, MVT::i32, Legal); in ARMTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp1055 setIndexedLoadAction(im, MVT::i8, Legal); in AArch64TargetLowering()
1056 setIndexedLoadAction(im, MVT::i16, Legal); in AArch64TargetLowering()
1057 setIndexedLoadAction(im, MVT::i32, Legal); in AArch64TargetLowering()
1058 setIndexedLoadAction(im, MVT::i64, Legal); in AArch64TargetLowering()
1059 setIndexedLoadAction(im, MVT::f64, Legal); in AArch64TargetLowering()
1060 setIndexedLoadAction(im, MVT::f32, Legal); in AArch64TargetLowering()
1061 setIndexedLoadAction(im, MVT::f16, Legal); in AArch64TargetLowering()
1062 setIndexedLoadAction(im, MVT::bf16, Legal); in AArch64TargetLowering()
1943 setIndexedLoadAction(im, VT, Legal); in addTypeForNEON()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp1429 setIndexedLoadAction(im, MVT::i8, Legal); in RISCVTargetLowering()
1431 setIndexedLoadAction(im, MVT::i16, Legal); in RISCVTargetLowering()
1433 setIndexedLoadAction(im, MVT::i32, Legal); in RISCVTargetLowering()
1437 setIndexedLoadAction(im, MVT::i64, Legal); in RISCVTargetLowering()
1444 setIndexedLoadAction(ISD::POST_INC, MVT::i8, Legal); in RISCVTargetLowering()
1445 setIndexedLoadAction(ISD::POST_INC, MVT::i16, Legal); in RISCVTargetLowering()
1446 setIndexedLoadAction(ISD::POST_INC, MVT::i32, Legal); in RISCVTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp1822 setIndexedLoadAction(ISD::POST_INC, VT, Legal); in HexagonTargetLowering()
H A DHexagonISelLoweringHVX.cpp193 setIndexedLoadAction(ISD::POST_INC, T, Legal); in initializeHVXLowering()