Home
last modified time | relevance | path

Searched refs:setLoadExtAction (Results 1 – 14 of 14) sorted by relevance

/external/llvm/lib/Target/MBlaze/
DMBlazeISelLowering.cpp93 setLoadExtAction(ISD::EXTLOAD, MVT::i1, Promote); in MBlazeTargetLowering()
94 setLoadExtAction(ISD::ZEXTLOAD, MVT::i1, Promote); in MBlazeTargetLowering()
95 setLoadExtAction(ISD::SEXTLOAD, MVT::i1, Promote); in MBlazeTargetLowering()
98 setLoadExtAction(ISD::SEXTLOAD, MVT::i8, Expand); in MBlazeTargetLowering()
99 setLoadExtAction(ISD::SEXTLOAD, MVT::i16, Expand); in MBlazeTargetLowering()
186 setLoadExtAction(ISD::EXTLOAD, MVT::f32, Expand); in MBlazeTargetLowering()
/external/llvm/lib/Target/MSP430/
DMSP430ISelLowering.cpp86 setLoadExtAction(ISD::EXTLOAD, MVT::i1, Promote); in MSP430TargetLowering()
87 setLoadExtAction(ISD::SEXTLOAD, MVT::i1, Promote); in MSP430TargetLowering()
88 setLoadExtAction(ISD::ZEXTLOAD, MVT::i1, Promote); in MSP430TargetLowering()
89 setLoadExtAction(ISD::SEXTLOAD, MVT::i8, Expand); in MSP430TargetLowering()
90 setLoadExtAction(ISD::SEXTLOAD, MVT::i16, Expand); in MSP430TargetLowering()
/external/llvm/lib/Target/R600/
DR600ISelLowering.cpp79 setLoadExtAction(ISD::EXTLOAD, MVT::v4i8, Custom); in R600TargetLowering()
80 setLoadExtAction(ISD::EXTLOAD, MVT::i8, Custom); in R600TargetLowering()
81 setLoadExtAction(ISD::ZEXTLOAD, MVT::i8, Custom); in R600TargetLowering()
82 setLoadExtAction(ISD::ZEXTLOAD, MVT::v4i8, Custom); in R600TargetLowering()
/external/llvm/lib/Target/XCore/
DXCoreISelLowering.cpp130 setLoadExtAction(ISD::EXTLOAD, MVT::i1, Promote); in XCoreTargetLowering()
131 setLoadExtAction(ISD::ZEXTLOAD, MVT::i1, Promote); in XCoreTargetLowering()
132 setLoadExtAction(ISD::SEXTLOAD, MVT::i1, Promote); in XCoreTargetLowering()
134 setLoadExtAction(ISD::SEXTLOAD, MVT::i8, Expand); in XCoreTargetLowering()
135 setLoadExtAction(ISD::ZEXTLOAD, MVT::i16, Expand); in XCoreTargetLowering()
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp76 setLoadExtAction(ISD::SEXTLOAD, MVT::i1, Promote); in AArch64TargetLowering()
77 setLoadExtAction(ISD::ZEXTLOAD, MVT::i1, Promote); in AArch64TargetLowering()
78 setLoadExtAction(ISD::EXTLOAD, MVT::i1, Promote); in AArch64TargetLowering()
252 setLoadExtAction(ISD::EXTLOAD, MVT::f64, Expand); in AArch64TargetLowering()
253 setLoadExtAction(ISD::EXTLOAD, MVT::f32, Expand); in AArch64TargetLowering()
254 setLoadExtAction(ISD::EXTLOAD, MVT::f16, Expand); in AArch64TargetLowering()
/external/llvm/lib/Target/NVPTX/
DNVPTXISelLowering.cpp155 setLoadExtAction(ISD::EXTLOAD, MVT::f32, Expand); in NVPTXTargetLowering()
163 setLoadExtAction(ISD::SEXTLOAD, MVT::i1, Promote); in NVPTXTargetLowering()
164 setLoadExtAction(ISD::ZEXTLOAD, MVT::i1, Promote); in NVPTXTargetLowering()
/external/llvm/lib/Target/Mips/
DMipsISelLowering.cpp211 setLoadExtAction(ISD::EXTLOAD, MVT::i1, Promote); in MipsTargetLowering()
212 setLoadExtAction(ISD::ZEXTLOAD, MVT::i1, Promote); in MipsTargetLowering()
213 setLoadExtAction(ISD::SEXTLOAD, MVT::i1, Promote); in MipsTargetLowering()
216 setLoadExtAction(ISD::EXTLOAD, MVT::f32, Expand); in MipsTargetLowering()
373 setLoadExtAction(ISD::SEXTLOAD, MVT::i32, Custom); in MipsTargetLowering()
374 setLoadExtAction(ISD::ZEXTLOAD, MVT::i32, Custom); in MipsTargetLowering()
375 setLoadExtAction(ISD::EXTLOAD, MVT::i32, Custom); in MipsTargetLowering()
/external/llvm/lib/Target/Sparc/
DSparcISelLowering.cpp699 setLoadExtAction(ISD::EXTLOAD, MVT::f32, Expand); in SparcTargetLowering()
701 setLoadExtAction(ISD::SEXTLOAD, MVT::i1, Promote); in SparcTargetLowering()
/external/llvm/lib/Target/Hexagon/
DHexagonISelLowering.cpp1309 setLoadExtAction(ISD::EXTLOAD, MVT::f32, Expand); in HexagonTargetLowering()
1311 setLoadExtAction(ISD::SEXTLOAD, MVT::i1, Expand); in HexagonTargetLowering()
/external/llvm/include/llvm/Target/
DTargetLowering.h987 void setLoadExtAction(unsigned ExtType, MVT VT, in setLoadExtAction() function
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp449 setLoadExtAction(ISD::SEXTLOAD, (MVT::SimpleValueType)VT, Expand); in ARMTargetLowering()
450 setLoadExtAction(ISD::ZEXTLOAD, (MVT::SimpleValueType)VT, Expand); in ARMTargetLowering()
451 setLoadExtAction(ISD::EXTLOAD, (MVT::SimpleValueType)VT, Expand); in ARMTargetLowering()
604 setLoadExtAction(ISD::EXTLOAD, Tys[i], Legal); in ARMTargetLowering()
605 setLoadExtAction(ISD::ZEXTLOAD, Tys[i], Legal); in ARMTargetLowering()
606 setLoadExtAction(ISD::SEXTLOAD, Tys[i], Legal); in ARMTargetLowering()
618 setLoadExtAction(ISD::EXTLOAD, MVT::f32, Expand); in ARMTargetLowering()
621 setLoadExtAction(ISD::SEXTLOAD, MVT::i1, Promote); in ARMTargetLowering()
/external/llvm/docs/
DWritingAnLLVMBackend.rst1229 * ``setLoadExtAction`` --- Load with extension.
1237 ``setLoadExtAction``. Also, on older releases, ``setCondCodeAction`` may not
1258 setLoadExtAction(ISD::SEXTLOAD, MVT::i1, Promote);
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp91 setLoadExtAction(ISD::SEXTLOAD, MVT::i1, Promote); in PPCTargetLowering()
92 setLoadExtAction(ISD::SEXTLOAD, MVT::i8, Expand); in PPCTargetLowering()
392 setLoadExtAction(ISD::SEXTLOAD, VT, Expand); in PPCTargetLowering()
393 setLoadExtAction(ISD::ZEXTLOAD, VT, Expand); in PPCTargetLowering()
394 setLoadExtAction(ISD::EXTLOAD, VT, Expand); in PPCTargetLowering()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp237 setLoadExtAction(ISD::SEXTLOAD, MVT::i1, Promote); in X86TargetLowering()
821 setLoadExtAction(ISD::SEXTLOAD, VT, Expand); in X86TargetLowering()
822 setLoadExtAction(ISD::ZEXTLOAD, VT, Expand); in X86TargetLowering()
823 setLoadExtAction(ISD::EXTLOAD, VT, Expand); in X86TargetLowering()
989 setLoadExtAction(ISD::EXTLOAD, MVT::v2f32, Legal); in X86TargetLowering()
1128 setLoadExtAction(ISD::EXTLOAD, MVT::v4f32, Legal); in X86TargetLowering()