Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp241 setTruncStoreAction(MVT::i64, MVT::i1, Expand); in AMDGPUTargetLowering()
242 setTruncStoreAction(MVT::i64, MVT::i8, Expand); in AMDGPUTargetLowering()
243 setTruncStoreAction(MVT::i64, MVT::i16, Expand); in AMDGPUTargetLowering()
244 setTruncStoreAction(MVT::i64, MVT::i32, Expand); in AMDGPUTargetLowering()
246 setTruncStoreAction(MVT::v2i64, MVT::v2i1, Expand); in AMDGPUTargetLowering()
247 setTruncStoreAction(MVT::v2i64, MVT::v2i8, Expand); in AMDGPUTargetLowering()
248 setTruncStoreAction(MVT::v2i64, MVT::v2i16, Expand); in AMDGPUTargetLowering()
249 setTruncStoreAction(MVT::v2i64, MVT::v2i32, Expand); in AMDGPUTargetLowering()
251 setTruncStoreAction(MVT::f32, MVT::f16, Expand); in AMDGPUTargetLowering()
259 setTruncStoreAction(MVT::f64, MVT::f16, Expand); in AMDGPUTargetLowering()
[all …]
H A DR600ISelLowering.cpp66 setTruncStoreAction(MVT::i32, MVT::i8, Custom); in R600TargetLowering()
67 setTruncStoreAction(MVT::i32, MVT::i16, Custom); in R600TargetLowering()
70 setTruncStoreAction(MVT::v2i32, MVT::v2i16, Custom); in R600TargetLowering()
71 setTruncStoreAction(MVT::v4i32, MVT::v4i16, Custom); in R600TargetLowering()
72 setTruncStoreAction(MVT::v8i32, MVT::v8i16, Custom); in R600TargetLowering()
75 setTruncStoreAction(MVT::v2i32, MVT::v2i8, Custom); in R600TargetLowering()
76 setTruncStoreAction(MVT::v4i32, MVT::v4i8, Custom); in R600TargetLowering()
77 setTruncStoreAction(MVT::v8i32, MVT::v8i8, Custom); in R600TargetLowering()
78 setTruncStoreAction(MVT::v16i32, MVT::v16i8, Custom); in R600TargetLowering()
82 setTruncStoreAction(MVT::v2i32, MVT::v2i1, Expand); in R600TargetLowering()
[all …]
H A DSIISelLowering.cpp170 setTruncStoreAction(MVT::v2i32, MVT::v2i16, Expand); in SITargetLowering()
171 setTruncStoreAction(MVT::v3i32, MVT::v3i16, Expand); in SITargetLowering()
176 setTruncStoreAction(MVT::v2i32, MVT::v2i8, Expand); in SITargetLowering()
177 setTruncStoreAction(MVT::v4i32, MVT::v4i8, Expand); in SITargetLowering()
178 setTruncStoreAction(MVT::v8i32, MVT::v8i8, Expand); in SITargetLowering()
181 setTruncStoreAction(MVT::v2i16, MVT::v2i8, Expand); in SITargetLowering()
182 setTruncStoreAction(MVT::v4i16, MVT::v4i8, Expand); in SITargetLowering()
183 setTruncStoreAction(MVT::v8i16, MVT::v8i8, Expand); in SITargetLowering()
189 setTruncStoreAction(MVT::v4i64, MVT::v4i8, Expand); in SITargetLowering()
190 setTruncStoreAction(MVT::v8i64, MVT::v8i8, Expand); in SITargetLowering()
[all …]
/llvm-project-15.0.7/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp1545 setTruncStoreAction(VT, MVT::v2i32, Expand); in SparcTargetLowering()
1546 setTruncStoreAction(MVT::v2i32, VT, Expand); in SparcTargetLowering()
1575 setTruncStoreAction(MVT::f32, MVT::f16, Expand); in SparcTargetLowering()
1576 setTruncStoreAction(MVT::f64, MVT::f16, Expand); in SparcTargetLowering()
1577 setTruncStoreAction(MVT::f64, MVT::f32, Expand); in SparcTargetLowering()
1578 setTruncStoreAction(MVT::f128, MVT::f16, Expand); in SparcTargetLowering()
1579 setTruncStoreAction(MVT::f128, MVT::f32, Expand); in SparcTargetLowering()
1580 setTruncStoreAction(MVT::f128, MVT::f64, Expand); in SparcTargetLowering()
/llvm-project-15.0.7/llvm/lib/Target/M68k/
H A DM68kISelLowering.cpp69 setTruncStoreAction(MVT::i64, MVT::i32, Expand); in M68kTargetLowering()
70 setTruncStoreAction(MVT::i64, MVT::i16, Expand); in M68kTargetLowering()
71 setTruncStoreAction(MVT::i64, MVT::i8, Expand); in M68kTargetLowering()
72 setTruncStoreAction(MVT::i32, MVT::i16, Expand); in M68kTargetLowering()
73 setTruncStoreAction(MVT::i32, MVT::i8, Expand); in M68kTargetLowering()
74 setTruncStoreAction(MVT::i16, MVT::i8, Expand); in M68kTargetLowering()
/llvm-project-15.0.7/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp138 setTruncStoreAction(T, MVT::f16, Expand); in WebAssemblyTargetLowering()
293 setTruncStoreAction(MVT::f64, MVT::f32, Expand); in WebAssemblyTargetLowering()
302 setTruncStoreAction(T, MemT, Expand); in WebAssemblyTargetLowering()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp830 setTruncStoreAction(MVT::f32, MVT::f16, Expand); in AArch64TargetLowering()
831 setTruncStoreAction(MVT::f64, MVT::f32, Expand); in AArch64TargetLowering()
832 setTruncStoreAction(MVT::f64, MVT::f16, Expand); in AArch64TargetLowering()
833 setTruncStoreAction(MVT::f128, MVT::f80, Expand); in AArch64TargetLowering()
834 setTruncStoreAction(MVT::f128, MVT::f64, Expand); in AArch64TargetLowering()
835 setTruncStoreAction(MVT::f128, MVT::f32, Expand); in AArch64TargetLowering()
836 setTruncStoreAction(MVT::f128, MVT::f16, Expand); in AArch64TargetLowering()
1095 setTruncStoreAction(VT, InnerVT, Expand); in AArch64TargetLowering()
1256 setTruncStoreAction(VT, InnerVT, Expand); in AArch64TargetLowering()
1610 setTruncStoreAction(VT, InnerVT, Custom); in addTypeForFixedLengthSVE()
[all …]
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp1603 setTruncStoreAction(MVT::f64, MVT::f32, Expand); in HexagonTargetLowering()
1661 setTruncStoreAction(VT, TargetVT, Expand); in HexagonTargetLowering()
1783 setTruncStoreAction(MVT::f32, MVT::f16, Expand); in HexagonTargetLowering()
1784 setTruncStoreAction(MVT::f64, MVT::f16, Expand); in HexagonTargetLowering()
/llvm-project-15.0.7/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp479 setTruncStoreAction(MVT::f32, MVT::f16, Expand); in NVPTXTargetLowering()
480 setTruncStoreAction(MVT::f64, MVT::f16, Expand); in NVPTXTargetLowering()
481 setTruncStoreAction(MVT::f64, MVT::f32, Expand); in NVPTXTargetLowering()
490 setTruncStoreAction(VT, MVT::i1, Expand); in NVPTXTargetLowering()
/llvm-project-15.0.7/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp321 setTruncStoreAction(MVT::f32, MVT::f16, Expand); in MipsTargetLowering()
322 setTruncStoreAction(MVT::f64, MVT::f16, Expand); in MipsTargetLowering()
324 setTruncStoreAction(MVT::f64, MVT::f32, Expand); in MipsTargetLowering()
478 setTruncStoreAction(MVT::i64, MVT::i32, Custom); in MipsTargetLowering()
H A DMipsSEISelLowering.cpp77 setTruncStoreAction(VT0, VT1, Expand); in MipsSETargetLowering()
/llvm-project-15.0.7/llvm/lib/Target/VE/
H A DVEISelLowering.cpp108 setTruncStoreAction(VT, MVT::i1, Expand); in initSPUActions()
115 setTruncStoreAction(FPVT, OtherFPVT, Expand); in initSPUActions()
/llvm-project-15.0.7/llvm/lib/Target/CSKY/
H A DCSKYISelLowering.cpp139 setTruncStoreAction(MVT::f64, MVT::f32, Expand); in CSKYTargetLowering()
/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp354 setTruncStoreAction(MVT::f32, MVT::f16, Expand); in RISCVTargetLowering()
369 setTruncStoreAction(MVT::f64, MVT::f32, Expand); in RISCVTargetLowering()
372 setTruncStoreAction(MVT::f64, MVT::f16, Expand); in RISCVTargetLowering()
525 setTruncStoreAction(OtherVT, VT, Expand); in RISCVTargetLowering()
612 setTruncStoreAction(VT, OtherVT, Expand); in RISCVTargetLowering()
714 setTruncStoreAction(VT, SmallVT, Expand); in RISCVTargetLowering()
755 setTruncStoreAction(VT, OtherVT, Expand); in RISCVTargetLowering()
877 setTruncStoreAction(VT, OtherVT, Expand); in RISCVTargetLowering()
/llvm-project-15.0.7/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp73 setTruncStoreAction(MVT::i16, MVT::i8, Expand); in MSP430TargetLowering()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp184 setTruncStoreAction(MVT::i64, MVT::i32, Expand); in X86TargetLowering()
185 setTruncStoreAction(MVT::i64, MVT::i16, Expand); in X86TargetLowering()
186 setTruncStoreAction(MVT::i64, MVT::i8 , Expand); in X86TargetLowering()
187 setTruncStoreAction(MVT::i32, MVT::i16, Expand); in X86TargetLowering()
188 setTruncStoreAction(MVT::i32, MVT::i8 , Expand); in X86TargetLowering()
189 setTruncStoreAction(MVT::i16, MVT::i8, Expand); in X86TargetLowering()
191 setTruncStoreAction(MVT::f64, MVT::f32, Expand); in X86TargetLowering()
418 setTruncStoreAction(VT, MVT::f16, Expand); in X86TargetLowering()
419 setTruncStoreAction(VT, MVT::bf16, Expand); in X86TargetLowering()
872 setTruncStoreAction(MVT::f128, MVT::f32, Expand); in X86TargetLowering()
[all …]
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp756 setTruncStoreAction(AVT, VT, Expand); in initActions()
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp199 setTruncStoreAction(MVT::f64, MVT::f16, Legal); in PPCTargetLowering()
200 setTruncStoreAction(MVT::f32, MVT::f16, Legal); in PPCTargetLowering()
209 setTruncStoreAction(MVT::f64, MVT::f16, Expand); in PPCTargetLowering()
210 setTruncStoreAction(MVT::f32, MVT::f16, Expand); in PPCTargetLowering()
213 setTruncStoreAction(MVT::f64, MVT::f32, Expand); in PPCTargetLowering()
291 setTruncStoreAction(VT, MVT::i1, Expand); in PPCTargetLowering()
864 setTruncStoreAction(VT, InnerVT, Expand); in PPCTargetLowering()
1162 setTruncStoreAction(MVT::f128, MVT::f64, Expand); in PPCTargetLowering()
1163 setTruncStoreAction(MVT::f128, MVT::f32, Expand); in PPCTargetLowering()
/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp335 setTruncStoreAction(VT, InnerVT, Expand); in SystemZTargetLowering()
628 setTruncStoreAction(MVT::f64, MVT::f32, Expand); in SystemZTargetLowering()
629 setTruncStoreAction(MVT::f128, MVT::f32, Expand); in SystemZTargetLowering()
630 setTruncStoreAction(MVT::f128, MVT::f64, Expand); in SystemZTargetLowering()
/llvm-project-15.0.7/llvm/lib/Target/AVR/
H A DAVRISelLowering.cpp67 setTruncStoreAction(MVT::i16, MVT::i8, Expand); in AVRTargetLowering()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DTargetLowering.h2343 void setTruncStoreAction(MVT ValVT, MVT MemVT, LegalizeAction Action) { in setTruncStoreAction() function
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp421 setTruncStoreAction(MVT::v4i32, MVT::v4i16, Legal); in addMVEVectorTypes()
422 setTruncStoreAction(MVT::v4i32, MVT::v4i8, Legal); in addMVEVectorTypes()
423 setTruncStoreAction(MVT::v8i16, MVT::v8i8, Legal); in addMVEVectorTypes()
804 setTruncStoreAction(VT, InnerVT, Expand); in ARMTargetLowering()
1094 setTruncStoreAction(MVT::f64, MVT::f32, Expand); in ARMTargetLowering()
1095 setTruncStoreAction(MVT::f32, MVT::f16, Expand); in ARMTargetLowering()
1096 setTruncStoreAction(MVT::f64, MVT::f16, Expand); in ARMTargetLowering()
/llvm-project-15.0.7/llvm/docs/
H A DWritingAnLLVMBackend.rst1371 * ``setTruncStoreAction`` --- Truncating store.