Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AVR/
H A 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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp61 setIndexedLoadAction(ISD::POST_INC, MVT::i8, Legal); in MSP430TargetLowering()
62 setIndexedLoadAction(ISD::POST_INC, MVT::i16, Legal); in MSP430TargetLowering()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp730 setIndexedLoadAction(IM, VT, Expand); in initActions()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp846 setIndexedLoadAction(im, MVT::i8, Legal); in AArch64TargetLowering()
847 setIndexedLoadAction(im, MVT::i16, Legal); in AArch64TargetLowering()
848 setIndexedLoadAction(im, MVT::i32, Legal); in AArch64TargetLowering()
849 setIndexedLoadAction(im, MVT::i64, Legal); in AArch64TargetLowering()
850 setIndexedLoadAction(im, MVT::f64, Legal); in AArch64TargetLowering()
851 setIndexedLoadAction(im, MVT::f32, Legal); in AArch64TargetLowering()
852 setIndexedLoadAction(im, MVT::f16, Legal); in AArch64TargetLowering()
853 setIndexedLoadAction(im, MVT::bf16, Legal); in AArch64TargetLowering()
1427 setIndexedLoadAction(im, VT, Legal); in addTypeForNEON()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp199 setIndexedLoadAction(ISD::PRE_INC, MVT::i1, Legal); in PPCTargetLowering()
200 setIndexedLoadAction(ISD::PRE_INC, MVT::i8, Legal); in PPCTargetLowering()
201 setIndexedLoadAction(ISD::PRE_INC, MVT::i16, Legal); in PPCTargetLowering()
202 setIndexedLoadAction(ISD::PRE_INC, MVT::i32, Legal); in PPCTargetLowering()
203 setIndexedLoadAction(ISD::PRE_INC, MVT::i64, Legal); in PPCTargetLowering()
210 setIndexedLoadAction(ISD::PRE_INC, MVT::f32, Legal); in PPCTargetLowering()
211 setIndexedLoadAction(ISD::PRE_INC, MVT::f64, Legal); in PPCTargetLowering()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DTargetLowering.h2196 void setIndexedLoadAction(unsigned IdxMode, MVT VT, LegalizeAction Action) { in setIndexedLoadAction() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp317 setIndexedLoadAction(im, VT, Legal); in addMVEVectorTypes()
347 setIndexedLoadAction(im, VT, Legal); in addMVEVectorTypes()
428 setIndexedLoadAction(im, VT, Legal); in addMVEVectorTypes()
1083 setIndexedLoadAction(im, MVT::i1, Legal); in ARMTargetLowering()
1084 setIndexedLoadAction(im, MVT::i8, Legal); in ARMTargetLowering()
1085 setIndexedLoadAction(im, MVT::i16, Legal); in ARMTargetLowering()
1086 setIndexedLoadAction(im, MVT::i32, Legal); in ARMTargetLowering()
1094 setIndexedLoadAction(ISD::POST_INC, MVT::i32, Legal); in ARMTargetLowering()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonISelLoweringHVX.cpp86 setIndexedLoadAction(ISD::POST_INC, T, Legal); in initializeHVXLowering()
H A DHexagonISelLowering.cpp1781 setIndexedLoadAction(ISD::POST_INC, VT, Legal); in HexagonTargetLowering()
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DWritingAnLLVMBackend.rst1372 * ``setIndexedLoadAction`` --- Indexed load.