/external/llvm/lib/Target/AMDGPU/ |
D | AMDGPUISelLowering.cpp | 135 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 …]
|
D | SIISelLowering.cpp | 166 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()
|
D | R600ISelLowering.cpp | 151 setTruncStoreAction(MVT::i32, MVT::i8, Custom); in R600TargetLowering() 152 setTruncStoreAction(MVT::i32, MVT::i16, Custom); in R600TargetLowering()
|
/external/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyISelLowering.cpp | 184 setTruncStoreAction(MVT::f64, MVT::f32, Expand); in WebAssemblyTargetLowering()
|
/external/llvm/lib/Target/Sparc/ |
D | SparcISelLowering.cpp | 1464 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/ |
D | X86ISelLowering.cpp | 143 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/ |
D | NVPTXISelLowering.cpp | 221 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/ |
D | AArch64ISelLowering.cpp | 439 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/ |
D | MipsISelLowering.cpp | 259 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()
|
D | MipsSEISelLowering.cpp | 51 setTruncStoreAction(VT0, VT1, Expand); in MipsSETargetLowering()
|
/external/llvm/include/llvm/Target/ |
D | TargetLowering.h | 1332 void setTruncStoreAction(MVT ValVT, MVT MemVT, in setTruncStoreAction() function
|
/external/llvm/lib/Target/MSP430/ |
D | MSP430ISelLowering.cpp | 89 setTruncStoreAction(MVT::i16, MVT::i8, Expand); in MSP430TargetLowering()
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZISelLowering.cpp | 273 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/ |
D | HexagonISelLowering.cpp | 1712 setTruncStoreAction(MVT::f64, MVT::f32, Expand); in HexagonTargetLowering() 1779 setTruncStoreAction(VT, TargetVT, Expand); in HexagonTargetLowering()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.cpp | 82 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/ |
D | ARMISelLowering.cpp | 446 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/ |
D | WritingAnLLVMBackend.rst | 1333 * ``setTruncStoreAction`` --- Truncating store.
|