| /freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/ |
| H A D | XtensaISelLowering.cpp | 77 setOperationAction(ISD::Constant, MVT::i64, Expand); in XtensaTargetLowering() 78 setOperationAction(ISD::ConstantFP, MVT::f32, Expand); in XtensaTargetLowering() 79 setOperationAction(ISD::ConstantFP, MVT::f64, Expand); in XtensaTargetLowering() 83 setOperationAction(ISD::SIGN_EXTEND_INREG, MVT::i1, Expand); in XtensaTargetLowering() 85 Subtarget.hasSEXT() ? Legal : Expand); in XtensaTargetLowering() 87 setOperationAction(ISD::BITCAST, MVT::i32, Expand); in XtensaTargetLowering() 88 setOperationAction(ISD::BITCAST, MVT::f32, Expand); in XtensaTargetLowering() 89 setOperationAction(ISD::UINT_TO_FP, MVT::i32, Expand); in XtensaTargetLowering() 90 setOperationAction(ISD::SINT_TO_FP, MVT::i32, Expand); in XtensaTargetLowering() 91 setOperationAction(ISD::FP_TO_UINT, MVT::i32, Expand); in XtensaTargetLowering() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/ |
| H A D | SparcISelLowering.cpp | 1603 setOperationAction(Op, MVT::v2i32, Expand); in SparcTargetLowering() 1607 setLoadExtAction(ISD::SEXTLOAD, VT, MVT::v2i32, Expand); in SparcTargetLowering() 1608 setLoadExtAction(ISD::ZEXTLOAD, VT, MVT::v2i32, Expand); in SparcTargetLowering() 1609 setLoadExtAction(ISD::EXTLOAD, VT, MVT::v2i32, Expand); in SparcTargetLowering() 1611 setLoadExtAction(ISD::SEXTLOAD, MVT::v2i32, VT, Expand); in SparcTargetLowering() 1612 setLoadExtAction(ISD::ZEXTLOAD, MVT::v2i32, VT, Expand); in SparcTargetLowering() 1613 setLoadExtAction(ISD::EXTLOAD, MVT::v2i32, VT, Expand); in SparcTargetLowering() 1615 setTruncStoreAction(VT, MVT::v2i32, Expand); in SparcTargetLowering() 1616 setTruncStoreAction(MVT::v2i32, VT, Expand); in SparcTargetLowering() 1635 setLoadExtAction(ISD::EXTLOAD, VT, MVT::f16, Expand); in SparcTargetLowering() [all …]
|
| /freebsd/contrib/bearssl/T0/ |
| H A D | ConstData.cs | 49 void Expand(int elen) in Expand() method in ConstData 62 Expand(1); in Add8() 68 Expand(2); in Add16() 75 Expand(3); in Add24() 83 Expand(4); in Add32() 93 Expand(sd.Length + 1); in AddString()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/ |
| H A D | CSKYISelLowering.cpp | 58 setOperationAction(ISD::SREM, MVT::i32, Expand); in CSKYTargetLowering() 59 setOperationAction(ISD::UREM, MVT::i32, Expand); in CSKYTargetLowering() 60 setOperationAction(ISD::UDIVREM, MVT::i32, Expand); in CSKYTargetLowering() 61 setOperationAction(ISD::SDIVREM, MVT::i32, Expand); in CSKYTargetLowering() 62 setOperationAction(ISD::CTPOP, MVT::i32, Expand); in CSKYTargetLowering() 63 setOperationAction(ISD::ROTR, MVT::i32, Expand); in CSKYTargetLowering() 64 setOperationAction(ISD::SHL_PARTS, MVT::i32, Expand); in CSKYTargetLowering() 65 setOperationAction(ISD::SRL_PARTS, MVT::i32, Expand); in CSKYTargetLowering() 66 setOperationAction(ISD::SRA_PARTS, MVT::i32, Expand); in CSKYTargetLowering() 67 setOperationAction(ISD::UMUL_LOHI, MVT::i32, Expand); in CSKYTargetLowering() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | TargetLoweringBase.cpp | 743 Expand); in initActions() 750 OpActions[(unsigned)VT.SimpleTy][NT] = Expand; in initActions() 754 setTruncStoreAction(AVT, VT, Expand); in initActions() 755 setLoadExtAction(ISD::EXTLOAD, AVT, VT, Expand); in initActions() 756 setLoadExtAction(ISD::ZEXTLOAD, AVT, VT, Expand); in initActions() 762 setIndexedLoadAction(IM, VT, Expand); in initActions() 763 setIndexedStoreAction(IM, VT, Expand); in initActions() 764 setIndexedMaskedLoadAction(IM, VT, Expand); in initActions() 765 setIndexedMaskedStoreAction(IM, VT, Expand); in initActions() 782 setIndexedLoadAction(IM, VT, Expand); in initActions() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/BPF/ |
| H A D | BPFISelLowering.cpp | 69 setOperationAction(ISD::BR_JT, MVT::Other, Expand); in BPFTargetLowering() 70 setOperationAction(ISD::BRIND, MVT::Other, Expand); in BPFTargetLowering() 71 setOperationAction(ISD::BRCOND, MVT::Other, Expand); in BPFTargetLowering() 78 setOperationAction(ISD::STACKSAVE, MVT::Other, Expand); in BPFTargetLowering() 79 setOperationAction(ISD::STACKRESTORE, MVT::Other, Expand); in BPFTargetLowering() 108 setOperationAction(ISD::SDIVREM, VT, Expand); in BPFTargetLowering() 109 setOperationAction(ISD::UDIVREM, VT, Expand); in BPFTargetLowering() 114 setOperationAction(ISD::MULHU, VT, Expand); in BPFTargetLowering() 115 setOperationAction(ISD::MULHS, VT, Expand); in BPFTargetLowering() 116 setOperationAction(ISD::UMUL_LOHI, VT, Expand); in BPFTargetLowering() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/ |
| H A D | MSP430ISelLowering.cpp | 67 setLoadExtAction(ISD::SEXTLOAD, VT, MVT::i8, Expand); in MSP430TargetLowering() 68 setLoadExtAction(ISD::SEXTLOAD, VT, MVT::i16, Expand); in MSP430TargetLowering() 72 setTruncStoreAction(MVT::i16, MVT::i8, Expand); in MSP430TargetLowering() 80 setOperationAction(ISD::ROTL, MVT::i8, Expand); in MSP430TargetLowering() 81 setOperationAction(ISD::ROTR, MVT::i8, Expand); in MSP430TargetLowering() 82 setOperationAction(ISD::ROTL, MVT::i16, Expand); in MSP430TargetLowering() 83 setOperationAction(ISD::ROTR, MVT::i16, Expand); in MSP430TargetLowering() 87 setOperationAction(ISD::BR_JT, MVT::Other, Expand); in MSP430TargetLowering() 90 setOperationAction(ISD::BRCOND, MVT::Other, Expand); in MSP430TargetLowering() 93 setOperationAction(ISD::SELECT, MVT::i8, Expand); in MSP430TargetLowering() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/ |
| H A D | LoongArch.td | 82 // Expand la.global as la.pcrel 85 "Expand la.global as la.pcrel">; 89 "Expand la.global as la.pcrel">; 91 // Expand la.global as la.abs 94 "Expand la.global as la.abs">; 98 "Expand la.global as la.abs">; 100 // Expand la.local as la.abs 103 "Expand la.local as la.abs">; 107 "Expand la.local as la.abs">;
|
| /freebsd/contrib/tcsh/nls/russian/ |
| H A D | set3 | 19 17 Expand to preceding word for which this is a prefix 32 30 Expand file name wildcards 33 31 Expand history escapes 34 32 Expand the history escapes in a line 35 33 Expand variables 53 51 Expand history escapes and insert a space 55 53 Expand pathnames, eliminating leading .'s and ..'s 56 54 Expand commands to the resulting pathname or alias
|
| /freebsd/contrib/tcsh/nls/C/ |
| H A D | set3 | 19 17 Expand to preceding word for which this is a prefix 32 30 Expand file name wildcards 33 31 Expand history escapes 34 32 Expand the history escapes in a line 35 33 Expand variables 53 51 Expand history escapes and insert a space 55 53 Expand pathnames, eliminating leading .'s and ..'s 56 54 Expand commands to the resulting pathname or alias
|
| /freebsd/contrib/tcsh/nls/ukrainian/ |
| H A D | set3 | 19 17 Expand to preceding word for which this is a prefix 32 30 Expand file name wildcards 33 31 Expand history escapes 34 32 Expand the history escapes in a line 35 33 Expand variables 53 51 Expand history escapes and insert a space 55 53 Expand pathnames, eliminating leading .'s and ..'s 56 54 Expand commands to the resulting pathname or alias
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AVR/ |
| H A D | AVRISelLowering.cpp | 54 setOperationAction(ISD::STACKSAVE, MVT::Other, Expand); in AVRTargetLowering() 55 setOperationAction(ISD::STACKRESTORE, MVT::Other, Expand); in AVRTargetLowering() 56 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i8, Expand); in AVRTargetLowering() 57 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i16, Expand); in AVRTargetLowering() 64 setLoadExtAction(N, VT, MVT::i8, Expand); in AVRTargetLowering() 68 setTruncStoreAction(MVT::i16, MVT::i8, Expand); in AVRTargetLowering() 93 setOperationAction(ISD::SHL_PARTS, MVT::i16, Expand); in AVRTargetLowering() 94 setOperationAction(ISD::SRA_PARTS, MVT::i16, Expand); in AVRTargetLowering() 95 setOperationAction(ISD::SRL_PARTS, MVT::i16, Expand); in AVRTargetLowering() 98 setOperationAction(ISD::ROTL, MVT::i16, Expand); in AVRTargetLowering() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/ |
| H A D | LanaiISelLowering.cpp | 84 setOperationAction(ISD::BR_JT, MVT::Other, Expand); in LanaiTargetLowering() 85 setOperationAction(ISD::BRCOND, MVT::Other, Expand); in LanaiTargetLowering() 87 setOperationAction(ISD::SELECT, MVT::i32, Expand); in LanaiTargetLowering() 96 setOperationAction(ISD::STACKSAVE, MVT::Other, Expand); in LanaiTargetLowering() 97 setOperationAction(ISD::STACKRESTORE, MVT::Other, Expand); in LanaiTargetLowering() 100 setOperationAction(ISD::VAARG, MVT::Other, Expand); in LanaiTargetLowering() 101 setOperationAction(ISD::VACOPY, MVT::Other, Expand); in LanaiTargetLowering() 102 setOperationAction(ISD::VAEND, MVT::Other, Expand); in LanaiTargetLowering() 104 setOperationAction(ISD::SDIV, MVT::i32, Expand); in LanaiTargetLowering() 105 setOperationAction(ISD::UDIV, MVT::i32, Expand); in LanaiTargetLowering() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/VE/ |
| H A D | VEISelLowering.cpp | 108 setTruncStoreAction(VT, MVT::i1, Expand); in initSPUActions() 114 setLoadExtAction(ISD::EXTLOAD, FPVT, OtherFPVT, Expand); in initSPUActions() 115 setTruncStoreAction(FPVT, OtherFPVT, Expand); in initSPUActions() 138 setOperationAction(ISD::VACOPY, MVT::Other, Expand); in initSPUActions() 139 setOperationAction(ISD::VAEND, MVT::Other, Expand); in initSPUActions() 147 setOperationAction(ISD::STACKSAVE, MVT::Other, Expand); in initSPUActions() 148 setOperationAction(ISD::STACKRESTORE, MVT::Other, Expand); in initSPUActions() 154 setOperationAction(ISD::BRCOND, MVT::Other, Expand); in initSPUActions() 157 setOperationAction(ISD::BR_JT, MVT::Other, Expand); in initSPUActions() 164 setOperationAction(ISD::UREM, IntVT, Expand); in initSPUActions() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXISelLowering.cpp | 598 setOperationAction(ISD::INSERT_VECTOR_ELT, MVT::v2f16, Expand); in NVPTXTargetLowering() 599 setOperationAction(ISD::VECTOR_SHUFFLE, MVT::v2f16, Expand); in NVPTXTargetLowering() 606 setFP16OperationAction(ISD::SETCC, MVT::v2f16, Legal, Expand); in NVPTXTargetLowering() 611 setOperationAction(ISD::INSERT_VECTOR_ELT, MVT::v2bf16, Expand); in NVPTXTargetLowering() 612 setOperationAction(ISD::VECTOR_SHUFFLE, MVT::v2bf16, Expand); in NVPTXTargetLowering() 614 setBF16OperationAction(ISD::SETCC, MVT::v2bf16, Legal, Expand); in NVPTXTargetLowering() 622 setOperationAction(ISD::INSERT_VECTOR_ELT, MVT::v2i16, Expand); in NVPTXTargetLowering() 623 setOperationAction(ISD::VECTOR_SHUFFLE, MVT::v2i16, Expand); in NVPTXTargetLowering() 631 setOperationAction(ISD::INSERT_VECTOR_ELT, MVT::v2f32, Expand); in NVPTXTargetLowering() 632 setOperationAction(ISD::VECTOR_SHUFFLE, MVT::v2f32, Expand); in NVPTXTargetLowering() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUISelLowering.cpp | 185 Expand); in AMDGPUTargetLowering() 195 setLoadExtAction(Op, VT, MVT::i32, Expand); in AMDGPUTargetLowering() 203 Expand); in AMDGPUTargetLowering() 205 setLoadExtAction(ISD::EXTLOAD, MVT::f32, MVT::f16, Expand); in AMDGPUTargetLowering() 206 setLoadExtAction(ISD::EXTLOAD, MVT::f32, MVT::bf16, Expand); in AMDGPUTargetLowering() 207 setLoadExtAction(ISD::EXTLOAD, MVT::v2f32, MVT::v2f16, Expand); in AMDGPUTargetLowering() 208 setLoadExtAction(ISD::EXTLOAD, MVT::v2f32, MVT::v2bf16, Expand); in AMDGPUTargetLowering() 209 setLoadExtAction(ISD::EXTLOAD, MVT::v3f32, MVT::v3f16, Expand); in AMDGPUTargetLowering() 210 setLoadExtAction(ISD::EXTLOAD, MVT::v3f32, MVT::v3bf16, Expand); in AMDGPUTargetLowering() 211 setLoadExtAction(ISD::EXTLOAD, MVT::v4f32, MVT::v4f16, Expand); in AMDGPUTargetLowering() [all …]
|
| H A D | R600ISelLowering.cpp | 58 MVT::v2i1, Expand); in R600TargetLowering() 61 MVT::v4i1, Expand); in R600TargetLowering() 82 setTruncStoreAction(MVT::v2i32, MVT::v2i1, Expand); in R600TargetLowering() 83 setTruncStoreAction(MVT::v4i32, MVT::v4i1, Expand); in R600TargetLowering() 89 MVT::f32, Expand); in R600TargetLowering() 92 MVT::i32, Expand); in R600TargetLowering() 96 setOperationAction(ISD::SETCC, {MVT::v4i32, MVT::v2i32}, Expand); in R600TargetLowering() 98 setOperationAction(ISD::BR_CC, {MVT::i32, MVT::f32}, Expand); in R600TargetLowering() 101 setOperationAction(ISD::FSUB, MVT::f32, Expand); in R600TargetLowering() 106 Expand); in R600TargetLowering() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonISelLowering.cpp | 1584 setOperationAction(ISD::BUILD_PAIR, MVT::i64, Expand); in HexagonTargetLowering() 1585 setOperationAction(ISD::SIGN_EXTEND_INREG, MVT::i1, Expand); in HexagonTargetLowering() 1610 setOperationAction(ISD::VAEND, MVT::Other, Expand); in HexagonTargetLowering() 1611 setOperationAction(ISD::VAARG, MVT::Other, Expand); in HexagonTargetLowering() 1615 setOperationAction(ISD::VACOPY, MVT::Other, Expand); in HexagonTargetLowering() 1617 setOperationAction(ISD::STACKSAVE, MVT::Other, Expand); in HexagonTargetLowering() 1618 setOperationAction(ISD::STACKRESTORE, MVT::Other, Expand); in HexagonTargetLowering() 1625 setOperationAction(ISD::BR_JT, MVT::Other, Expand); in HexagonTargetLowering() 1638 setOperationAction(ISD::SADDO, VT, Expand); in HexagonTargetLowering() 1639 setOperationAction(ISD::SSUBO, VT, Expand); in HexagonTargetLowering() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsISelLowering.cpp | 319 setLoadExtAction(ISD::EXTLOAD, VT, MVT::f32, Expand); in MipsTargetLowering() 320 setLoadExtAction(ISD::EXTLOAD, VT, MVT::f16, Expand); in MipsTargetLowering() 327 setLoadExtAction(ISD::EXTLOAD, VT, F16VT, Expand); in MipsTargetLowering() 330 setTruncStoreAction(MVT::f32, MVT::f16, Expand); in MipsTargetLowering() 331 setTruncStoreAction(MVT::f64, MVT::f16, Expand); in MipsTargetLowering() 333 setTruncStoreAction(MVT::f64, MVT::f32, Expand); in MipsTargetLowering() 342 setOperationAction(ISD::BR_JT, MVT::Other, Expand); in MipsTargetLowering() 413 setOperationAction(ISD::SDIV, MVT::i32, Expand); in MipsTargetLowering() 414 setOperationAction(ISD::SREM, MVT::i32, Expand); in MipsTargetLowering() 415 setOperationAction(ISD::UDIV, MVT::i32, Expand); in MipsTargetLowering() [all …]
|
| H A D | MipsSEISelLowering.cpp | 115 setTruncStoreAction(VT0, VT1, Expand); in MipsSETargetLowering() 116 setLoadExtAction(ISD::SEXTLOAD, VT0, VT1, Expand); in MipsSETargetLowering() 117 setLoadExtAction(ISD::ZEXTLOAD, VT0, VT1, Expand); in MipsSETargetLowering() 118 setLoadExtAction(ISD::EXTLOAD, VT0, VT1, Expand); in MipsSETargetLowering() 131 setOperationAction(Opc, VecTy, Expand); in MipsSETargetLowering() 266 setOperationAction(ISD::SMUL_LOHI, MVT::i32, Expand); in MipsSETargetLowering() 267 setOperationAction(ISD::UMUL_LOHI, MVT::i32, Expand); in MipsSETargetLowering() 274 setOperationAction(ISD::SDIVREM, MVT::i32, Expand); in MipsSETargetLowering() 275 setOperationAction(ISD::UDIVREM, MVT::i32, Expand); in MipsSETargetLowering() 285 setOperationAction(ISD::SELECT_CC, MVT::i32, Expand); in MipsSETargetLowering() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.cpp | 229 setLoadExtAction(ISD::SEXTLOAD, VT, MVT::i8, Expand); in PPCTargetLowering() 232 setTruncStoreAction(MVT::f128, MVT::f16, Expand); in PPCTargetLowering() 233 setOperationAction(ISD::FP_TO_FP16, MVT::f128, Expand); in PPCTargetLowering() 243 setLoadExtAction(ISD::EXTLOAD, MVT::f128, MVT::f16, Expand); in PPCTargetLowering() 244 setOperationAction(ISD::FP16_TO_FP, MVT::f128, Expand); in PPCTargetLowering() 245 setLoadExtAction(ISD::EXTLOAD, MVT::f64, MVT::f16, Expand); in PPCTargetLowering() 246 setOperationAction(ISD::FP16_TO_FP, MVT::f64, Expand); in PPCTargetLowering() 247 setOperationAction(ISD::FP_TO_FP16, MVT::f64, Expand); in PPCTargetLowering() 248 setLoadExtAction(ISD::EXTLOAD, MVT::f32, MVT::f16, Expand); in PPCTargetLowering() 249 setOperationAction(ISD::FP16_TO_FP, MVT::f32, Expand); in PPCTargetLowering() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.cpp | 195 setOperationAction(ISD::SINT_TO_FP, VT, Expand); in addTypeForNEON() 196 setOperationAction(ISD::UINT_TO_FP, VT, Expand); in addTypeForNEON() 197 setOperationAction(ISD::FP_TO_SINT, VT, Expand); in addTypeForNEON() 198 setOperationAction(ISD::FP_TO_UINT, VT, Expand); in addTypeForNEON() 204 setOperationAction(ISD::SELECT, VT, Expand); in addTypeForNEON() 205 setOperationAction(ISD::SELECT_CC, VT, Expand); in addTypeForNEON() 206 setOperationAction(ISD::VSELECT, VT, Expand); in addTypeForNEON() 207 setOperationAction(ISD::SIGN_EXTEND_INREG, VT, Expand); in addTypeForNEON() 215 setOperationAction(ISD::SDIV, VT, Expand); in addTypeForNEON() 216 setOperationAction(ISD::UDIV, VT, Expand); in addTypeForNEON() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeVectorOps.cpp | 96 void Expand(SDNode *Node, SmallVectorImpl<SDValue> &Results); 319 Action = TargetLowering::Expand; in LegalizeOp() 343 if (Action == TargetLowering::Expand && !TLI.isStrictFPEnabled() && in LegalizeOp() 348 == TargetLowering::Expand && in LegalizeOp() 581 case TargetLowering::Expand: in LegalizeOp() 583 Expand(Node, ResultVals); in LegalizeOp() 918 void VectorLegalizer::Expand(SDNode *Node, SmallVectorImpl<SDValue> &Results) { in Expand() function in VectorLegalizer 1347 if (TLI.getOperationAction(ISD::AND, VT) == TargetLowering::Expand || in ExpandSELECT() 1348 TLI.getOperationAction(ISD::XOR, VT) == TargetLowering::Expand || in ExpandSELECT() 1349 TLI.getOperationAction(ISD::OR, VT) == TargetLowering::Expand || in ExpandSELECT() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARC/ |
| H A D | ARCISelLowering.cpp | 115 setOperationAction(Opc, MVT::i32, Expand); in ARCTargetLowering() 148 setOperationAction(ISD::BRCOND, MVT::Other, Expand); in ARCTargetLowering() 149 setOperationAction(ISD::BR_JT, MVT::Other, Expand); in ARCTargetLowering() 159 setOperationAction(ISD::VAEND, MVT::Other, Expand); in ARCTargetLowering() 160 setOperationAction(ISD::VAARG, MVT::Other, Expand); in ARCTargetLowering() 161 setOperationAction(ISD::VACOPY, MVT::Other, Expand); in ARCTargetLowering() 164 setOperationAction(ISD::STACKSAVE, MVT::Other, Expand); in ARCTargetLowering() 165 setOperationAction(ISD::STACKRESTORE, MVT::Other, Expand); in ARCTargetLowering()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyISelLowering.cpp | 121 setOperationAction(ISD::VAARG, MVT::Other, Expand); in WebAssemblyTargetLowering() 122 setOperationAction(ISD::VACOPY, MVT::Other, Expand); in WebAssemblyTargetLowering() 123 setOperationAction(ISD::VAEND, MVT::Other, Expand); in WebAssemblyTargetLowering() 134 setCondCodeAction(CC, T, Expand); in WebAssemblyTargetLowering() 138 setOperationAction(Op, T, Expand); in WebAssemblyTargetLowering() 150 setOperationAction(ISD::FP16_TO_FP, T, Expand); in WebAssemblyTargetLowering() 151 setOperationAction(ISD::FP_TO_FP16, T, Expand); in WebAssemblyTargetLowering() 153 setLoadExtAction(ISD::EXTLOAD, T, MVT::f16, Expand); in WebAssemblyTargetLowering() 154 setTruncStoreAction(T, MVT::f16, Expand); in WebAssemblyTargetLowering() 163 setOperationAction(Op, T, Expand); in WebAssemblyTargetLowering() [all …]
|