Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AMDGPU/
DAMDGPUISelLowering.cpp135 setTruncStoreAction(MVT::v2i32, MVT::v2i16, Custom); in AMDGPUTargetLowering()
136 setTruncStoreAction(MVT::v2i32, MVT::v2i8, Custom); in AMDGPUTargetLowering()
137 setTruncStoreAction(MVT::v4i32, MVT::v4i8, Custom); in AMDGPUTargetLowering()
141 setTruncStoreAction(MVT::v4i32, MVT::v4i16, Expand); in AMDGPUTargetLowering()
143 setTruncStoreAction(MVT::i64, MVT::i16, Expand); in AMDGPUTargetLowering()
144 setTruncStoreAction(MVT::i64, MVT::i8, Expand); in AMDGPUTargetLowering()
145 setTruncStoreAction(MVT::i64, MVT::i1, Expand); in AMDGPUTargetLowering()
146 setTruncStoreAction(MVT::v2i64, MVT::v2i1, Expand); in AMDGPUTargetLowering()
147 setTruncStoreAction(MVT::v4i64, MVT::v4i1, Expand); in AMDGPUTargetLowering()
232 setTruncStoreAction(MVT::f32, MVT::f16, Expand); in AMDGPUTargetLowering()
[all …]
DSIISelLowering.cpp166 setTruncStoreAction(MVT::i64, MVT::i32, Expand); in SITargetLowering()
167 setTruncStoreAction(MVT::v8i32, MVT::v8i16, Expand); in SITargetLowering()
168 setTruncStoreAction(MVT::v16i32, MVT::v16i8, Expand); in SITargetLowering()
169 setTruncStoreAction(MVT::v16i32, MVT::v16i16, Expand); in SITargetLowering()
172 setTruncStoreAction(MVT::v2i64, MVT::v2i32, Expand); in SITargetLowering()
174 setTruncStoreAction(MVT::v2f64, MVT::v2f32, Expand); in SITargetLowering()
175 setTruncStoreAction(MVT::v2f64, MVT::v2f16, Expand); in SITargetLowering()
DR600ISelLowering.cpp151 setTruncStoreAction(MVT::i32, MVT::i8, Custom); in R600TargetLowering()
152 setTruncStoreAction(MVT::i32, MVT::i16, Custom); in R600TargetLowering()
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyISelLowering.cpp184 setTruncStoreAction(MVT::f64, MVT::f32, Expand); in WebAssemblyTargetLowering()
/external/llvm/lib/Target/Sparc/
DSparcISelLowering.cpp1464 setTruncStoreAction(VT, MVT::v2i32, Expand); in SparcTargetLowering()
1465 setTruncStoreAction(MVT::v2i32, VT, Expand); in SparcTargetLowering()
1493 setTruncStoreAction(MVT::f64, MVT::f32, Expand); in SparcTargetLowering()
1494 setTruncStoreAction(MVT::f128, MVT::f32, Expand); in SparcTargetLowering()
1495 setTruncStoreAction(MVT::f128, MVT::f64, Expand); in SparcTargetLowering()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp143 setTruncStoreAction(MVT::i64, MVT::i32, Expand); in X86TargetLowering()
144 setTruncStoreAction(MVT::i64, MVT::i16, Expand); in X86TargetLowering()
145 setTruncStoreAction(MVT::i64, MVT::i8 , Expand); in X86TargetLowering()
146 setTruncStoreAction(MVT::i32, MVT::i16, Expand); in X86TargetLowering()
147 setTruncStoreAction(MVT::i32, MVT::i8 , Expand); in X86TargetLowering()
148 setTruncStoreAction(MVT::i16, MVT::i8, Expand); in X86TargetLowering()
150 setTruncStoreAction(MVT::f64, MVT::f32, Expand); in X86TargetLowering()
392 setTruncStoreAction(MVT::f32, MVT::f16, Expand); in X86TargetLowering()
393 setTruncStoreAction(MVT::f64, MVT::f16, Expand); in X86TargetLowering()
394 setTruncStoreAction(MVT::f80, MVT::f16, Expand); in X86TargetLowering()
[all …]
/external/llvm/lib/Target/NVPTX/
DNVPTXISelLowering.cpp221 setTruncStoreAction(MVT::f32, MVT::f16, Expand); in NVPTXTargetLowering()
222 setTruncStoreAction(MVT::f64, MVT::f16, Expand); in NVPTXTargetLowering()
223 setTruncStoreAction(MVT::f64, MVT::f32, Expand); in NVPTXTargetLowering()
232 setTruncStoreAction(VT, MVT::i1, Expand); in NVPTXTargetLowering()
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp439 setTruncStoreAction(MVT::f32, MVT::f16, Expand); in AArch64TargetLowering()
440 setTruncStoreAction(MVT::f64, MVT::f32, Expand); in AArch64TargetLowering()
441 setTruncStoreAction(MVT::f64, MVT::f16, Expand); in AArch64TargetLowering()
442 setTruncStoreAction(MVT::f128, MVT::f80, Expand); in AArch64TargetLowering()
443 setTruncStoreAction(MVT::f128, MVT::f64, Expand); in AArch64TargetLowering()
444 setTruncStoreAction(MVT::f128, MVT::f32, Expand); in AArch64TargetLowering()
445 setTruncStoreAction(MVT::f128, MVT::f16, Expand); in AArch64TargetLowering()
594 setTruncStoreAction(MVT::v2i32, MVT::v2i16, Expand); in AArch64TargetLowering()
608 setTruncStoreAction(VT, InnerVT, Expand); in AArch64TargetLowering()
/external/llvm/lib/Target/Mips/
DMipsISelLowering.cpp259 setTruncStoreAction(MVT::f32, MVT::f16, Expand); in MipsTargetLowering()
260 setTruncStoreAction(MVT::f64, MVT::f16, Expand); in MipsTargetLowering()
262 setTruncStoreAction(MVT::f64, MVT::f32, Expand); in MipsTargetLowering()
421 setTruncStoreAction(MVT::i64, MVT::i32, Custom); in MipsTargetLowering()
DMipsSEISelLowering.cpp51 setTruncStoreAction(VT0, VT1, Expand); in MipsSETargetLowering()
/external/llvm/include/llvm/Target/
DTargetLowering.h1332 void setTruncStoreAction(MVT ValVT, MVT MemVT, in setTruncStoreAction() function
/external/llvm/lib/Target/MSP430/
DMSP430ISelLowering.cpp89 setTruncStoreAction(MVT::i16, MVT::i8, Expand); in MSP430TargetLowering()
/external/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp273 setTruncStoreAction(VT, InnerVT, Expand); in SystemZTargetLowering()
418 setTruncStoreAction(MVT::f64, MVT::f32, Expand); in SystemZTargetLowering()
419 setTruncStoreAction(MVT::f128, MVT::f32, Expand); in SystemZTargetLowering()
420 setTruncStoreAction(MVT::f128, MVT::f64, Expand); in SystemZTargetLowering()
/external/llvm/lib/Target/Hexagon/
DHexagonISelLowering.cpp1712 setTruncStoreAction(MVT::f64, MVT::f32, Expand); in HexagonTargetLowering()
1779 setTruncStoreAction(VT, TargetVT, Expand); in HexagonTargetLowering()
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp82 setTruncStoreAction(MVT::f64, MVT::f32, Expand); in PPCTargetLowering()
126 setTruncStoreAction(VT, MVT::i1, Expand); in PPCTargetLowering()
491 setTruncStoreAction(VT, InnerVT, Expand); in PPCTargetLowering()
671 setTruncStoreAction(MVT::v4f64, MVT::v4f32, Custom); in PPCTargetLowering()
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp446 setTruncStoreAction(VT, InnerVT, Expand); in ARMTargetLowering()
694 setTruncStoreAction(MVT::f64, MVT::f32, Expand); in ARMTargetLowering()
695 setTruncStoreAction(MVT::f32, MVT::f16, Expand); in ARMTargetLowering()
696 setTruncStoreAction(MVT::f64, MVT::f16, Expand); in ARMTargetLowering()
/external/llvm/docs/
DWritingAnLLVMBackend.rst1333 * ``setTruncStoreAction`` --- Truncating store.