Searched refs:setIndexedLoadAction (Results 1 – 8 of 8) sorted by relevance
/external/llvm/lib/Target/MSP430/ |
D | MSP430ISelLowering.cpp | 77 setIndexedLoadAction(ISD::POST_INC, MVT::i8, Legal); in MSP430TargetLowering() 78 setIndexedLoadAction(ISD::POST_INC, MVT::i16, Legal); in MSP430TargetLowering()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.cpp | 453 setIndexedLoadAction(im, MVT::i8, Legal); in AArch64TargetLowering() 454 setIndexedLoadAction(im, MVT::i16, Legal); in AArch64TargetLowering() 455 setIndexedLoadAction(im, MVT::i32, Legal); in AArch64TargetLowering() 456 setIndexedLoadAction(im, MVT::i64, Legal); in AArch64TargetLowering() 457 setIndexedLoadAction(im, MVT::f64, Legal); in AArch64TargetLowering() 458 setIndexedLoadAction(im, MVT::f32, Legal); in AArch64TargetLowering() 459 setIndexedLoadAction(im, MVT::f16, Legal); in AArch64TargetLowering() 709 setIndexedLoadAction(im, VT.getSimpleVT(), Legal); in addTypeForNEON()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.cpp | 85 setIndexedLoadAction(ISD::PRE_INC, MVT::i1, Legal); in PPCTargetLowering() 86 setIndexedLoadAction(ISD::PRE_INC, MVT::i8, Legal); in PPCTargetLowering() 87 setIndexedLoadAction(ISD::PRE_INC, MVT::i16, Legal); in PPCTargetLowering() 88 setIndexedLoadAction(ISD::PRE_INC, MVT::i32, Legal); in PPCTargetLowering() 89 setIndexedLoadAction(ISD::PRE_INC, MVT::i64, Legal); in PPCTargetLowering() 90 setIndexedLoadAction(ISD::PRE_INC, MVT::f32, Legal); in PPCTargetLowering() 91 setIndexedLoadAction(ISD::PRE_INC, MVT::f64, Legal); in PPCTargetLowering() 708 setIndexedLoadAction(ISD::PRE_INC, MVT::v4f64, Legal); in PPCTargetLowering() 754 setIndexedLoadAction(ISD::PRE_INC, MVT::v4f32, Legal); in PPCTargetLowering()
|
/external/llvm/include/llvm/Target/ |
D | TargetLowering.h | 1343 void setIndexedLoadAction(unsigned IdxMode, MVT VT, in setIndexedLoadAction() function
|
/external/llvm/lib/CodeGen/ |
D | TargetLoweringBase.cpp | 778 setIndexedLoadAction(IM, VT, Expand); in initActions()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonISelLowering.cpp | 1880 setIndexedLoadAction(ISD::POST_INC, LSXTy, Legal); in HexagonTargetLowering() 1886 setIndexedLoadAction(ISD::POST_INC, VT, Legal); in HexagonTargetLowering()
|
/external/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 706 setIndexedLoadAction(im, MVT::i1, Legal); in ARMTargetLowering() 707 setIndexedLoadAction(im, MVT::i8, Legal); in ARMTargetLowering() 708 setIndexedLoadAction(im, MVT::i16, Legal); in ARMTargetLowering() 709 setIndexedLoadAction(im, MVT::i32, Legal); in ARMTargetLowering()
|
/external/llvm/docs/ |
D | WritingAnLLVMBackend.rst | 1334 * ``setIndexedLoadAction`` --- Indexed load.
|