| /openbsd-src/gnu/llvm/llvm/lib/Target/BPF/ |
| H A D | BPFISelLowering.cpp | 71 setOperationAction(ISD::BR_JT, MVT::Other, Expand); in BPFTargetLowering() 72 setOperationAction(ISD::BRIND, MVT::Other, Expand); in BPFTargetLowering() 73 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() 103 setOperationAction(ISD::SDIVREM, VT, Expand); in BPFTargetLowering() 104 setOperationAction(ISD::UDIVREM, VT, Expand); in BPFTargetLowering() 105 setOperationAction(ISD::SREM, VT, Expand); in BPFTargetLowering() 106 setOperationAction(ISD::MULHU, VT, Expand); in BPFTargetLowering() 107 setOperationAction(ISD::MULHS, VT, Expand); in BPFTargetLowering() [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/LoongArch/ |
| H A D | LoongArch.td | 91 // Expand la.global as la.pcrel 94 "Expand la.global as la.pcrel">; 98 "Expand la.global as la.pcrel">; 100 // Expand la.global as la.abs 103 "Expand la.global as la.abs">; 107 "Expand la.global as la.abs">; 109 // Expand la.local as la.abs 112 "Expand la.local as la.abs">; 116 "Expand la.local as la.abs">;
|
| H A D | LoongArchISelLowering.cpp | 62 setOperationAction(ISD::ROTL, GRLenVT, Expand); in LoongArchTargetLowering() 63 setOperationAction(ISD::CTPOP, GRLenVT, Expand); in LoongArchTargetLowering() 81 setOperationAction(ISD::DYNAMIC_STACKALLOC, GRLenVT, Expand); in LoongArchTargetLowering() 82 setOperationAction({ISD::STACKSAVE, ISD::STACKRESTORE}, MVT::Other, Expand); in LoongArchTargetLowering() 84 setOperationAction({ISD::VAARG, ISD::VACOPY, ISD::VAEND}, MVT::Other, Expand); in LoongArchTargetLowering() 137 setCondCodeAction(FPCCToExpand, MVT::f32, Expand); in LoongArchTargetLowering() 138 setOperationAction(ISD::SELECT_CC, MVT::f32, Expand); in LoongArchTargetLowering() 139 setOperationAction(ISD::BR_CC, MVT::f32, Expand); in LoongArchTargetLowering() 145 setOperationAction(ISD::FSIN, MVT::f32, Expand); in LoongArchTargetLowering() 146 setOperationAction(ISD::FCOS, MVT::f32, Expand); in LoongArchTargetLowering() [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Sparc/ |
| H A D | SparcISelLowering.cpp | 1571 setOperationAction(Op, MVT::v2i32, Expand); in SparcTargetLowering() 1575 setLoadExtAction(ISD::SEXTLOAD, VT, MVT::v2i32, Expand); in SparcTargetLowering() 1576 setLoadExtAction(ISD::ZEXTLOAD, VT, MVT::v2i32, Expand); in SparcTargetLowering() 1577 setLoadExtAction(ISD::EXTLOAD, VT, MVT::v2i32, Expand); in SparcTargetLowering() 1579 setLoadExtAction(ISD::SEXTLOAD, MVT::v2i32, VT, Expand); in SparcTargetLowering() 1580 setLoadExtAction(ISD::ZEXTLOAD, MVT::v2i32, VT, Expand); in SparcTargetLowering() 1581 setLoadExtAction(ISD::EXTLOAD, MVT::v2i32, VT, Expand); in SparcTargetLowering() 1583 setTruncStoreAction(VT, MVT::v2i32, Expand); in SparcTargetLowering() 1584 setTruncStoreAction(MVT::v2i32, VT, Expand); in SparcTargetLowering() 1603 setLoadExtAction(ISD::EXTLOAD, VT, MVT::f16, Expand); in SparcTargetLowering() [all …]
|
| /openbsd-src/gnu/llvm/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::CTTZ, MVT::i32, Expand); in CSKYTargetLowering() 63 setOperationAction(ISD::CTPOP, MVT::i32, Expand); in CSKYTargetLowering() 64 setOperationAction(ISD::ROTR, MVT::i32, Expand); in CSKYTargetLowering() 65 setOperationAction(ISD::SHL_PARTS, MVT::i32, Expand); in CSKYTargetLowering() 66 setOperationAction(ISD::SRL_PARTS, MVT::i32, Expand); in CSKYTargetLowering() 67 setOperationAction(ISD::SRA_PARTS, MVT::i32, Expand); in CSKYTargetLowering() [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Mips/ |
| H A D | Mips16ISelLowering.cpp | 130 setOperationAction(ISD::ATOMIC_FENCE, MVT::Other, Expand); in Mips16TargetLowering() 131 setOperationAction(ISD::ATOMIC_CMP_SWAP, MVT::i32, Expand); in Mips16TargetLowering() 132 setOperationAction(ISD::ATOMIC_SWAP, MVT::i32, Expand); in Mips16TargetLowering() 133 setOperationAction(ISD::ATOMIC_LOAD_ADD, MVT::i32, Expand); in Mips16TargetLowering() 134 setOperationAction(ISD::ATOMIC_LOAD_SUB, MVT::i32, Expand); in Mips16TargetLowering() 135 setOperationAction(ISD::ATOMIC_LOAD_AND, MVT::i32, Expand); in Mips16TargetLowering() 136 setOperationAction(ISD::ATOMIC_LOAD_OR, MVT::i32, Expand); in Mips16TargetLowering() 137 setOperationAction(ISD::ATOMIC_LOAD_XOR, MVT::i32, Expand); in Mips16TargetLowering() 138 setOperationAction(ISD::ATOMIC_LOAD_NAND, MVT::i32, Expand); in Mips16TargetLowering() 139 setOperationAction(ISD::ATOMIC_LOAD_MIN, MVT::i32, Expand); in Mips16TargetLowering() [all …]
|
| H A D | MipsISelLowering.cpp | 310 setLoadExtAction(ISD::EXTLOAD, VT, MVT::f32, Expand); in MipsTargetLowering() 311 setLoadExtAction(ISD::EXTLOAD, VT, MVT::f16, Expand); in MipsTargetLowering() 318 setLoadExtAction(ISD::EXTLOAD, VT, F16VT, Expand); in MipsTargetLowering() 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() 333 setOperationAction(ISD::BR_JT, MVT::Other, Expand); in MipsTargetLowering() 376 setOperationAction(ISD::SDIV, MVT::i32, Expand); in MipsTargetLowering() 377 setOperationAction(ISD::SREM, MVT::i32, Expand); in MipsTargetLowering() 378 setOperationAction(ISD::UDIV, MVT::i32, Expand); in MipsTargetLowering() [all …]
|
| H A D | MipsSEISelLowering.cpp | 77 setTruncStoreAction(VT0, VT1, Expand); in MipsSETargetLowering() 78 setLoadExtAction(ISD::SEXTLOAD, VT0, VT1, Expand); in MipsSETargetLowering() 79 setLoadExtAction(ISD::ZEXTLOAD, VT0, VT1, Expand); in MipsSETargetLowering() 80 setLoadExtAction(ISD::EXTLOAD, VT0, VT1, Expand); in MipsSETargetLowering() 93 setOperationAction(Opc, VecTy, Expand); in MipsSETargetLowering() 223 setOperationAction(ISD::SMUL_LOHI, MVT::i32, Expand); in MipsSETargetLowering() 224 setOperationAction(ISD::UMUL_LOHI, MVT::i32, Expand); in MipsSETargetLowering() 231 setOperationAction(ISD::SDIVREM, MVT::i32, Expand); in MipsSETargetLowering() 232 setOperationAction(ISD::UDIVREM, MVT::i32, Expand); in MipsSETargetLowering() 242 setOperationAction(ISD::SELECT_CC, MVT::i32, Expand); in MipsSETargetLowering() [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/MSP430/ |
| H A D | MSP430ISelLowering.cpp | 68 setLoadExtAction(ISD::SEXTLOAD, VT, MVT::i8, Expand); in MSP430TargetLowering() 69 setLoadExtAction(ISD::SEXTLOAD, VT, MVT::i16, Expand); in MSP430TargetLowering() 73 setTruncStoreAction(MVT::i16, MVT::i8, Expand); in MSP430TargetLowering() 81 setOperationAction(ISD::ROTL, MVT::i8, Expand); in MSP430TargetLowering() 82 setOperationAction(ISD::ROTR, MVT::i8, Expand); in MSP430TargetLowering() 83 setOperationAction(ISD::ROTL, MVT::i16, Expand); in MSP430TargetLowering() 84 setOperationAction(ISD::ROTR, MVT::i16, Expand); in MSP430TargetLowering() 88 setOperationAction(ISD::BR_JT, MVT::Other, Expand); in MSP430TargetLowering() 91 setOperationAction(ISD::BRCOND, MVT::Other, Expand); in MSP430TargetLowering() 94 setOperationAction(ISD::SELECT, MVT::i8, Expand); in MSP430TargetLowering() [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | TargetLoweringBase.cpp | 758 OpActions[(unsigned)VT.SimpleTy][NT] = Expand; in initActions() 762 setTruncStoreAction(AVT, VT, Expand); in initActions() 763 setLoadExtAction(ISD::EXTLOAD, AVT, VT, Expand); in initActions() 764 setLoadExtAction(ISD::ZEXTLOAD, AVT, VT, Expand); in initActions() 770 setIndexedLoadAction(IM, VT, Expand); in initActions() 771 setIndexedStoreAction(IM, VT, Expand); in initActions() 772 setIndexedMaskedLoadAction(IM, VT, Expand); in initActions() 773 setIndexedMaskedStoreAction(IM, VT, Expand); in initActions() 790 setIndexedLoadAction(IM, VT, Expand); in initActions() 791 setIndexedStoreAction(IM, VT, Expand); in initActions() [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AVR/ |
| H A D | AVRISelLowering.cpp | 55 setOperationAction(ISD::STACKSAVE, MVT::Other, Expand); in AVRTargetLowering() 56 setOperationAction(ISD::STACKRESTORE, MVT::Other, Expand); in AVRTargetLowering() 57 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i8, Expand); in AVRTargetLowering() 58 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i16, Expand); in AVRTargetLowering() 65 setLoadExtAction(N, VT, MVT::i8, Expand); in AVRTargetLowering() 69 setTruncStoreAction(MVT::i16, MVT::i8, Expand); in AVRTargetLowering() 94 setOperationAction(ISD::SHL_PARTS, MVT::i16, Expand); in AVRTargetLowering() 95 setOperationAction(ISD::SRA_PARTS, MVT::i16, Expand); in AVRTargetLowering() 96 setOperationAction(ISD::SRL_PARTS, MVT::i16, Expand); in AVRTargetLowering() 99 setOperationAction(ISD::ROTL, MVT::i16, Expand); in AVRTargetLowering() [all …]
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/ |
| H A D | memtemp65.C | 5 static T Expand(T* a, T* b) { return T(); } in Expand() function 14 PartialDotProduct<N>::Expand(f1, f2); in dot()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Lanai/ |
| H A D | LanaiISelLowering.cpp | 86 setOperationAction(ISD::BR_JT, MVT::Other, Expand); in LanaiTargetLowering() 87 setOperationAction(ISD::BRCOND, MVT::Other, Expand); in LanaiTargetLowering() 89 setOperationAction(ISD::SELECT, MVT::i32, Expand); in LanaiTargetLowering() 98 setOperationAction(ISD::STACKSAVE, MVT::Other, Expand); in LanaiTargetLowering() 99 setOperationAction(ISD::STACKRESTORE, MVT::Other, Expand); in LanaiTargetLowering() 102 setOperationAction(ISD::VAARG, MVT::Other, Expand); in LanaiTargetLowering() 103 setOperationAction(ISD::VACOPY, MVT::Other, Expand); in LanaiTargetLowering() 104 setOperationAction(ISD::VAEND, MVT::Other, Expand); in LanaiTargetLowering() 106 setOperationAction(ISD::SDIV, MVT::i32, Expand); in LanaiTargetLowering() 107 setOperationAction(ISD::UDIV, MVT::i32, Expand); in LanaiTargetLowering() [all …]
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.robertl/ |
| H A D | eb65.C | 7 static T Expand(T* a, T* b) { return T(); } in Expand() function 16 return PartialDotProduct<N, 0>::Expand(f1, f2); // line 14 in dot()
|
| /openbsd-src/gnu/llvm/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 …]
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeVectorOps.cpp | 94 void Expand(SDNode *Node, SmallVectorImpl<SDValue> &Results); 290 Action = TargetLowering::Expand; in LegalizeOp() 305 if (Action == TargetLowering::Expand && !TLI.isStrictFPEnabled() && in LegalizeOp() 310 == TargetLowering::Expand && in LegalizeOp() 497 case TargetLowering::Expand: in LegalizeOp() 499 Expand(Node, ResultVals); in LegalizeOp() 703 void VectorLegalizer::Expand(SDNode *Node, SmallVectorImpl<SDValue> &Results) { in Expand() function in VectorLegalizer 986 if (TLI.getOperationAction(ISD::AND, VT) == TargetLowering::Expand || in ExpandSELECT() 987 TLI.getOperationAction(ISD::XOR, VT) == TargetLowering::Expand || in ExpandSELECT() 988 TLI.getOperationAction(ISD::OR, VT) == TargetLowering::Expand || in ExpandSELECT() [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUISelLowering.cpp | 145 Expand); in AMDGPUTargetLowering() 155 setLoadExtAction(Op, VT, MVT::i32, Expand); in AMDGPUTargetLowering() 163 Expand); in AMDGPUTargetLowering() 165 setLoadExtAction(ISD::EXTLOAD, MVT::f32, MVT::f16, Expand); in AMDGPUTargetLowering() 166 setLoadExtAction(ISD::EXTLOAD, MVT::f32, MVT::bf16, Expand); in AMDGPUTargetLowering() 167 setLoadExtAction(ISD::EXTLOAD, MVT::v2f32, MVT::v2f16, Expand); in AMDGPUTargetLowering() 168 setLoadExtAction(ISD::EXTLOAD, MVT::v3f32, MVT::v3f16, Expand); in AMDGPUTargetLowering() 169 setLoadExtAction(ISD::EXTLOAD, MVT::v4f32, MVT::v4f16, Expand); in AMDGPUTargetLowering() 170 setLoadExtAction(ISD::EXTLOAD, MVT::v8f32, MVT::v8f16, Expand); in AMDGPUTargetLowering() 171 setLoadExtAction(ISD::EXTLOAD, MVT::v16f32, MVT::v16f16, Expand); in AMDGPUTargetLowering() [all …]
|
| H A D | R600ISelLowering.cpp | 59 MVT::v2i1, Expand); in R600TargetLowering() 62 MVT::v4i1, Expand); in R600TargetLowering() 83 setTruncStoreAction(MVT::v2i32, MVT::v2i1, Expand); in R600TargetLowering() 84 setTruncStoreAction(MVT::v4i32, MVT::v4i1, Expand); in R600TargetLowering() 90 MVT::f32, Expand); in R600TargetLowering() 93 MVT::i32, Expand); in R600TargetLowering() 97 setOperationAction(ISD::SETCC, {MVT::v4i32, MVT::v2i32}, Expand); in R600TargetLowering() 99 setOperationAction(ISD::BR_CC, {MVT::i32, MVT::f32}, Expand); in R600TargetLowering() 102 setOperationAction(ISD::FSUB, MVT::f32, Expand); in R600TargetLowering() 109 setOperationAction(ISD::SETCC, {MVT::i32, MVT::f32}, Expand); in R600TargetLowering() [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/ |
| H A D | HexagonISelLowering.cpp | 1497 setOperationAction(ISD::BUILD_PAIR, MVT::i64, Expand); in HexagonTargetLowering() 1498 setOperationAction(ISD::SIGN_EXTEND_INREG, MVT::i1, Expand); in HexagonTargetLowering() 1522 setOperationAction(ISD::VAEND, MVT::Other, Expand); in HexagonTargetLowering() 1523 setOperationAction(ISD::VAARG, MVT::Other, Expand); in HexagonTargetLowering() 1527 setOperationAction(ISD::VACOPY, MVT::Other, Expand); in HexagonTargetLowering() 1529 setOperationAction(ISD::STACKSAVE, MVT::Other, Expand); in HexagonTargetLowering() 1530 setOperationAction(ISD::STACKRESTORE, MVT::Other, Expand); in HexagonTargetLowering() 1537 setOperationAction(ISD::BR_JT, MVT::Other, Expand); in HexagonTargetLowering() 1550 setOperationAction(ISD::SADDO, VT, Expand); in HexagonTargetLowering() 1551 setOperationAction(ISD::SSUBO, VT, Expand); in HexagonTargetLowering() [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXISelLowering.cpp | 417 setOperationAction(ISD::INSERT_VECTOR_ELT, MVT::v2f16, Expand); in NVPTXTargetLowering() 418 setOperationAction(ISD::VECTOR_SHUFFLE, MVT::v2f16, Expand); in NVPTXTargetLowering() 421 setFP16OperationAction(ISD::SETCC, MVT::v2f16, Legal, Expand); in NVPTXTargetLowering() 426 setOperationAction(ISD::SELECT_CC, VT, Expand); in NVPTXTargetLowering() 427 setOperationAction(ISD::BR_CC, VT, Expand); in NVPTXTargetLowering() 436 setOperationAction(ISD::SIGN_EXTEND_INREG, MVT::i1, Expand); in NVPTXTargetLowering() 456 setOperationAction(ISD::ROTL, MVT::i16, Expand); in NVPTXTargetLowering() 457 setOperationAction(ISD::ROTR, MVT::i16, Expand); in NVPTXTargetLowering() 458 setOperationAction(ISD::ROTL, MVT::i8, Expand); in NVPTXTargetLowering() 459 setOperationAction(ISD::ROTR, MVT::i8, Expand); in NVPTXTargetLowering() [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.cpp | 194 setLoadExtAction(ISD::SEXTLOAD, VT, MVT::i8, Expand); in PPCTargetLowering() 204 setLoadExtAction(ISD::EXTLOAD, MVT::f64, MVT::f16, Expand); in PPCTargetLowering() 205 setOperationAction(ISD::FP16_TO_FP, MVT::f64, Expand); in PPCTargetLowering() 206 setOperationAction(ISD::FP_TO_FP16, MVT::f64, Expand); in PPCTargetLowering() 207 setLoadExtAction(ISD::EXTLOAD, MVT::f32, MVT::f16, Expand); in PPCTargetLowering() 208 setOperationAction(ISD::FP16_TO_FP, MVT::f32, Expand); in PPCTargetLowering() 209 setOperationAction(ISD::FP_TO_FP16, MVT::f32, Expand); in PPCTargetLowering() 210 setTruncStoreAction(MVT::f64, MVT::f16, Expand); in PPCTargetLowering() 211 setTruncStoreAction(MVT::f32, MVT::f16, Expand); in PPCTargetLowering() 214 setTruncStoreAction(MVT::f64, MVT::f32, Expand); in PPCTargetLowering() [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyISelLowering.cpp | 111 setOperationAction(ISD::VAARG, MVT::Other, Expand); in WebAssemblyTargetLowering() 112 setOperationAction(ISD::VACOPY, MVT::Other, Expand); in WebAssemblyTargetLowering() 113 setOperationAction(ISD::VAEND, MVT::Other, Expand); in WebAssemblyTargetLowering() 121 setCondCodeAction(CC, T, Expand); in WebAssemblyTargetLowering() 125 setOperationAction(Op, T, Expand); in WebAssemblyTargetLowering() 135 setOperationAction(ISD::FP16_TO_FP, T, Expand); in WebAssemblyTargetLowering() 136 setOperationAction(ISD::FP_TO_FP16, T, Expand); in WebAssemblyTargetLowering() 137 setLoadExtAction(ISD::EXTLOAD, T, MVT::f16, Expand); in WebAssemblyTargetLowering() 138 setTruncStoreAction(T, MVT::f16, Expand); in WebAssemblyTargetLowering() 147 setOperationAction(Op, T, Expand); in WebAssemblyTargetLowering() [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.cpp | 179 setOperationAction(ISD::SINT_TO_FP, VT, Expand); in addTypeForNEON() 180 setOperationAction(ISD::UINT_TO_FP, VT, Expand); in addTypeForNEON() 181 setOperationAction(ISD::FP_TO_SINT, VT, Expand); in addTypeForNEON() 182 setOperationAction(ISD::FP_TO_UINT, VT, Expand); in addTypeForNEON() 188 setOperationAction(ISD::SELECT, VT, Expand); in addTypeForNEON() 189 setOperationAction(ISD::SELECT_CC, VT, Expand); in addTypeForNEON() 190 setOperationAction(ISD::VSELECT, VT, Expand); in addTypeForNEON() 191 setOperationAction(ISD::SIGN_EXTEND_INREG, VT, Expand); in addTypeForNEON() 199 setOperationAction(ISD::SDIV, VT, Expand); in addTypeForNEON() 200 setOperationAction(ISD::UDIV, VT, Expand); in addTypeForNEON() [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/ARC/ |
| H A D | ARCISelLowering.cpp | 114 setOperationAction(Opc, MVT::i32, Expand); in ARCTargetLowering() 147 setOperationAction(ISD::BRCOND, MVT::Other, Expand); in ARCTargetLowering() 148 setOperationAction(ISD::BR_JT, MVT::Other, Expand); in ARCTargetLowering() 158 setOperationAction(ISD::VAEND, MVT::Other, Expand); in ARCTargetLowering() 159 setOperationAction(ISD::VAARG, MVT::Other, Expand); in ARCTargetLowering() 160 setOperationAction(ISD::VACOPY, MVT::Other, Expand); in ARCTargetLowering() 163 setOperationAction(ISD::STACKSAVE, MVT::Other, Expand); in ARCTargetLowering() 164 setOperationAction(ISD::STACKRESTORE, MVT::Other, Expand); in ARCTargetLowering()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 440 setOperationAction(ISD::SELECT_CC, MVT::bf16, Expand); in AArch64TargetLowering() 451 setOperationAction(ISD::FREM, MVT::f32, Expand); in AArch64TargetLowering() 452 setOperationAction(ISD::FREM, MVT::f64, Expand); in AArch64TargetLowering() 453 setOperationAction(ISD::FREM, MVT::f80, Expand); in AArch64TargetLowering() 455 setOperationAction(ISD::BUILD_PAIR, MVT::i64, Expand); in AArch64TargetLowering() 464 setOperationAction(ISD::FABS, MVT::f128, Expand); in AArch64TargetLowering() 466 setOperationAction(ISD::FCOPYSIGN, MVT::f128, Expand); in AArch64TargetLowering() 467 setOperationAction(ISD::FCOS, MVT::f128, Expand); in AArch64TargetLowering() 469 setOperationAction(ISD::FMA, MVT::f128, Expand); in AArch64TargetLowering() 471 setOperationAction(ISD::FNEG, MVT::f128, Expand); in AArch64TargetLowering() [all …]
|