/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/ |
H A D | AVRISelLowering.cpp | 123 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 D | MSP430ISelLowering.cpp | 61 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 D | TargetLowering.h | 2609 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 D | TargetLoweringBase.cpp | 682 setIndexedLoadAction(IM, VT, Expand); in initActions() 702 setIndexedLoadAction(IM, VT, Expand); in initActions()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCISelLowering.cpp | 233 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 D | ARMISelLowering.cpp | 328 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 D | AArch64ISelLowering.cpp | 1055 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 D | RISCVISelLowering.cpp | 1429 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 D | HexagonISelLowering.cpp | 1822 setIndexedLoadAction(ISD::POST_INC, VT, Legal); in HexagonTargetLowering()
|
H A D | HexagonISelLoweringHVX.cpp | 193 setIndexedLoadAction(ISD::POST_INC, T, Legal); in initializeHVXLowering()
|