Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp460 setIndexedStoreAction(im, MVT::i8, Legal); in AArch64TargetLowering()
461 setIndexedStoreAction(im, MVT::i16, Legal); in AArch64TargetLowering()
462 setIndexedStoreAction(im, MVT::i32, Legal); in AArch64TargetLowering()
463 setIndexedStoreAction(im, MVT::i64, Legal); in AArch64TargetLowering()
464 setIndexedStoreAction(im, MVT::f64, Legal); in AArch64TargetLowering()
465 setIndexedStoreAction(im, MVT::f32, Legal); in AArch64TargetLowering()
466 setIndexedStoreAction(im, MVT::f16, Legal); in AArch64TargetLowering()
710 setIndexedStoreAction(im, VT.getSimpleVT(), Legal); in addTypeForNEON()
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp92 setIndexedStoreAction(ISD::PRE_INC, MVT::i1, Legal); in PPCTargetLowering()
93 setIndexedStoreAction(ISD::PRE_INC, MVT::i8, Legal); in PPCTargetLowering()
94 setIndexedStoreAction(ISD::PRE_INC, MVT::i16, Legal); in PPCTargetLowering()
95 setIndexedStoreAction(ISD::PRE_INC, MVT::i32, Legal); in PPCTargetLowering()
96 setIndexedStoreAction(ISD::PRE_INC, MVT::i64, Legal); in PPCTargetLowering()
97 setIndexedStoreAction(ISD::PRE_INC, MVT::f32, Legal); in PPCTargetLowering()
98 setIndexedStoreAction(ISD::PRE_INC, MVT::f64, Legal); in PPCTargetLowering()
709 setIndexedStoreAction(ISD::PRE_INC, MVT::v4f64, Legal); in PPCTargetLowering()
755 setIndexedStoreAction(ISD::PRE_INC, MVT::v4f32, Legal); in PPCTargetLowering()
/external/llvm/include/llvm/Target/
DTargetLowering.h1357 void setIndexedStoreAction(unsigned IdxMode, MVT VT, in setIndexedStoreAction() function
/external/llvm/lib/CodeGen/
DTargetLoweringBase.cpp779 setIndexedStoreAction(IM, VT, Expand); in initActions()
/external/llvm/lib/Target/Hexagon/
DHexagonISelLowering.cpp1881 setIndexedStoreAction(ISD::POST_INC, LSXTy, Legal); in HexagonTargetLowering()
1887 setIndexedStoreAction(ISD::POST_INC, VT, Legal); in HexagonTargetLowering()
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp710 setIndexedStoreAction(im, MVT::i1, Legal); in ARMTargetLowering()
711 setIndexedStoreAction(im, MVT::i8, Legal); in ARMTargetLowering()
712 setIndexedStoreAction(im, MVT::i16, Legal); in ARMTargetLowering()
713 setIndexedStoreAction(im, MVT::i32, Legal); in ARMTargetLowering()
/external/llvm/docs/
DWritingAnLLVMBackend.rst1335 * ``setIndexedStoreAction`` --- Indexed store.