Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetLowering.h1096 void setIndexedStoreAction(unsigned IdxMode, MVT VT, in setIndexedStoreAction() function
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
DPPCISelLowering.cpp97 setIndexedStoreAction(ISD::PRE_INC, MVT::i1, Legal); in PPCTargetLowering()
98 setIndexedStoreAction(ISD::PRE_INC, MVT::i8, Legal); in PPCTargetLowering()
99 setIndexedStoreAction(ISD::PRE_INC, MVT::i16, Legal); in PPCTargetLowering()
100 setIndexedStoreAction(ISD::PRE_INC, MVT::i32, Legal); in PPCTargetLowering()
101 setIndexedStoreAction(ISD::PRE_INC, MVT::i64, Legal); in PPCTargetLowering()
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp449 setIndexedStoreAction(im, MVT::i8, Legal); in AArch64TargetLowering()
450 setIndexedStoreAction(im, MVT::i16, Legal); in AArch64TargetLowering()
451 setIndexedStoreAction(im, MVT::i32, Legal); in AArch64TargetLowering()
452 setIndexedStoreAction(im, MVT::i64, Legal); in AArch64TargetLowering()
453 setIndexedStoreAction(im, MVT::f64, Legal); in AArch64TargetLowering()
454 setIndexedStoreAction(im, MVT::f32, Legal); in AArch64TargetLowering()
455 setIndexedStoreAction(im, MVT::f16, Legal); in AArch64TargetLowering()
712 setIndexedStoreAction(im, VT, Legal); in addTypeForNEON()
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp104 setIndexedStoreAction(ISD::PRE_INC, MVT::i1, Legal); in PPCTargetLowering()
105 setIndexedStoreAction(ISD::PRE_INC, MVT::i8, Legal); in PPCTargetLowering()
106 setIndexedStoreAction(ISD::PRE_INC, MVT::i16, Legal); in PPCTargetLowering()
107 setIndexedStoreAction(ISD::PRE_INC, MVT::i32, Legal); in PPCTargetLowering()
108 setIndexedStoreAction(ISD::PRE_INC, MVT::i64, Legal); in PPCTargetLowering()
109 setIndexedStoreAction(ISD::PRE_INC, MVT::f32, Legal); in PPCTargetLowering()
110 setIndexedStoreAction(ISD::PRE_INC, MVT::f64, Legal); in PPCTargetLowering()
724 setIndexedStoreAction(ISD::PRE_INC, MVT::v4f64, Legal); in PPCTargetLowering()
770 setIndexedStoreAction(ISD::PRE_INC, MVT::v4f32, Legal); in PPCTargetLowering()
/external/llvm/include/llvm/Target/
DTargetLowering.h1470 void setIndexedStoreAction(unsigned IdxMode, MVT VT, in setIndexedStoreAction() function
/external/llvm/lib/CodeGen/
DTargetLoweringBase.cpp859 setIndexedStoreAction(IM, VT, Expand); in initActions()
/external/llvm/lib/Target/Hexagon/
DHexagonISelLowering.cpp2068 setIndexedStoreAction(ISD::POST_INC, LSXTy, Legal); in HexagonTargetLowering()
2074 setIndexedStoreAction(ISD::POST_INC, VT, Legal); in HexagonTargetLowering()
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMISelLowering.cpp540 setIndexedStoreAction(im, MVT::i1, Legal); in ARMTargetLowering()
541 setIndexedStoreAction(im, MVT::i8, Legal); in ARMTargetLowering()
542 setIndexedStoreAction(im, MVT::i16, Legal); in ARMTargetLowering()
543 setIndexedStoreAction(im, MVT::i32, Legal); in ARMTargetLowering()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp561 setIndexedStoreAction(IM, (MVT::SimpleValueType)VT, Expand); in TargetLowering()
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp713 setIndexedStoreAction(im, MVT::i1, Legal); in ARMTargetLowering()
714 setIndexedStoreAction(im, MVT::i8, Legal); in ARMTargetLowering()
715 setIndexedStoreAction(im, MVT::i16, Legal); in ARMTargetLowering()
716 setIndexedStoreAction(im, MVT::i32, Legal); in ARMTargetLowering()
/external/llvm/docs/
DWritingAnLLVMBackend.rst1333 * ``setIndexedStoreAction`` --- Indexed store.