Home
last modified time | relevance | path

Searched refs:setTruncStoreAction (Results 1 – 16 of 16) sorted by relevance

/external/llvm/lib/Target/R600/
DAMDGPUISelLowering.cpp172 setTruncStoreAction(MVT::v2i32, MVT::v2i16, Custom); in AMDGPUTargetLowering()
173 setTruncStoreAction(MVT::v2i32, MVT::v2i8, Custom); in AMDGPUTargetLowering()
174 setTruncStoreAction(MVT::v4i32, MVT::v4i8, Custom); in AMDGPUTargetLowering()
178 setTruncStoreAction(MVT::v4i32, MVT::v4i16, Expand); in AMDGPUTargetLowering()
180 setTruncStoreAction(MVT::i64, MVT::i16, Expand); in AMDGPUTargetLowering()
181 setTruncStoreAction(MVT::i64, MVT::i8, Expand); in AMDGPUTargetLowering()
182 setTruncStoreAction(MVT::i64, MVT::i1, Expand); in AMDGPUTargetLowering()
183 setTruncStoreAction(MVT::v2i64, MVT::v2i1, Expand); in AMDGPUTargetLowering()
184 setTruncStoreAction(MVT::v4i64, MVT::v4i1, Expand); in AMDGPUTargetLowering()
261 setTruncStoreAction(MVT::f32, MVT::f16, Expand); in AMDGPUTargetLowering()
[all …]
DSIISelLowering.cpp158 setTruncStoreAction(MVT::f64, MVT::f32, Expand); in SITargetLowering()
159 setTruncStoreAction(MVT::i64, MVT::i32, Expand); in SITargetLowering()
160 setTruncStoreAction(MVT::v8i32, MVT::v8i16, Expand); in SITargetLowering()
161 setTruncStoreAction(MVT::v16i32, MVT::v16i16, Expand); in SITargetLowering()
DR600ISelLowering.cpp143 setTruncStoreAction(MVT::i32, MVT::i8, Custom); in R600TargetLowering()
144 setTruncStoreAction(MVT::i32, MVT::i16, Custom); in R600TargetLowering()
/external/llvm/lib/Target/NVPTX/
DNVPTXISelLowering.cpp210 setTruncStoreAction(MVT::f32, MVT::f16, Expand); in NVPTXTargetLowering()
211 setTruncStoreAction(MVT::f64, MVT::f16, Expand); in NVPTXTargetLowering()
212 setTruncStoreAction(MVT::f64, MVT::f32, Expand); in NVPTXTargetLowering()
221 setTruncStoreAction(VT, MVT::i1, Expand); in NVPTXTargetLowering()
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp438 setTruncStoreAction(MVT::f32, MVT::f16, Expand); in AArch64TargetLowering()
439 setTruncStoreAction(MVT::f64, MVT::f32, Expand); in AArch64TargetLowering()
440 setTruncStoreAction(MVT::f64, MVT::f16, Expand); in AArch64TargetLowering()
441 setTruncStoreAction(MVT::f128, MVT::f80, Expand); in AArch64TargetLowering()
442 setTruncStoreAction(MVT::f128, MVT::f64, Expand); in AArch64TargetLowering()
443 setTruncStoreAction(MVT::f128, MVT::f32, Expand); in AArch64TargetLowering()
444 setTruncStoreAction(MVT::f128, MVT::f16, Expand); in AArch64TargetLowering()
584 setTruncStoreAction(MVT::v2i32, MVT::v2i16, Expand); in AArch64TargetLowering()
598 setTruncStoreAction(VT, InnerVT, Expand); in AArch64TargetLowering()
/external/llvm/lib/Target/Mips/
DMipsISelLowering.cpp238 setTruncStoreAction(MVT::f32, MVT::f16, Expand); in MipsTargetLowering()
239 setTruncStoreAction(MVT::f64, MVT::f16, Expand); in MipsTargetLowering()
241 setTruncStoreAction(MVT::f64, MVT::f32, Expand); in MipsTargetLowering()
400 setTruncStoreAction(MVT::i64, MVT::i32, Custom); in MipsTargetLowering()
DMipsSEISelLowering.cpp51 setTruncStoreAction(VT0, VT1, Expand); in MipsSETargetLowering()
/external/llvm/lib/Target/Sparc/
DSparcISelLowering.cpp1391 setTruncStoreAction(MVT::f64, MVT::f32, Expand); in SparcTargetLowering()
1392 setTruncStoreAction(MVT::f128, MVT::f32, Expand); in SparcTargetLowering()
1393 setTruncStoreAction(MVT::f128, MVT::f64, Expand); in SparcTargetLowering()
/external/llvm/include/llvm/Target/
DTargetLowering.h1301 void setTruncStoreAction(MVT ValVT, MVT MemVT, in setTruncStoreAction() function
/external/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp290 setTruncStoreAction(MVT::f64, MVT::f32, Expand); in SystemZTargetLowering()
291 setTruncStoreAction(MVT::f128, MVT::f32, Expand); in SystemZTargetLowering()
292 setTruncStoreAction(MVT::f128, MVT::f64, Expand); in SystemZTargetLowering()
/external/llvm/lib/Target/MSP430/
DMSP430ISelLowering.cpp93 setTruncStoreAction(MVT::i16, MVT::i8, Expand); in MSP430TargetLowering()
/external/llvm/lib/Target/Hexagon/
DHexagonISelLowering.cpp1322 setTruncStoreAction(VT, (MVT::SimpleValueType) TargetVT, Expand); in HexagonTargetLowering()
1623 setTruncStoreAction(MVT::f64, MVT::f32, Expand); in HexagonTargetLowering()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp160 setTruncStoreAction(MVT::i64, MVT::i32, Expand); in X86TargetLowering()
161 setTruncStoreAction(MVT::i64, MVT::i16, Expand); in X86TargetLowering()
162 setTruncStoreAction(MVT::i64, MVT::i8 , Expand); in X86TargetLowering()
163 setTruncStoreAction(MVT::i32, MVT::i16, Expand); in X86TargetLowering()
164 setTruncStoreAction(MVT::i32, MVT::i8 , Expand); in X86TargetLowering()
165 setTruncStoreAction(MVT::i16, MVT::i8, Expand); in X86TargetLowering()
167 setTruncStoreAction(MVT::f64, MVT::f32, Expand); in X86TargetLowering()
385 setTruncStoreAction(MVT::f32, MVT::f16, Expand); in X86TargetLowering()
386 setTruncStoreAction(MVT::f64, MVT::f16, Expand); in X86TargetLowering()
387 setTruncStoreAction(MVT::f80, MVT::f16, Expand); in X86TargetLowering()
[all …]
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp412 setTruncStoreAction(VT, InnerVT, Expand); in ARMTargetLowering()
637 setTruncStoreAction(MVT::f64, MVT::f32, Expand); in ARMTargetLowering()
638 setTruncStoreAction(MVT::f32, MVT::f16, Expand); in ARMTargetLowering()
639 setTruncStoreAction(MVT::f64, MVT::f16, Expand); in ARMTargetLowering()
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp83 setTruncStoreAction(MVT::f64, MVT::f32, Expand); in PPCTargetLowering()
127 setTruncStoreAction(VT, MVT::i1, Expand); in PPCTargetLowering()
479 setTruncStoreAction(VT, InnerVT, Expand); in PPCTargetLowering()
639 setTruncStoreAction(MVT::v4f64, MVT::v4f32, Custom); in PPCTargetLowering()
/external/llvm/docs/
DWritingAnLLVMBackend.rst1333 * ``setTruncStoreAction`` --- Truncating store.