Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp321 setTruncStoreAction(MVT::i64, MVT::i1, Expand); in AMDGPUTargetLowering()
322 setTruncStoreAction(MVT::i64, MVT::i8, Expand); in AMDGPUTargetLowering()
323 setTruncStoreAction(MVT::i64, MVT::i16, Expand); in AMDGPUTargetLowering()
324 setTruncStoreAction(MVT::i64, MVT::i32, Expand); in AMDGPUTargetLowering()
326 setTruncStoreAction(MVT::v2i64, MVT::v2i1, Expand); in AMDGPUTargetLowering()
327 setTruncStoreAction(MVT::v2i64, MVT::v2i8, Expand); in AMDGPUTargetLowering()
328 setTruncStoreAction(MVT::v2i64, MVT::v2i16, Expand); in AMDGPUTargetLowering()
329 setTruncStoreAction(MVT::v2i64, MVT::v2i32, Expand); in AMDGPUTargetLowering()
331 setTruncStoreAction(MVT::f32, MVT::bf16, Expand); in AMDGPUTargetLowering()
332 setTruncStoreAction(MVT::f32, MVT::f16, Expand); in AMDGPUTargetLowering()
[all …]
H A DR600ISelLowering.cpp67 setTruncStoreAction(MVT::i32, MVT::i8, Custom); in R600TargetLowering()
68 setTruncStoreAction(MVT::i32, MVT::i16, Custom); in R600TargetLowering()
71 setTruncStoreAction(MVT::v2i32, MVT::v2i16, Custom); in R600TargetLowering()
72 setTruncStoreAction(MVT::v4i32, MVT::v4i16, Custom); in R600TargetLowering()
73 setTruncStoreAction(MVT::v8i32, MVT::v8i16, Custom); in R600TargetLowering()
74 setTruncStoreAction(MVT::v16i32, MVT::v16i16, Custom); in R600TargetLowering()
75 setTruncStoreAction(MVT::v32i32, MVT::v32i16, Custom); in R600TargetLowering()
76 setTruncStoreAction(MVT::v2i32, MVT::v2i8, Custom); in R600TargetLowering()
77 setTruncStoreAction(MVT::v4i32, MVT::v4i8, Custom); in R600TargetLowering()
78 setTruncStoreAction(MVT::v8i32, MVT::v8i8, Custom); in R600TargetLowering()
[all …]
H A DSIISelLowering.cpp238 setTruncStoreAction(MVT::v2i32, MVT::v2i16, Expand); in SITargetLowering()
239 setTruncStoreAction(MVT::v3i32, MVT::v3i16, Expand); in SITargetLowering()
240 setTruncStoreAction(MVT::v4i32, MVT::v4i16, Expand); in SITargetLowering()
241 setTruncStoreAction(MVT::v8i32, MVT::v8i16, Expand); in SITargetLowering()
242 setTruncStoreAction(MVT::v16i32, MVT::v16i16, Expand); in SITargetLowering()
243 setTruncStoreAction(MVT::v32i32, MVT::v32i16, Expand); in SITargetLowering()
244 setTruncStoreAction(MVT::v2i32, MVT::v2i8, Expand); in SITargetLowering()
245 setTruncStoreAction(MVT::v4i32, MVT::v4i8, Expand); in SITargetLowering()
246 setTruncStoreAction(MVT::v8i32, MVT::v8i8, Expand); in SITargetLowering()
247 setTruncStoreAction(MVT::v16i32, MVT::v16i8, Expand); in SITargetLowering()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp1624 setTruncStoreAction(VT, MVT::v2i32, Expand); in SparcTargetLowering()
1625 setTruncStoreAction(MVT::v2i32, VT, Expand); in SparcTargetLowering()
1654 setTruncStoreAction(MVT::f32, MVT::f16, Expand); in SparcTargetLowering()
1655 setTruncStoreAction(MVT::f64, MVT::f16, Expand); in SparcTargetLowering()
1656 setTruncStoreAction(MVT::f64, MVT::f32, Expand); in SparcTargetLowering()
1657 setTruncStoreAction(MVT::f128, MVT::f16, Expand); in SparcTargetLowering()
1658 setTruncStoreAction(MVT::f128, MVT::f32, Expand); in SparcTargetLowering()
1659 setTruncStoreAction(MVT::f128, MVT::f64, Expand); in SparcTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYISelLowering.cpp141 setTruncStoreAction(MVT::f32, MVT::f16, Expand); in CSKYTargetLowering()
145 setTruncStoreAction(MVT::f64, MVT::f32, Expand); in CSKYTargetLowering()
147 setTruncStoreAction(MVT::f64, MVT::f16, Expand); in CSKYTargetLowering()
/freebsd/contrib/llvm-project/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()
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp623 setTruncStoreAction(MVT::f32, MVT::f16, Expand); in NVPTXTargetLowering()
624 setTruncStoreAction(MVT::f64, MVT::f16, Expand); in NVPTXTargetLowering()
625 setTruncStoreAction(MVT::f32, MVT::bf16, Expand); in NVPTXTargetLowering()
626 setTruncStoreAction(MVT::f64, MVT::bf16, Expand); in NVPTXTargetLowering()
627 setTruncStoreAction(MVT::f64, MVT::f32, Expand); in NVPTXTargetLowering()
637 setTruncStoreAction(VT, MVT::i1, Expand); in NVPTXTargetLowering()
643 setTruncStoreAction(MVT::v2i16, MVT::v2i8, Expand); in NVPTXTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp146 setTruncStoreAction(T, MVT::f16, Expand); in WebAssemblyTargetLowering()
323 setTruncStoreAction(MVT::f64, MVT::f32, Expand); in WebAssemblyTargetLowering()
332 setTruncStoreAction(T, MemT, Expand); in WebAssemblyTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp1622 setTruncStoreAction(MVT::f64, MVT::f32, Expand); in HexagonTargetLowering()
1680 setTruncStoreAction(VT, TargetVT, Expand); in HexagonTargetLowering()
1815 setTruncStoreAction(MVT::f32, MVT::f16, Expand); in HexagonTargetLowering()
1816 setTruncStoreAction(MVT::f64, MVT::f16, Expand); in HexagonTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp332 setTruncStoreAction(MVT::f32, MVT::f16, Expand); in MipsTargetLowering()
333 setTruncStoreAction(MVT::f64, MVT::f16, Expand); in MipsTargetLowering()
335 setTruncStoreAction(MVT::f64, MVT::f32, Expand); in MipsTargetLowering()
507 setTruncStoreAction(MVT::i64, MVT::i32, Legal); in MipsTargetLowering()
512 setTruncStoreAction(MVT::i64, MVT::i32, Custom); in MipsTargetLowering()
H A DMipsSEISelLowering.cpp76 setTruncStoreAction(VT0, VT1, Expand); in MipsSETargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp1041 setTruncStoreAction(WideVT, NarrowVT, Expand); in AArch64TargetLowering()
1320 setTruncStoreAction(MVT::v2i32, MVT::v2i16, Expand); in AArch64TargetLowering()
1340 setTruncStoreAction(VT, InnerVT, Expand); in AArch64TargetLowering()
1369 setTruncStoreAction(MVT::v4i16, MVT::v4i8, Custom); in AArch64TargetLowering()
1405 setTruncStoreAction(VT, InnerVT, Expand); in AArch64TargetLowering()
1551 setTruncStoreAction(VT, InnerVT, Expand); in AArch64TargetLowering()
1559 setTruncStoreAction(MVT::nxv2i64, MVT::nxv2i8, Legal); in AArch64TargetLowering()
1560 setTruncStoreAction(MVT::nxv2i64, MVT::nxv2i16, Legal); in AArch64TargetLowering()
1561 setTruncStoreAction(MVT::nxv2i64, MVT::nxv2i32, Legal); in AArch64TargetLowering()
1562 setTruncStoreAction(MVT::nxv4i32, MVT::nxv4i8, Legal); in AArch64TargetLowering()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.cpp167 setTruncStoreAction(MVT::f32, MVT::f16, Expand); in LoongArchTargetLowering()
203 setTruncStoreAction(MVT::f64, MVT::f16, Expand); in LoongArchTargetLowering()
204 setTruncStoreAction(MVT::f64, MVT::f32, Expand); in LoongArchTargetLowering()
233 setTruncStoreAction(VT, InnerVT, Expand); in LoongArchTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEISelLowering.cpp108 setTruncStoreAction(VT, MVT::i1, Expand); in initSPUActions()
115 setTruncStoreAction(FPVT, OtherFPVT, Expand); in initSPUActions()
/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp73 setTruncStoreAction(MVT::i16, MVT::i8, Expand); in MSP430TargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp674 setTruncStoreAction(AVT, VT, Expand); in initActions()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp216 setTruncStoreAction(MVT::f64, MVT::f16, Legal); in PPCTargetLowering()
217 setTruncStoreAction(MVT::f32, MVT::f16, Legal); in PPCTargetLowering()
226 setTruncStoreAction(MVT::f64, MVT::f16, Expand); in PPCTargetLowering()
227 setTruncStoreAction(MVT::f32, MVT::f16, Expand); in PPCTargetLowering()
230 setTruncStoreAction(MVT::f64, MVT::f32, Expand); in PPCTargetLowering()
308 setTruncStoreAction(VT, MVT::i1, Expand); in PPCTargetLowering()
887 setTruncStoreAction(VT, InnerVT, Expand); in PPCTargetLowering()
1185 setTruncStoreAction(MVT::f128, MVT::f64, Expand); in PPCTargetLowering()
1186 setTruncStoreAction(MVT::f128, MVT::f32, Expand); in PPCTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp206 setTruncStoreAction(MVT::i64, MVT::i32, Expand); in X86TargetLowering()
207 setTruncStoreAction(MVT::i64, MVT::i16, Expand); in X86TargetLowering()
208 setTruncStoreAction(MVT::i64, MVT::i8 , Expand); in X86TargetLowering()
209 setTruncStoreAction(MVT::i32, MVT::i16, Expand); in X86TargetLowering()
210 setTruncStoreAction(MVT::i32, MVT::i8 , Expand); in X86TargetLowering()
211 setTruncStoreAction(MVT::i16, MVT::i8, Expand); in X86TargetLowering()
213 setTruncStoreAction(MVT::f64, MVT::f32, Expand); in X86TargetLowering()
456 setTruncStoreAction(VT, MVT::f16, Expand); in X86TargetLowering()
457 setTruncStoreAction(VT, MVT::bf16, Expand); in X86TargetLowering()
932 setTruncStoreAction(MVT::f128, MVT::f32, Expand); in X86TargetLowering()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp537 setTruncStoreAction(MVT::f32, MVT::f16, Expand); in RISCVTargetLowering()
539 setTruncStoreAction(MVT::f32, MVT::bf16, Expand); in RISCVTargetLowering()
582 setTruncStoreAction(MVT::f64, MVT::f32, Expand); in RISCVTargetLowering()
585 setTruncStoreAction(MVT::f64, MVT::f16, Expand); in RISCVTargetLowering()
587 setTruncStoreAction(MVT::f64, MVT::bf16, Expand); in RISCVTargetLowering()
793 setTruncStoreAction(VT, OtherVT, Expand); in RISCVTargetLowering()
888 setTruncStoreAction(VT, OtherVT, Expand); in RISCVTargetLowering()
1048 setTruncStoreAction(VT, SmallVT, Expand); in RISCVTargetLowering()
1144 setTruncStoreAction(VT, OtherVT, Expand); in RISCVTargetLowering()
1289 setTruncStoreAction(V in RISCVTargetLowering()
[all...]
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp397 setTruncStoreAction(VT, InnerVT, Expand); in SystemZTargetLowering()
696 setTruncStoreAction(MVT::f64, MVT::f32, Expand); in SystemZTargetLowering()
697 setTruncStoreAction(MVT::f128, MVT::f32, Expand); in SystemZTargetLowering()
698 setTruncStoreAction(MVT::f128, MVT::f64, Expand); in SystemZTargetLowering()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h2599 void setTruncStoreAction(MVT ValVT, MVT MemVT, LegalizeAction Action) { in setTruncStoreAction() function
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRISelLowering.cpp69 setTruncStoreAction(MVT::i16, MVT::i8, Expand); in AVRTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp435 setTruncStoreAction(MVT::v4i32, MVT::v4i16, Legal); in addMVEVectorTypes()
436 setTruncStoreAction(MVT::v4i32, MVT::v4i8, Legal); in addMVEVectorTypes()
437 setTruncStoreAction(MVT::v8i16, MVT::v8i8, Legal); in addMVEVectorTypes()
810 setTruncStoreAction(VT, InnerVT, Expand); in ARMTargetLowering()
1115 setTruncStoreAction(MVT::f64, MVT::f32, Expand); in ARMTargetLowering()
1116 setTruncStoreAction(MVT::f32, MVT::f16, Expand); in ARMTargetLowering()
1117 setTruncStoreAction(MVT::f64, MVT::f16, Expand); in ARMTargetLowering()