Home
last modified time | relevance | path

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

/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/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/llvm/include/llvm/Target/
DTargetLowering.h1456 void setIndexedLoadAction(unsigned IdxMode, MVT VT, in setIndexedLoadAction() function
/external/llvm/lib/CodeGen/
DTargetLoweringBase.cpp858 setIndexedLoadAction(IM, VT, Expand); in initActions()
/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/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/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/llvm/docs/
DWritingAnLLVMBackend.rst1332 * ``setIndexedLoadAction`` --- Indexed load.