| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUISelLowering.cpp | 241 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 D | R600ISelLowering.cpp | 66 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 D | SIISelLowering.cpp | 170 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 D | SparcISelLowering.cpp | 1545 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 D | M68kISelLowering.cpp | 69 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 D | WebAssemblyISelLowering.cpp | 138 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 D | AArch64ISelLowering.cpp | 830 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 D | HexagonISelLowering.cpp | 1603 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 D | NVPTXISelLowering.cpp | 479 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 D | MipsISelLowering.cpp | 321 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 D | MipsSEISelLowering.cpp | 77 setTruncStoreAction(VT0, VT1, Expand); in MipsSETargetLowering()
|
| /llvm-project-15.0.7/llvm/lib/Target/VE/ |
| H A D | VEISelLowering.cpp | 108 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 D | CSKYISelLowering.cpp | 139 setTruncStoreAction(MVT::f64, MVT::f32, Expand); in CSKYTargetLowering()
|
| /llvm-project-15.0.7/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.cpp | 354 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 D | MSP430ISelLowering.cpp | 73 setTruncStoreAction(MVT::i16, MVT::i8, Expand); in MSP430TargetLowering()
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 184 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 D | TargetLoweringBase.cpp | 756 setTruncStoreAction(AVT, VT, Expand); in initActions()
|
| /llvm-project-15.0.7/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.cpp | 199 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 D | SystemZISelLowering.cpp | 335 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 D | AVRISelLowering.cpp | 67 setTruncStoreAction(MVT::i16, MVT::i8, Expand); in AVRTargetLowering()
|
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/ |
| H A D | TargetLowering.h | 2343 void setTruncStoreAction(MVT ValVT, MVT MemVT, LegalizeAction Action) { in setTruncStoreAction() function
|
| /llvm-project-15.0.7/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.cpp | 421 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 D | WritingAnLLVMBackend.rst | 1371 * ``setTruncStoreAction`` --- Truncating store.
|