Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DHexagonISelLowering.cpp1297 setIndexedStoreAction(ISD::POST_INC, MVT::i8, Legal); in HexagonTargetLowering()
1298 setIndexedStoreAction(ISD::POST_INC, MVT::i16, Legal); in HexagonTargetLowering()
1299 setIndexedStoreAction(ISD::POST_INC, MVT::i32, Legal); in HexagonTargetLowering()
1300 setIndexedStoreAction(ISD::POST_INC, MVT::i64, Legal); in HexagonTargetLowering()
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp328 setIndexedStoreAction(im, MVT::i8, Legal); in AArch64TargetLowering()
329 setIndexedStoreAction(im, MVT::i16, Legal); in AArch64TargetLowering()
330 setIndexedStoreAction(im, MVT::i32, Legal); in AArch64TargetLowering()
331 setIndexedStoreAction(im, MVT::i64, Legal); in AArch64TargetLowering()
332 setIndexedStoreAction(im, MVT::f64, Legal); in AArch64TargetLowering()
333 setIndexedStoreAction(im, MVT::f32, Legal); in AArch64TargetLowering()
544 setIndexedStoreAction(im, VT.getSimpleVT(), Legal); in addTypeForNEON()
/external/llvm/include/llvm/Target/
DTargetLowering.h1145 void setIndexedStoreAction(unsigned IdxMode, MVT VT, in setIndexedStoreAction() function
/external/llvm/lib/CodeGen/
DTargetLoweringBase.cpp731 setIndexedStoreAction(IM, (MVT::SimpleValueType)VT, Expand); in initActions()
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp94 setIndexedStoreAction(ISD::PRE_INC, MVT::i1, Legal); in PPCTargetLowering()
95 setIndexedStoreAction(ISD::PRE_INC, MVT::i8, Legal); in PPCTargetLowering()
96 setIndexedStoreAction(ISD::PRE_INC, MVT::i16, Legal); in PPCTargetLowering()
97 setIndexedStoreAction(ISD::PRE_INC, MVT::i32, Legal); in PPCTargetLowering()
98 setIndexedStoreAction(ISD::PRE_INC, MVT::i64, Legal); in PPCTargetLowering()
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp599 setIndexedStoreAction(im, MVT::i1, Legal); in ARMTargetLowering()
600 setIndexedStoreAction(im, MVT::i8, Legal); in ARMTargetLowering()
601 setIndexedStoreAction(im, MVT::i16, Legal); in ARMTargetLowering()
602 setIndexedStoreAction(im, MVT::i32, Legal); in ARMTargetLowering()
/external/llvm/docs/
DWritingAnLLVMBackend.rst1335 * ``setIndexedStoreAction`` --- Indexed store.