Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/
DAVRISelLowering.cpp115 setIndexedLoadAction(ISD::POST_INC, MVT::i8, Legal); in AVRTargetLowering()
116 setIndexedLoadAction(ISD::POST_INC, MVT::i16, Legal); in AVRTargetLowering()
117 setIndexedLoadAction(ISD::PRE_DEC, MVT::i8, Legal); in AVRTargetLowering()
118 setIndexedLoadAction(ISD::PRE_DEC, MVT::i16, Legal); in AVRTargetLowering()
/external/swiftshader/third_party/LLVM/lib/Target/MSP430/
DMSP430ISelLowering.cpp86 setIndexedLoadAction(ISD::POST_INC, MVT::i8, Legal); in MSP430TargetLowering()
87 setIndexedLoadAction(ISD::POST_INC, MVT::i16, Legal); in MSP430TargetLowering()
/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-7.0/llvm/lib/Target/MSP430/
DMSP430ISelLowering.cpp58 setIndexedLoadAction(ISD::POST_INC, MVT::i8, Legal); in MSP430TargetLowering()
59 setIndexedLoadAction(ISD::POST_INC, MVT::i16, Legal); in MSP430TargetLowering()
/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetLowering.h1083 void setIndexedLoadAction(unsigned IdxMode, MVT VT, in setIndexedLoadAction() function
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
DPPCISelLowering.cpp92 setIndexedLoadAction(ISD::PRE_INC, MVT::i1, Legal); in PPCTargetLowering()
93 setIndexedLoadAction(ISD::PRE_INC, MVT::i8, Legal); in PPCTargetLowering()
94 setIndexedLoadAction(ISD::PRE_INC, MVT::i16, Legal); in PPCTargetLowering()
95 setIndexedLoadAction(ISD::PRE_INC, MVT::i32, Legal); in PPCTargetLowering()
96 setIndexedLoadAction(ISD::PRE_INC, MVT::i64, Legal); in PPCTargetLowering()
/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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp527 setIndexedLoadAction(im, MVT::i8, Legal); in AArch64TargetLowering()
528 setIndexedLoadAction(im, MVT::i16, Legal); in AArch64TargetLowering()
529 setIndexedLoadAction(im, MVT::i32, Legal); in AArch64TargetLowering()
530 setIndexedLoadAction(im, MVT::i64, Legal); in AArch64TargetLowering()
531 setIndexedLoadAction(im, MVT::f64, Legal); in AArch64TargetLowering()
532 setIndexedLoadAction(im, MVT::f32, Legal); in AArch64TargetLowering()
533 setIndexedLoadAction(im, MVT::f16, Legal); in AArch64TargetLowering()
826 setIndexedLoadAction(im, VT, Legal); in addTypeForNEON()
/external/llvm/include/llvm/Target/
DTargetLowering.h1456 void setIndexedLoadAction(unsigned IdxMode, MVT VT, in setIndexedLoadAction() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DTargetLoweringBase.cpp590 setIndexedLoadAction(IM, VT, Expand); in initActions()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp165 setIndexedLoadAction(ISD::PRE_INC, MVT::i1, Legal); in PPCTargetLowering()
166 setIndexedLoadAction(ISD::PRE_INC, MVT::i8, Legal); in PPCTargetLowering()
167 setIndexedLoadAction(ISD::PRE_INC, MVT::i16, Legal); in PPCTargetLowering()
168 setIndexedLoadAction(ISD::PRE_INC, MVT::i32, Legal); in PPCTargetLowering()
169 setIndexedLoadAction(ISD::PRE_INC, MVT::i64, Legal); in PPCTargetLowering()
176 setIndexedLoadAction(ISD::PRE_INC, MVT::f32, Legal); in PPCTargetLowering()
177 setIndexedLoadAction(ISD::PRE_INC, MVT::f64, Legal); in PPCTargetLowering()
925 setIndexedLoadAction(ISD::PRE_INC, MVT::v4f64, Legal); in PPCTargetLowering()
970 setIndexedLoadAction(ISD::PRE_INC, MVT::v4f32, Legal); in PPCTargetLowering()
/external/llvm/lib/CodeGen/
DTargetLoweringBase.cpp858 setIndexedLoadAction(IM, VT, Expand); in initActions()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DTargetLowering.h1829 void setIndexedLoadAction(unsigned IdxMode, MVT VT, in setIndexedLoadAction() function
/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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonISelLoweringHVX.cpp74 setIndexedLoadAction(ISD::POST_INC, T, Legal); in initializeHVXLowering()
DHexagonISelLowering.cpp1573 setIndexedLoadAction(ISD::POST_INC, VT, Legal); in HexagonTargetLowering()
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMISelLowering.cpp536 setIndexedLoadAction(im, MVT::i1, Legal); in ARMTargetLowering()
537 setIndexedLoadAction(im, MVT::i8, Legal); in ARMTargetLowering()
538 setIndexedLoadAction(im, MVT::i16, Legal); in ARMTargetLowering()
539 setIndexedLoadAction(im, MVT::i32, Legal); in ARMTargetLowering()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMISelLowering.cpp790 setIndexedLoadAction(im, MVT::i1, Legal); in ARMTargetLowering()
791 setIndexedLoadAction(im, MVT::i8, Legal); in ARMTargetLowering()
792 setIndexedLoadAction(im, MVT::i16, Legal); in ARMTargetLowering()
793 setIndexedLoadAction(im, MVT::i32, Legal); in ARMTargetLowering()
801 setIndexedLoadAction(ISD::POST_INC, MVT::i32, Legal); in ARMTargetLowering()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp560 setIndexedLoadAction(IM, (MVT::SimpleValueType)VT, Expand); in TargetLowering()
/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()
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DWritingAnLLVMBackend.rst1372 * ``setIndexedLoadAction`` --- Indexed load.
/external/llvm/docs/
DWritingAnLLVMBackend.rst1332 * ``setIndexedLoadAction`` --- Indexed load.