Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DHexagonISelLowering.cpp1604 setIndexedStoreAction(ISD::POST_INC, MVT::i8, Legal); in HexagonTargetLowering()
1605 setIndexedStoreAction(ISD::POST_INC, MVT::i16, Legal); in HexagonTargetLowering()
1606 setIndexedStoreAction(ISD::POST_INC, MVT::i32, Legal); in HexagonTargetLowering()
1607 setIndexedStoreAction(ISD::POST_INC, MVT::i64, Legal); in HexagonTargetLowering()
/external/llvm/include/llvm/Target/
DTargetLowering.h1326 void setIndexedStoreAction(unsigned IdxMode, MVT VT, in setIndexedStoreAction() function
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp458 setIndexedStoreAction(im, MVT::i8, Legal); in AArch64TargetLowering()
459 setIndexedStoreAction(im, MVT::i16, Legal); in AArch64TargetLowering()
460 setIndexedStoreAction(im, MVT::i32, Legal); in AArch64TargetLowering()
461 setIndexedStoreAction(im, MVT::i64, Legal); in AArch64TargetLowering()
462 setIndexedStoreAction(im, MVT::f64, Legal); in AArch64TargetLowering()
463 setIndexedStoreAction(im, MVT::f32, Legal); in AArch64TargetLowering()
685 setIndexedStoreAction(im, VT.getSimpleVT(), Legal); in addTypeForNEON()
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp93 setIndexedStoreAction(ISD::PRE_INC, MVT::i1, Legal); in PPCTargetLowering()
94 setIndexedStoreAction(ISD::PRE_INC, MVT::i8, Legal); in PPCTargetLowering()
95 setIndexedStoreAction(ISD::PRE_INC, MVT::i16, Legal); in PPCTargetLowering()
96 setIndexedStoreAction(ISD::PRE_INC, MVT::i32, Legal); in PPCTargetLowering()
97 setIndexedStoreAction(ISD::PRE_INC, MVT::i64, Legal); in PPCTargetLowering()
98 setIndexedStoreAction(ISD::PRE_INC, MVT::f32, Legal); in PPCTargetLowering()
99 setIndexedStoreAction(ISD::PRE_INC, MVT::f64, Legal); in PPCTargetLowering()
677 setIndexedStoreAction(ISD::PRE_INC, MVT::v4f64, Legal); in PPCTargetLowering()
723 setIndexedStoreAction(ISD::PRE_INC, MVT::v4f32, Legal); in PPCTargetLowering()
/external/llvm/lib/CodeGen/
DTargetLoweringBase.cpp794 setIndexedStoreAction(IM, VT, Expand); in initActions()
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp653 setIndexedStoreAction(im, MVT::i1, Legal); in ARMTargetLowering()
654 setIndexedStoreAction(im, MVT::i8, Legal); in ARMTargetLowering()
655 setIndexedStoreAction(im, MVT::i16, Legal); in ARMTargetLowering()
656 setIndexedStoreAction(im, MVT::i32, Legal); in ARMTargetLowering()
/external/llvm/docs/
DWritingAnLLVMBackend.rst1335 * ``setIndexedStoreAction`` --- Indexed store.