| /openbsd-src/gnu/llvm/llvm/lib/Target/AVR/ |
| H A D | AVRISelLowering.cpp | 123 setIndexedLoadAction(ISD::POST_INC, MVT::i8, Legal); in AVRTargetLowering() 124 setIndexedLoadAction(ISD::POST_INC, MVT::i16, Legal); in AVRTargetLowering() 125 setIndexedLoadAction(ISD::PRE_DEC, MVT::i8, Legal); in AVRTargetLowering() 126 setIndexedLoadAction(ISD::PRE_DEC, MVT::i16, Legal); in AVRTargetLowering()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| H A D | TargetLowering.h | 2419 void setIndexedLoadAction(ArrayRef<unsigned> IdxModes, MVT VT, in setIndexedLoadAction() function 2425 void setIndexedLoadAction(ArrayRef<unsigned> IdxModes, ArrayRef<MVT> VTs, in setIndexedLoadAction() function 2428 setIndexedLoadAction(IdxModes, VT, Action); in setIndexedLoadAction()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/MSP430/ |
| H A D | MSP430ISelLowering.cpp | 61 setIndexedLoadAction(ISD::POST_INC, MVT::i8, Legal); in MSP430TargetLowering() 62 setIndexedLoadAction(ISD::POST_INC, MVT::i16, Legal); in MSP430TargetLowering()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | TargetLoweringBase.cpp | 770 setIndexedLoadAction(IM, VT, Expand); in initActions() 790 setIndexedLoadAction(IM, VT, Expand); in initActions()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.cpp | 217 setIndexedLoadAction(ISD::PRE_INC, MVT::i1, Legal); in PPCTargetLowering() 218 setIndexedLoadAction(ISD::PRE_INC, MVT::i8, Legal); in PPCTargetLowering() 219 setIndexedLoadAction(ISD::PRE_INC, MVT::i16, Legal); in PPCTargetLowering() 220 setIndexedLoadAction(ISD::PRE_INC, MVT::i32, Legal); in PPCTargetLowering() 221 setIndexedLoadAction(ISD::PRE_INC, MVT::i64, Legal); in PPCTargetLowering() 228 setIndexedLoadAction(ISD::PRE_INC, MVT::f32, Legal); in PPCTargetLowering() 229 setIndexedLoadAction(ISD::PRE_INC, MVT::f64, Legal); in PPCTargetLowering()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 909 setIndexedLoadAction(im, MVT::i8, Legal); in AArch64TargetLowering() 910 setIndexedLoadAction(im, MVT::i16, Legal); in AArch64TargetLowering() 911 setIndexedLoadAction(im, MVT::i32, Legal); in AArch64TargetLowering() 912 setIndexedLoadAction(im, MVT::i64, Legal); in AArch64TargetLowering() 913 setIndexedLoadAction(im, MVT::f64, Legal); in AArch64TargetLowering() 914 setIndexedLoadAction(im, MVT::f32, Legal); in AArch64TargetLowering() 915 setIndexedLoadAction(im, MVT::f16, Legal); in AArch64TargetLowering() 916 setIndexedLoadAction(im, MVT::bf16, Legal); in AArch64TargetLowering() 1653 setIndexedLoadAction(im, VT, Legal); in addTypeForNEON()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.cpp | 317 setIndexedLoadAction(im, VT, Legal); in addMVEVectorTypes() 347 setIndexedLoadAction(im, VT, Legal); in addMVEVectorTypes() 430 setIndexedLoadAction(im, VT, Legal); in addMVEVectorTypes() 1107 setIndexedLoadAction(im, MVT::i1, Legal); in ARMTargetLowering() 1108 setIndexedLoadAction(im, MVT::i8, Legal); in ARMTargetLowering() 1109 setIndexedLoadAction(im, MVT::i16, Legal); in ARMTargetLowering() 1110 setIndexedLoadAction(im, MVT::i32, Legal); in ARMTargetLowering() 1118 setIndexedLoadAction(ISD::POST_INC, MVT::i32, Legal); in ARMTargetLowering()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/ |
| H A D | HexagonISelLowering.cpp | 1792 setIndexedLoadAction(ISD::POST_INC, VT, Legal); in HexagonTargetLowering()
|
| H A D | HexagonISelLoweringHVX.cpp | 192 setIndexedLoadAction(ISD::POST_INC, T, Legal); in initializeHVXLowering()
|
| /openbsd-src/gnu/llvm/llvm/docs/ |
| H A D | WritingAnLLVMBackend.rst | 1404 * ``setIndexedLoadAction`` --- Indexed load.
|