Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/
DAVRISelLowering.cpp120 setIndexedStoreAction(ISD::POST_INC, MVT::i8, Legal); in AVRTargetLowering()
121 setIndexedStoreAction(ISD::POST_INC, MVT::i16, Legal); in AVRTargetLowering()
122 setIndexedStoreAction(ISD::PRE_DEC, MVT::i8, Legal); in AVRTargetLowering()
123 setIndexedStoreAction(ISD::PRE_DEC, MVT::i16, Legal); in AVRTargetLowering()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetLoweringBase.cpp628 setIndexedStoreAction(IM, VT, Expand); in initActions()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp610 setIndexedStoreAction(im, MVT::i8, Legal); in AArch64TargetLowering()
611 setIndexedStoreAction(im, MVT::i16, Legal); in AArch64TargetLowering()
612 setIndexedStoreAction(im, MVT::i32, Legal); in AArch64TargetLowering()
613 setIndexedStoreAction(im, MVT::i64, Legal); in AArch64TargetLowering()
614 setIndexedStoreAction(im, MVT::f64, Legal); in AArch64TargetLowering()
615 setIndexedStoreAction(im, MVT::f32, Legal); in AArch64TargetLowering()
616 setIndexedStoreAction(im, MVT::f16, Legal); in AArch64TargetLowering()
942 setIndexedStoreAction(im, VT, Legal); in addTypeForNEON()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp178 setIndexedStoreAction(ISD::PRE_INC, MVT::i1, Legal); in PPCTargetLowering()
179 setIndexedStoreAction(ISD::PRE_INC, MVT::i8, Legal); in PPCTargetLowering()
180 setIndexedStoreAction(ISD::PRE_INC, MVT::i16, Legal); in PPCTargetLowering()
181 setIndexedStoreAction(ISD::PRE_INC, MVT::i32, Legal); in PPCTargetLowering()
182 setIndexedStoreAction(ISD::PRE_INC, MVT::i64, Legal); in PPCTargetLowering()
186 setIndexedStoreAction(ISD::PRE_INC, MVT::f32, Legal); in PPCTargetLowering()
187 setIndexedStoreAction(ISD::PRE_INC, MVT::f64, Legal); in PPCTargetLowering()
1017 setIndexedStoreAction(ISD::PRE_INC, MVT::v4f64, Legal); in PPCTargetLowering()
1062 setIndexedStoreAction(ISD::PRE_INC, MVT::v4f32, Legal); in PPCTargetLowering()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetLowering.h2043 void setIndexedStoreAction(unsigned IdxMode, MVT VT, LegalizeAction Action) { in setIndexedStoreAction() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonISelLoweringHVX.cpp74 setIndexedStoreAction(ISD::POST_INC, T, Legal); in initializeHVXLowering()
DHexagonISelLowering.cpp1609 setIndexedStoreAction(ISD::POST_INC, VT, Legal); in HexagonTargetLowering()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMISelLowering.cpp307 setIndexedStoreAction(im, VT, Legal); in addMVEVectorTypes()
335 setIndexedStoreAction(im, VT, Legal); in addMVEVectorTypes()
399 setIndexedStoreAction(im, VT, Legal); in addMVEVectorTypes()
1029 setIndexedStoreAction(im, MVT::i1, Legal); in ARMTargetLowering()
1030 setIndexedStoreAction(im, MVT::i8, Legal); in ARMTargetLowering()
1031 setIndexedStoreAction(im, MVT::i16, Legal); in ARMTargetLowering()
1032 setIndexedStoreAction(im, MVT::i32, Legal); in ARMTargetLowering()
1037 setIndexedStoreAction(ISD::POST_INC, MVT::i32, Legal); in ARMTargetLowering()