Home
last modified time | relevance | path

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

/external/llvm/lib/Target/MSP430/
DMSP430ISelLowering.cpp77 setIndexedLoadAction(ISD::POST_INC, MVT::i8, Legal); in MSP430TargetLowering()
78 setIndexedLoadAction(ISD::POST_INC, MVT::i16, Legal); in MSP430TargetLowering()
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp453 setIndexedLoadAction(im, MVT::i8, Legal); in AArch64TargetLowering()
454 setIndexedLoadAction(im, MVT::i16, Legal); in AArch64TargetLowering()
455 setIndexedLoadAction(im, MVT::i32, Legal); in AArch64TargetLowering()
456 setIndexedLoadAction(im, MVT::i64, Legal); in AArch64TargetLowering()
457 setIndexedLoadAction(im, MVT::f64, Legal); in AArch64TargetLowering()
458 setIndexedLoadAction(im, MVT::f32, Legal); in AArch64TargetLowering()
459 setIndexedLoadAction(im, MVT::f16, Legal); in AArch64TargetLowering()
709 setIndexedLoadAction(im, VT.getSimpleVT(), Legal); in addTypeForNEON()
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp85 setIndexedLoadAction(ISD::PRE_INC, MVT::i1, Legal); in PPCTargetLowering()
86 setIndexedLoadAction(ISD::PRE_INC, MVT::i8, Legal); in PPCTargetLowering()
87 setIndexedLoadAction(ISD::PRE_INC, MVT::i16, Legal); in PPCTargetLowering()
88 setIndexedLoadAction(ISD::PRE_INC, MVT::i32, Legal); in PPCTargetLowering()
89 setIndexedLoadAction(ISD::PRE_INC, MVT::i64, Legal); in PPCTargetLowering()
90 setIndexedLoadAction(ISD::PRE_INC, MVT::f32, Legal); in PPCTargetLowering()
91 setIndexedLoadAction(ISD::PRE_INC, MVT::f64, Legal); in PPCTargetLowering()
708 setIndexedLoadAction(ISD::PRE_INC, MVT::v4f64, Legal); in PPCTargetLowering()
754 setIndexedLoadAction(ISD::PRE_INC, MVT::v4f32, Legal); in PPCTargetLowering()
/external/llvm/include/llvm/Target/
DTargetLowering.h1343 void setIndexedLoadAction(unsigned IdxMode, MVT VT, in setIndexedLoadAction() function
/external/llvm/lib/CodeGen/
DTargetLoweringBase.cpp778 setIndexedLoadAction(IM, VT, Expand); in initActions()
/external/llvm/lib/Target/Hexagon/
DHexagonISelLowering.cpp1880 setIndexedLoadAction(ISD::POST_INC, LSXTy, Legal); in HexagonTargetLowering()
1886 setIndexedLoadAction(ISD::POST_INC, VT, Legal); in HexagonTargetLowering()
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp706 setIndexedLoadAction(im, MVT::i1, Legal); in ARMTargetLowering()
707 setIndexedLoadAction(im, MVT::i8, Legal); in ARMTargetLowering()
708 setIndexedLoadAction(im, MVT::i16, Legal); in ARMTargetLowering()
709 setIndexedLoadAction(im, MVT::i32, Legal); in ARMTargetLowering()
/external/llvm/docs/
DWritingAnLLVMBackend.rst1334 * ``setIndexedLoadAction`` --- Indexed load.