| /freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/ |
| H A D | R600ISelLowering.cpp | 102 setTruncStoreAction(MVT::i32, MVT::i8, Custom); in R600TargetLowering() 103 setTruncStoreAction(MVT::i32, MVT::i16, Custom); in R600TargetLowering() 106 setTruncStoreAction(MVT::v2i32, MVT::v2i16, Custom); in R600TargetLowering() 107 setTruncStoreAction(MVT::v4i32, MVT::v4i16, Custom); in R600TargetLowering() 108 setTruncStoreAction(MVT::v8i32, MVT::v8i16, Custom); in R600TargetLowering() 111 setTruncStoreAction(MVT::v2i32, MVT::v2i8, Custom); in R600TargetLowering() 112 setTruncStoreAction(MVT::v4i32, MVT::v4i8, Custom); in R600TargetLowering() 113 setTruncStoreAction(MVT::v8i32, MVT::v8i8, Custom); in R600TargetLowering() 114 setTruncStoreAction(MVT::v16i32, MVT::v16i8, Custom); in R600TargetLowering() 118 setTruncStoreAction(MVT::v2i32, MVT::v2i1, Expand); in R600TargetLowering() [all …]
|
| H A D | AMDGPUISelLowering.cpp | 261 setTruncStoreAction(MVT::i64, MVT::i1, Expand); in AMDGPUTargetLowering() 262 setTruncStoreAction(MVT::i64, MVT::i8, Expand); in AMDGPUTargetLowering() 263 setTruncStoreAction(MVT::i64, MVT::i16, Expand); in AMDGPUTargetLowering() 264 setTruncStoreAction(MVT::i64, MVT::i32, Expand); in AMDGPUTargetLowering() 266 setTruncStoreAction(MVT::v2i64, MVT::v2i1, Expand); in AMDGPUTargetLowering() 267 setTruncStoreAction(MVT::v2i64, MVT::v2i8, Expand); in AMDGPUTargetLowering() 268 setTruncStoreAction(MVT::v2i64, MVT::v2i16, Expand); in AMDGPUTargetLowering() 269 setTruncStoreAction(MVT::v2i64, MVT::v2i32, Expand); in AMDGPUTargetLowering() 271 setTruncStoreAction(MVT::f32, MVT::f16, Expand); in AMDGPUTargetLowering() 276 setTruncStoreAction(MVT::f64, MVT::f16, Expand); in AMDGPUTargetLowering() [all …]
|
| H A D | SIISelLowering.cpp | 168 setTruncStoreAction(MVT::v2i32, MVT::v2i16, Expand); in SITargetLowering() 169 setTruncStoreAction(MVT::v4i32, MVT::v4i16, Expand); in SITargetLowering() 170 setTruncStoreAction(MVT::v8i32, MVT::v8i16, Expand); in SITargetLowering() 171 setTruncStoreAction(MVT::v16i32, MVT::v16i16, Expand); in SITargetLowering() 172 setTruncStoreAction(MVT::v32i32, MVT::v32i16, Expand); in SITargetLowering() 173 setTruncStoreAction(MVT::v2i32, MVT::v2i8, Expand); in SITargetLowering() 174 setTruncStoreAction(MVT::v4i32, MVT::v4i8, Expand); in SITargetLowering() 175 setTruncStoreAction(MVT::v8i32, MVT::v8i8, Expand); in SITargetLowering() 176 setTruncStoreAction(MVT::v16i32, MVT::v16i8, Expand); in SITargetLowering() 177 setTruncStoreAction(MVT::v32i32, MVT::v32i8, Expand); in SITargetLowering() [all …]
|
| /freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyISelLowering.cpp | 111 setTruncStoreAction(T, MVT::f16, Expand); in WebAssemblyTargetLowering() 206 setTruncStoreAction(MVT::f64, MVT::f32, Expand); in WebAssemblyTargetLowering() 215 setTruncStoreAction(T, MemT, Expand); in WebAssemblyTargetLowering()
|
| /freebsd-12.1/contrib/llvm/lib/Target/Sparc/ |
| H A D | SparcISelLowering.cpp | 1450 setTruncStoreAction(VT, MVT::v2i32, Expand); in SparcTargetLowering() 1451 setTruncStoreAction(MVT::v2i32, VT, Expand); in SparcTargetLowering() 1479 setTruncStoreAction(MVT::f64, MVT::f32, Expand); in SparcTargetLowering() 1480 setTruncStoreAction(MVT::f128, MVT::f32, Expand); in SparcTargetLowering() 1481 setTruncStoreAction(MVT::f128, MVT::f64, Expand); in SparcTargetLowering()
|
| /freebsd-12.1/contrib/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXISelLowering.cpp | 461 setTruncStoreAction(MVT::f32, MVT::f16, Expand); in NVPTXTargetLowering() 462 setTruncStoreAction(MVT::f64, MVT::f16, Expand); in NVPTXTargetLowering() 463 setTruncStoreAction(MVT::f64, MVT::f32, Expand); in NVPTXTargetLowering() 472 setTruncStoreAction(VT, MVT::i1, Expand); in NVPTXTargetLowering()
|
| /freebsd-12.1/contrib/llvm/lib/Target/Mips/ |
| H A D | MipsISelLowering.cpp | 340 setTruncStoreAction(MVT::f32, MVT::f16, Expand); in MipsTargetLowering() 341 setTruncStoreAction(MVT::f64, MVT::f16, Expand); in MipsTargetLowering() 343 setTruncStoreAction(MVT::f64, MVT::f32, Expand); in MipsTargetLowering() 495 setTruncStoreAction(MVT::i64, MVT::i32, Custom); in MipsTargetLowering()
|
| H A D | MipsSEISelLowering.cpp | 77 setTruncStoreAction(VT0, VT1, Expand); in MipsSETargetLowering()
|
| /freebsd-12.1/contrib/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 515 setTruncStoreAction(MVT::f32, MVT::f16, Expand); in AArch64TargetLowering() 516 setTruncStoreAction(MVT::f64, MVT::f32, Expand); in AArch64TargetLowering() 517 setTruncStoreAction(MVT::f64, MVT::f16, Expand); in AArch64TargetLowering() 518 setTruncStoreAction(MVT::f128, MVT::f80, Expand); in AArch64TargetLowering() 519 setTruncStoreAction(MVT::f128, MVT::f64, Expand); in AArch64TargetLowering() 520 setTruncStoreAction(MVT::f128, MVT::f32, Expand); in AArch64TargetLowering() 521 setTruncStoreAction(MVT::f128, MVT::f16, Expand); in AArch64TargetLowering() 712 setTruncStoreAction(MVT::v2i32, MVT::v2i16, Expand); in AArch64TargetLowering() 731 setTruncStoreAction(VT, InnerVT, Expand); in AArch64TargetLowering() 748 setTruncStoreAction(MVT::v4i16, MVT::v4i8, Custom); in AArch64TargetLowering()
|
| /freebsd-12.1/contrib/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 173 setTruncStoreAction(MVT::i64, MVT::i32, Expand); in X86TargetLowering() 174 setTruncStoreAction(MVT::i64, MVT::i16, Expand); in X86TargetLowering() 175 setTruncStoreAction(MVT::i64, MVT::i8 , Expand); in X86TargetLowering() 176 setTruncStoreAction(MVT::i32, MVT::i16, Expand); in X86TargetLowering() 177 setTruncStoreAction(MVT::i32, MVT::i8 , Expand); in X86TargetLowering() 178 setTruncStoreAction(MVT::i16, MVT::i8, Expand); in X86TargetLowering() 180 setTruncStoreAction(MVT::f64, MVT::f32, Expand); in X86TargetLowering() 406 setTruncStoreAction(MVT::f32, MVT::f16, Expand); in X86TargetLowering() 407 setTruncStoreAction(MVT::f64, MVT::f16, Expand); in X86TargetLowering() 408 setTruncStoreAction(MVT::f80, MVT::f16, Expand); in X86TargetLowering() [all …]
|
| /freebsd-12.1/contrib/llvm/lib/Target/Hexagon/ |
| H A D | HexagonISelLowering.cpp | 1390 setTruncStoreAction(MVT::f64, MVT::f32, Expand); in HexagonTargetLowering() 1447 setTruncStoreAction(VT, TargetVT, Expand); in HexagonTargetLowering()
|
| /freebsd-12.1/contrib/llvm/lib/Target/MSP430/ |
| H A D | MSP430ISelLowering.cpp | 70 setTruncStoreAction(MVT::i16, MVT::i8, Expand); in MSP430TargetLowering()
|
| /freebsd-12.1/contrib/llvm/lib/Target/SystemZ/ |
| H A D | SystemZISelLowering.cpp | 299 setTruncStoreAction(VT, InnerVT, Expand); in SystemZTargetLowering() 505 setTruncStoreAction(MVT::f64, MVT::f32, Expand); in SystemZTargetLowering() 506 setTruncStoreAction(MVT::f128, MVT::f32, Expand); in SystemZTargetLowering() 507 setTruncStoreAction(MVT::f128, MVT::f64, Expand); in SystemZTargetLowering()
|
| /freebsd-12.1/contrib/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.cpp | 145 setTruncStoreAction(MVT::f64, MVT::f32, Expand); in RISCVTargetLowering()
|
| /freebsd-12.1/contrib/llvm/include/llvm/CodeGen/ |
| H A D | TargetLowering.h | 1919 void setTruncStoreAction(MVT ValVT, MVT MemVT, in setTruncStoreAction() function
|
| /freebsd-12.1/contrib/llvm/lib/Target/AVR/ |
| H A D | AVRISelLowering.cpp | 66 setTruncStoreAction(MVT::i16, MVT::i8, Expand); in AVRTargetLowering()
|
| /freebsd-12.1/contrib/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.cpp | 162 setTruncStoreAction(MVT::f64, MVT::f32, Expand); in PPCTargetLowering() 217 setTruncStoreAction(VT, MVT::i1, Expand); in PPCTargetLowering() 632 setTruncStoreAction(VT, InnerVT, Expand); in PPCTargetLowering() 859 setTruncStoreAction(MVT::f128, MVT::f64, Expand); in PPCTargetLowering() 860 setTruncStoreAction(MVT::f128, MVT::f32, Expand); in PPCTargetLowering() 890 setTruncStoreAction(MVT::v4f64, MVT::v4f32, Custom); in PPCTargetLowering()
|
| /freebsd-12.1/contrib/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.cpp | 530 setTruncStoreAction(VT, InnerVT, Expand); in ARMTargetLowering() 782 setTruncStoreAction(MVT::f64, MVT::f32, Expand); in ARMTargetLowering() 783 setTruncStoreAction(MVT::f32, MVT::f16, Expand); in ARMTargetLowering() 784 setTruncStoreAction(MVT::f64, MVT::f16, Expand); in ARMTargetLowering()
|