Home
last modified time | relevance | path

Searched refs:setIndexedLoadAction (Results 1 – 25 of 27) sorted by relevance

12

/external/llvm-project/llvm/lib/Target/AVR/
DAVRISelLowering.cpp117 setIndexedLoadAction(ISD::POST_INC, MVT::i8, Legal); in AVRTargetLowering()
118 setIndexedLoadAction(ISD::POST_INC, MVT::i16, Legal); in AVRTargetLowering()
119 setIndexedLoadAction(ISD::PRE_DEC, MVT::i8, Legal); in AVRTargetLowering()
120 setIndexedLoadAction(ISD::PRE_DEC, MVT::i16, Legal); in AVRTargetLowering()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/
DAVRISelLowering.cpp116 setIndexedLoadAction(ISD::POST_INC, MVT::i8, Legal); in AVRTargetLowering()
117 setIndexedLoadAction(ISD::POST_INC, MVT::i16, Legal); in AVRTargetLowering()
118 setIndexedLoadAction(ISD::PRE_DEC, MVT::i8, Legal); in AVRTargetLowering()
119 setIndexedLoadAction(ISD::PRE_DEC, MVT::i16, Legal); in AVRTargetLowering()
/external/llvm/lib/Target/MSP430/
DMSP430ISelLowering.cpp77 setIndexedLoadAction(ISD::POST_INC, MVT::i8, Legal); in MSP430TargetLowering()
78 setIndexedLoadAction(ISD::POST_INC, MVT::i16, Legal); in MSP430TargetLowering()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/
DMSP430ISelLowering.cpp62 setIndexedLoadAction(ISD::POST_INC, MVT::i8, Legal); in MSP430TargetLowering()
63 setIndexedLoadAction(ISD::POST_INC, MVT::i16, Legal); in MSP430TargetLowering()
/external/llvm-project/llvm/lib/Target/MSP430/
DMSP430ISelLowering.cpp61 setIndexedLoadAction(ISD::POST_INC, MVT::i8, Legal); in MSP430TargetLowering()
62 setIndexedLoadAction(ISD::POST_INC, MVT::i16, Legal); in MSP430TargetLowering()
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp442 setIndexedLoadAction(im, MVT::i8, Legal); in AArch64TargetLowering()
443 setIndexedLoadAction(im, MVT::i16, Legal); in AArch64TargetLowering()
444 setIndexedLoadAction(im, MVT::i32, Legal); in AArch64TargetLowering()
445 setIndexedLoadAction(im, MVT::i64, Legal); in AArch64TargetLowering()
446 setIndexedLoadAction(im, MVT::f64, Legal); in AArch64TargetLowering()
447 setIndexedLoadAction(im, MVT::f32, Legal); in AArch64TargetLowering()
448 setIndexedLoadAction(im, MVT::f16, Legal); in AArch64TargetLowering()
711 setIndexedLoadAction(im, VT, Legal); in addTypeForNEON()
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp97 setIndexedLoadAction(ISD::PRE_INC, MVT::i1, Legal); in PPCTargetLowering()
98 setIndexedLoadAction(ISD::PRE_INC, MVT::i8, Legal); in PPCTargetLowering()
99 setIndexedLoadAction(ISD::PRE_INC, MVT::i16, Legal); in PPCTargetLowering()
100 setIndexedLoadAction(ISD::PRE_INC, MVT::i32, Legal); in PPCTargetLowering()
101 setIndexedLoadAction(ISD::PRE_INC, MVT::i64, Legal); in PPCTargetLowering()
102 setIndexedLoadAction(ISD::PRE_INC, MVT::f32, Legal); in PPCTargetLowering()
103 setIndexedLoadAction(ISD::PRE_INC, MVT::f64, Legal); in PPCTargetLowering()
723 setIndexedLoadAction(ISD::PRE_INC, MVT::v4f64, Legal); in PPCTargetLowering()
769 setIndexedLoadAction(ISD::PRE_INC, MVT::v4f32, Legal); in PPCTargetLowering()
/external/llvm/include/llvm/Target/
DTargetLowering.h1456 void setIndexedLoadAction(unsigned IdxMode, MVT VT, in setIndexedLoadAction() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetLoweringBase.cpp627 setIndexedLoadAction(IM, VT, Expand); in initActions()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp603 setIndexedLoadAction(im, MVT::i8, Legal); in AArch64TargetLowering()
604 setIndexedLoadAction(im, MVT::i16, Legal); in AArch64TargetLowering()
605 setIndexedLoadAction(im, MVT::i32, Legal); in AArch64TargetLowering()
606 setIndexedLoadAction(im, MVT::i64, Legal); in AArch64TargetLowering()
607 setIndexedLoadAction(im, MVT::f64, Legal); in AArch64TargetLowering()
608 setIndexedLoadAction(im, MVT::f32, Legal); in AArch64TargetLowering()
609 setIndexedLoadAction(im, MVT::f16, Legal); in AArch64TargetLowering()
941 setIndexedLoadAction(im, VT, Legal); in addTypeForNEON()
/external/llvm/lib/CodeGen/
DTargetLoweringBase.cpp858 setIndexedLoadAction(IM, VT, Expand); in initActions()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp173 setIndexedLoadAction(ISD::PRE_INC, MVT::i1, Legal); in PPCTargetLowering()
174 setIndexedLoadAction(ISD::PRE_INC, MVT::i8, Legal); in PPCTargetLowering()
175 setIndexedLoadAction(ISD::PRE_INC, MVT::i16, Legal); in PPCTargetLowering()
176 setIndexedLoadAction(ISD::PRE_INC, MVT::i32, Legal); in PPCTargetLowering()
177 setIndexedLoadAction(ISD::PRE_INC, MVT::i64, Legal); in PPCTargetLowering()
184 setIndexedLoadAction(ISD::PRE_INC, MVT::f32, Legal); in PPCTargetLowering()
185 setIndexedLoadAction(ISD::PRE_INC, MVT::f64, Legal); in PPCTargetLowering()
1016 setIndexedLoadAction(ISD::PRE_INC, MVT::v4f64, Legal); in PPCTargetLowering()
1061 setIndexedLoadAction(ISD::PRE_INC, MVT::v4f32, Legal); in PPCTargetLowering()
/external/llvm/lib/Target/Hexagon/
DHexagonISelLowering.cpp2067 setIndexedLoadAction(ISD::POST_INC, LSXTy, Legal); in HexagonTargetLowering()
2073 setIndexedLoadAction(ISD::POST_INC, VT, Legal); in HexagonTargetLowering()
/external/llvm-project/llvm/lib/CodeGen/
DTargetLoweringBase.cpp737 setIndexedLoadAction(IM, VT, Expand); in initActions()
/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp798 setIndexedLoadAction(im, MVT::i8, Legal); in AArch64TargetLowering()
799 setIndexedLoadAction(im, MVT::i16, Legal); in AArch64TargetLowering()
800 setIndexedLoadAction(im, MVT::i32, Legal); in AArch64TargetLowering()
801 setIndexedLoadAction(im, MVT::i64, Legal); in AArch64TargetLowering()
802 setIndexedLoadAction(im, MVT::f64, Legal); in AArch64TargetLowering()
803 setIndexedLoadAction(im, MVT::f32, Legal); in AArch64TargetLowering()
804 setIndexedLoadAction(im, MVT::f16, Legal); in AArch64TargetLowering()
805 setIndexedLoadAction(im, MVT::bf16, Legal); in AArch64TargetLowering()
1308 setIndexedLoadAction(im, VT, Legal); in addTypeForNEON()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonISelLoweringHVX.cpp73 setIndexedLoadAction(ISD::POST_INC, T, Legal); in initializeHVXLowering()
DHexagonISelLowering.cpp1608 setIndexedLoadAction(ISD::POST_INC, VT, Legal); in HexagonTargetLowering()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetLowering.h2034 void setIndexedLoadAction(unsigned IdxMode, MVT VT, LegalizeAction Action) { in setIndexedLoadAction() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMISelLowering.cpp306 setIndexedLoadAction(im, VT, Legal); in addMVEVectorTypes()
334 setIndexedLoadAction(im, VT, Legal); in addMVEVectorTypes()
398 setIndexedLoadAction(im, VT, Legal); in addMVEVectorTypes()
1025 setIndexedLoadAction(im, MVT::i1, Legal); in ARMTargetLowering()
1026 setIndexedLoadAction(im, MVT::i8, Legal); in ARMTargetLowering()
1027 setIndexedLoadAction(im, MVT::i16, Legal); in ARMTargetLowering()
1028 setIndexedLoadAction(im, MVT::i32, Legal); in ARMTargetLowering()
1036 setIndexedLoadAction(ISD::POST_INC, MVT::i32, Legal); in ARMTargetLowering()
/external/llvm-project/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp194 setIndexedLoadAction(ISD::PRE_INC, MVT::i1, Legal); in PPCTargetLowering()
195 setIndexedLoadAction(ISD::PRE_INC, MVT::i8, Legal); in PPCTargetLowering()
196 setIndexedLoadAction(ISD::PRE_INC, MVT::i16, Legal); in PPCTargetLowering()
197 setIndexedLoadAction(ISD::PRE_INC, MVT::i32, Legal); in PPCTargetLowering()
198 setIndexedLoadAction(ISD::PRE_INC, MVT::i64, Legal); in PPCTargetLowering()
205 setIndexedLoadAction(ISD::PRE_INC, MVT::f32, Legal); in PPCTargetLowering()
206 setIndexedLoadAction(ISD::PRE_INC, MVT::f64, Legal); in PPCTargetLowering()
/external/llvm-project/llvm/include/llvm/CodeGen/
DTargetLowering.h2183 void setIndexedLoadAction(unsigned IdxMode, MVT VT, LegalizeAction Action) { in setIndexedLoadAction() function
/external/llvm-project/llvm/lib/Target/ARM/
DARMISelLowering.cpp316 setIndexedLoadAction(im, VT, Legal); in addMVEVectorTypes()
346 setIndexedLoadAction(im, VT, Legal); in addMVEVectorTypes()
425 setIndexedLoadAction(im, VT, Legal); in addMVEVectorTypes()
1076 setIndexedLoadAction(im, MVT::i1, Legal); in ARMTargetLowering()
1077 setIndexedLoadAction(im, MVT::i8, Legal); in ARMTargetLowering()
1078 setIndexedLoadAction(im, MVT::i16, Legal); in ARMTargetLowering()
1079 setIndexedLoadAction(im, MVT::i32, Legal); in ARMTargetLowering()
1087 setIndexedLoadAction(ISD::POST_INC, MVT::i32, Legal); in ARMTargetLowering()
/external/llvm-project/llvm/lib/Target/Hexagon/
DHexagonISelLoweringHVX.cpp86 setIndexedLoadAction(ISD::POST_INC, T, Legal); in initializeHVXLowering()
DHexagonISelLowering.cpp1752 setIndexedLoadAction(ISD::POST_INC, VT, Legal); in HexagonTargetLowering()
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp709 setIndexedLoadAction(im, MVT::i1, Legal); in ARMTargetLowering()
710 setIndexedLoadAction(im, MVT::i8, Legal); in ARMTargetLowering()
711 setIndexedLoadAction(im, MVT::i16, Legal); in ARMTargetLowering()
712 setIndexedLoadAction(im, MVT::i32, Legal); in ARMTargetLowering()

12