Home
last modified time | relevance | path

Searched refs:setOperationAction (Results 1 – 25 of 32) sorted by relevance

12

/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonISelLoweringHVX.cpp74 setOperationAction(Opc, FromTy, Promote); in initializeHVXLowering()
256 setOperationAction(ISD::LOAD, T, Custom); in initializeHVXLowering()
257 setOperationAction(ISD::STORE, T, Custom); in initializeHVXLowering()
258 setOperationAction(ISD::MLOAD, T, Custom); in initializeHVXLowering()
259 setOperationAction(ISD::MSTORE, T, Custom); in initializeHVXLowering()
260 setOperationAction(ISD::CTLZ, T, Custom); in initializeHVXLowering()
261 setOperationAction(ISD::CTTZ, T, Custom); in initializeHVXLowering()
262 setOperationAction(ISD::CTPOP, T, Custom); in initializeHVXLowering()
264 setOperationAction(ISD::ADD, T, Legal); in initializeHVXLowering()
265 setOperationAction(ISD::SUB, T, Legal); in initializeHVXLowering()
[all …]
H A DHexagonISelLowering.cpp1586 setOperationAction(IntExpOp, VT, Expand); in HexagonTargetLowering()
1593 setOperationAction(FPExpOp, VT, Expand); in HexagonTargetLowering()
1670 setOperationAction(ISD::SRA, VT, Custom); in HexagonTargetLowering()
1671 setOperationAction(ISD::SHL, VT, Custom); in HexagonTargetLowering()
1672 setOperationAction(ISD::SRL, VT, Custom); in HexagonTargetLowering()
1710 setOperationAction(ISD::SMIN, VT, Legal); in HexagonTargetLowering()
1711 setOperationAction(ISD::SMAX, VT, Legal); in HexagonTargetLowering()
1712 setOperationAction(ISD::UMIN, VT, Legal); in HexagonTargetLowering()
1713 setOperationAction(ISD::UMAX, VT, Legal); in HexagonTargetLowering()
1722 setOperationAction(ISD::LOAD, VT, Custom); in HexagonTargetLowering()
[all …]
/llvm-project-15.0.7/llvm/lib/Target/BPF/
H A DBPFISelLowering.cpp103 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()
110 setOperationAction(ISD::ROTR, VT, Expand); in BPFTargetLowering()
111 setOperationAction(ISD::ROTL, VT, Expand); in BPFTargetLowering()
115 setOperationAction(ISD::CTPOP, VT, Expand); in BPFTargetLowering()
117 setOperationAction(ISD::SETCC, VT, Expand); in BPFTargetLowering()
118 setOperationAction(ISD::SELECT, VT, Expand); in BPFTargetLowering()
[all …]
/llvm-project-15.0.7/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp1533 setOperationAction(Op, MVT::v2i32, Expand); in SparcTargetLowering()
1594 setOperationAction(ISD::UREM, MVT::i32, Expand); in SparcTargetLowering()
1595 setOperationAction(ISD::SREM, MVT::i32, Expand); in SparcTargetLowering()
1636 setOperationAction(ISD::SETCC, MVT::i32, Expand); in SparcTargetLowering()
1637 setOperationAction(ISD::SETCC, MVT::f32, Expand); in SparcTargetLowering()
1655 setOperationAction(ISD::ADDC, MVT::i32, Custom); in SparcTargetLowering()
1656 setOperationAction(ISD::ADDE, MVT::i32, Custom); in SparcTargetLowering()
1657 setOperationAction(ISD::SUBC, MVT::i32, Custom); in SparcTargetLowering()
1658 setOperationAction(ISD::SUBE, MVT::i32, Custom); in SparcTargetLowering()
1672 setOperationAction(ISD::CTPOP, MVT::i64, in SparcTargetLowering()
[all …]
/llvm-project-15.0.7/llvm/lib/Target/ARC/
H A DARCISelLowering.cpp114 setOperationAction(Opc, MVT::i32, Expand); in ARCTargetLowering()
118 setOperationAction(ISD::ADD, MVT::i32, Legal); in ARCTargetLowering()
119 setOperationAction(ISD::SUB, MVT::i32, Legal); in ARCTargetLowering()
120 setOperationAction(ISD::AND, MVT::i32, Legal); in ARCTargetLowering()
121 setOperationAction(ISD::SMAX, MVT::i32, Legal); in ARCTargetLowering()
122 setOperationAction(ISD::SMIN, MVT::i32, Legal); in ARCTargetLowering()
124 setOperationAction(ISD::ADDC, MVT::i32, Legal); in ARCTargetLowering()
130 setOperationAction(ISD::SHL, MVT::i32, Legal); in ARCTargetLowering()
131 setOperationAction(ISD::SRA, MVT::i32, Legal); in ARCTargetLowering()
132 setOperationAction(ISD::SRL, MVT::i32, Legal); in ARCTargetLowering()
[all …]
/llvm-project-15.0.7/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp75 setOperationAction(ISD::SRA, MVT::i8, Custom); in MSP430TargetLowering()
76 setOperationAction(ISD::SHL, MVT::i8, Custom); in MSP430TargetLowering()
77 setOperationAction(ISD::SRL, MVT::i8, Custom); in MSP430TargetLowering()
78 setOperationAction(ISD::SRA, MVT::i16, Custom); in MSP430TargetLowering()
79 setOperationAction(ISD::SHL, MVT::i16, Custom); in MSP430TargetLowering()
80 setOperationAction(ISD::SRL, MVT::i16, Custom); 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()
[all …]
/llvm-project-15.0.7/llvm/lib/Target/Mips/
H A DMipsSEISelLowering.cpp316 setOperationAction(Opc, Ty, Expand); in addMSAIntType()
326 setOperationAction(ISD::ADD, Ty, Legal); in addMSAIntType()
327 setOperationAction(ISD::AND, Ty, Legal); in addMSAIntType()
330 setOperationAction(ISD::MUL, Ty, Legal); in addMSAIntType()
331 setOperationAction(ISD::OR, Ty, Legal); in addMSAIntType()
334 setOperationAction(ISD::SHL, Ty, Legal); in addMSAIntType()
335 setOperationAction(ISD::SRA, Ty, Legal); in addMSAIntType()
336 setOperationAction(ISD::SRL, Ty, Legal); in addMSAIntType()
337 setOperationAction(ISD::SUB, Ty, Legal); in addMSAIntType()
346 setOperationAction(ISD::XOR, Ty, Legal); in addMSAIntType()
[all …]
H A DMips16ISelLowering.cpp130 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()
144 setOperationAction(ISD::ROTR, MVT::i32, Expand); in Mips16TargetLowering()
145 setOperationAction(ISD::ROTR, MVT::i64, Expand); in Mips16TargetLowering()
146 setOperationAction(ISD::BSWAP, MVT::i32, Expand); in Mips16TargetLowering()
[all …]
H A DMipsISelLowering.cpp376 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()
379 setOperationAction(ISD::UREM, MVT::i32, Expand); in MipsTargetLowering()
380 setOperationAction(ISD::SDIV, MVT::i64, Expand); in MipsTargetLowering()
381 setOperationAction(ISD::SREM, MVT::i64, Expand); in MipsTargetLowering()
382 setOperationAction(ISD::UDIV, MVT::i64, Expand); in MipsTargetLowering()
383 setOperationAction(ISD::UREM, MVT::i64, Expand); in MipsTargetLowering()
465 setOperationAction(ISD::CTLZ, MVT::i32, Expand); in MipsTargetLowering()
467 setOperationAction(ISD::CTLZ, MVT::i64, Expand); in MipsTargetLowering()
[all …]
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp236 setOperationAction(ISD::ADDC, VT, Legal); in PPCTargetLowering()
237 setOperationAction(ISD::ADDE, VT, Legal); in PPCTargetLowering()
238 setOperationAction(ISD::SUBC, VT, Legal); in PPCTargetLowering()
239 setOperationAction(ISD::SUBE, VT, Legal); in PPCTargetLowering()
764 setOperationAction(ISD::ADD, VT, Legal); in PPCTargetLowering()
765 setOperationAction(ISD::SUB, VT, Legal); in PPCTargetLowering()
825 setOperationAction(ISD::MUL , VT, Expand); in PPCTargetLowering()
826 setOperationAction(ISD::SDIV, VT, Expand); in PPCTargetLowering()
827 setOperationAction(ISD::SREM, VT, Expand); in PPCTargetLowering()
828 setOperationAction(ISD::UDIV, VT, Expand); in PPCTargetLowering()
[all …]
/llvm-project-15.0.7/llvm/lib/Target/AVR/
H A DAVRISelLowering.cpp70 setOperationAction(ISD::ADDC, VT, Legal); in AVRTargetLowering()
71 setOperationAction(ISD::SUBC, VT, Legal); in AVRTargetLowering()
72 setOperationAction(ISD::ADDE, VT, Legal); in AVRTargetLowering()
73 setOperationAction(ISD::SUBE, VT, Legal); in AVRTargetLowering()
78 setOperationAction(ISD::ADD, MVT::i32, Custom); in AVRTargetLowering()
83 setOperationAction(ISD::SRA, MVT::i8, Custom); in AVRTargetLowering()
84 setOperationAction(ISD::SHL, MVT::i8, Custom); in AVRTargetLowering()
85 setOperationAction(ISD::SRL, MVT::i8, Custom); in AVRTargetLowering()
179 setOperationAction(ISD::MULHS, VT, Expand); in AVRTargetLowering()
185 setOperationAction(ISD::CTLZ, VT, Expand); in AVRTargetLowering()
[all …]
/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp169 setOperationAction(ISD::ABS, VT, Legal); in SystemZTargetLowering()
172 setOperationAction(ISD::SDIV, VT, Expand); in SystemZTargetLowering()
173 setOperationAction(ISD::UDIV, VT, Expand); in SystemZTargetLowering()
174 setOperationAction(ISD::SREM, VT, Expand); in SystemZTargetLowering()
175 setOperationAction(ISD::UREM, VT, Expand); in SystemZTargetLowering()
365 setOperationAction(ISD::ADD, VT, Legal); in SystemZTargetLowering()
366 setOperationAction(ISD::SUB, VT, Legal); in SystemZTargetLowering()
369 setOperationAction(ISD::ABS, VT, Legal); in SystemZTargetLowering()
370 setOperationAction(ISD::AND, VT, Legal); in SystemZTargetLowering()
371 setOperationAction(ISD::OR, VT, Legal); in SystemZTargetLowering()
[all …]
/llvm-project-15.0.7/llvm/lib/Target/VE/
H A DVEISelLowering.cpp195 setOperationAction(ISD::CTLZ, IntVT, Act); in initSPUActions()
197 setOperationAction(ISD::CTPOP, IntVT, Act); in initSPUActions()
201 setOperationAction(ISD::AND, IntVT, Act); in initSPUActions()
202 setOperationAction(ISD::OR, IntVT, Act); in initSPUActions()
203 setOperationAction(ISD::XOR, IntVT, Act); in initSPUActions()
227 setOperationAction(ISD::FNEG, VT, Expand); in initSPUActions()
228 setOperationAction(ISD::FREM, VT, Expand); in initSPUActions()
244 setOperationAction(ISD::FABS, VT, Expand); in initSPUActions()
246 setOperationAction(ISD::FCOS, VT, Expand); in initSPUActions()
247 setOperationAction(ISD::FSIN, VT, Expand); in initSPUActions()
[all …]
/llvm-project-15.0.7/llvm/lib/Target/CSKY/
H A DCSKYISelLowering.cpp58 setOperationAction(ISD::SREM, MVT::i32, Expand); in CSKYTargetLowering()
59 setOperationAction(ISD::UREM, 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()
71 setOperationAction(ISD::BR_CC, MVT::i32, Expand); in CSKYTargetLowering()
76 setOperationAction(ISD::MULHS, MVT::i32, Expand); in CSKYTargetLowering()
77 setOperationAction(ISD::MULHU, MVT::i32, Expand); in CSKYTargetLowering()
124 setOperationAction(ISD::FREM, VT, Expand); in CSKYTargetLowering()
126 setOperationAction(ISD::BR_CC, VT, Expand); in CSKYTargetLowering()
[all …]
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp689 setOperationAction(Op, Ty, Legal); in AArch64TargetLowering()
698 setOperationAction(Op, Ty, Legal); in AArch64TargetLowering()
987 setOperationAction(Op, VT, Custom); in AArch64TargetLowering()
1109 setOperationAction(Op, Ty, Legal); in AArch64TargetLowering()
1484 setOperationAction(ISD::SRA, VT, Custom); in addTypeForNEON()
1485 setOperationAction(ISD::SRL, VT, Custom); in addTypeForNEON()
1486 setOperationAction(ISD::SHL, VT, Custom); in addTypeForNEON()
1487 setOperationAction(ISD::OR, VT, Custom); in addTypeForNEON()
1510 setOperationAction(Opcode, VT, Custom); in addTypeForNEON()
1587 setOperationAction(Op, VT, Expand); in addTypeForFixedLengthSVE()
[all …]
/llvm-project-15.0.7/llvm/lib/Target/Lanai/
H A DLanaiISelLowering.cpp85 setOperationAction(ISD::BR_CC, MVT::i32, Custom); in LanaiTargetLowering()
106 setOperationAction(ISD::SDIV, MVT::i32, Expand); in LanaiTargetLowering()
107 setOperationAction(ISD::UDIV, MVT::i32, Expand); in LanaiTargetLowering()
110 setOperationAction(ISD::SREM, MVT::i32, Expand); in LanaiTargetLowering()
111 setOperationAction(ISD::UREM, MVT::i32, Expand); in LanaiTargetLowering()
113 setOperationAction(ISD::MUL, MVT::i32, Custom); in LanaiTargetLowering()
119 setOperationAction(ISD::ROTR, MVT::i32, Expand); in LanaiTargetLowering()
120 setOperationAction(ISD::ROTL, MVT::i32, Expand); in LanaiTargetLowering()
126 setOperationAction(ISD::CTPOP, MVT::i32, Legal); in LanaiTargetLowering()
127 setOperationAction(ISD::CTLZ, MVT::i32, Legal); in LanaiTargetLowering()
[all …]
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp198 setOperationAction(ISD::SDIV, VT, Expand); in addTypeForNEON()
199 setOperationAction(ISD::UDIV, VT, Expand); in addTypeForNEON()
200 setOperationAction(ISD::FDIV, VT, Expand); in addTypeForNEON()
201 setOperationAction(ISD::SREM, VT, Expand); in addTypeForNEON()
202 setOperationAction(ISD::UREM, VT, Expand); in addTypeForNEON()
203 setOperationAction(ISD::FREM, VT, Expand); in addTypeForNEON()
210 setOperationAction(Opcode, VT, Legal); in addTypeForNEON()
213 setOperationAction(Opcode, VT, Legal); in addTypeForNEON()
228 setOperationAction(Opc, VT, Expand); in setAllExpand()
234 setOperationAction(ISD::LOAD, VT, Legal); in setAllExpand()
[all …]
/llvm-project-15.0.7/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp125 setOperationAction(Op, T, Expand); in WebAssemblyTargetLowering()
130 setOperationAction(Op, T, Legal); in WebAssemblyTargetLowering()
147 setOperationAction(Op, T, Expand); in WebAssemblyTargetLowering()
150 setOperationAction(Op, T, Expand); in WebAssemblyTargetLowering()
156 setOperationAction(Op, T, Custom); in WebAssemblyTargetLowering()
181 setOperationAction(Op, T, Legal); in WebAssemblyTargetLowering()
200 setOperationAction(Op, T, Custom); in WebAssemblyTargetLowering()
206 setOperationAction(Op, T, Custom); in WebAssemblyTargetLowering()
220 setOperationAction(Op, T, Expand); in WebAssemblyTargetLowering()
225 setOperationAction(Op, T, Legal); in WebAssemblyTargetLowering()
[all …]
/llvm-project-15.0.7/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp514 setOperationAction(ISD::ABS, Ty, Legal); in NVPTXTargetLowering()
515 setOperationAction(ISD::SMIN, Ty, Legal); in NVPTXTargetLowering()
516 setOperationAction(ISD::SMAX, Ty, Legal); in NVPTXTargetLowering()
517 setOperationAction(ISD::UMIN, Ty, Legal); in NVPTXTargetLowering()
575 setOperationAction(Op, MVT::f16, Legal); in NVPTXTargetLowering()
576 setOperationAction(Op, MVT::f32, Legal); in NVPTXTargetLowering()
577 setOperationAction(Op, MVT::f64, Legal); in NVPTXTargetLowering()
599 setOperationAction(Op, MVT::f32, Legal); in NVPTXTargetLowering()
600 setOperationAction(Op, MVT::f64, Legal); in NVPTXTargetLowering()
610 setOperationAction(Op, MVT::f32, Legal); in NVPTXTargetLowering()
[all …]
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp338 setOperationAction(ISD::SDIV, VT, Expand); in X86TargetLowering()
339 setOperationAction(ISD::UDIV, VT, Expand); in X86TargetLowering()
340 setOperationAction(ISD::SREM, VT, Expand); in X86TargetLowering()
341 setOperationAction(ISD::UREM, VT, Expand); in X86TargetLowering()
406 setOperationAction( in X86TargetLowering()
410 setOperationAction(Op, MVT::f64, Expand); in X86TargetLowering()
411 setOperationAction(Op, MVT::f80, Expand); in X86TargetLowering()
412 setOperationAction(Op, MVT::f128, Expand); in X86TargetLowering()
559 setOperationAction(ISD::FABS, VT, Action); in X86TargetLowering()
560 setOperationAction(ISD::FNEG, VT, Action); in X86TargetLowering()
[all …]
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DR600ISelLowering.cpp99 setOperationAction(ISD::BRCOND, MVT::Other, Custom); in R600TargetLowering()
101 setOperationAction(ISD::FSUB, MVT::f32, Expand); in R600TargetLowering()
118 setOperationAction(ISD::UADDO, MVT::i32, Custom); in R600TargetLowering()
121 setOperationAction(ISD::USUBO, MVT::i32, Custom); in R600TargetLowering()
142 setOperationAction(ISD::FrameIndex, MVT::i32, Custom); in R600TargetLowering()
144 setOperationAction(ISD::EXTRACT_VECTOR_ELT, in R600TargetLowering()
147 setOperationAction(ISD::INSERT_VECTOR_ELT, in R600TargetLowering()
159 setOperationAction(ISD::FMAD, MVT::f32, Legal); in R600TargetLowering()
166 setOperationAction(ISD::CTPOP, MVT::i32, Expand); in R600TargetLowering()
169 setOperationAction(ISD::CTPOP, MVT::i64, Expand); in R600TargetLowering()
[all …]
H A DAMDGPUISelLowering.cpp63 setOperationAction(ISD::LOAD, MVT::f32, Promote); in AMDGPUTargetLowering()
66 setOperationAction(ISD::LOAD, MVT::v2f32, Promote); in AMDGPUTargetLowering()
69 setOperationAction(ISD::LOAD, MVT::v3f32, Promote); in AMDGPUTargetLowering()
93 setOperationAction(ISD::LOAD, MVT::i64, Promote); in AMDGPUTargetLowering()
99 setOperationAction(ISD::LOAD, MVT::f64, Promote); in AMDGPUTargetLowering()
312 setOperationAction(ISD::CONCAT_VECTORS, in AMDGPUTargetLowering()
317 setOperationAction( in AMDGPUTargetLowering()
350 setOperationAction(ISD::FSHR, MVT::i32, Legal); in AMDGPUTargetLowering()
359 setOperationAction( in AMDGPUTargetLowering()
367 setOperationAction( in AMDGPUTargetLowering()
[all …]
/llvm-project-15.0.7/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp95 setOperationAction(ISD::ADD, MVT::i64, Custom); in XCoreTargetLowering()
96 setOperationAction(ISD::SUB, MVT::i64, Custom); in XCoreTargetLowering()
99 setOperationAction(ISD::MULHS, MVT::i32, Expand); in XCoreTargetLowering()
100 setOperationAction(ISD::MULHU, MVT::i32, Expand); in XCoreTargetLowering()
106 setOperationAction(ISD::CTPOP, MVT::i32, Expand); in XCoreTargetLowering()
107 setOperationAction(ISD::ROTL , MVT::i32, Expand); in XCoreTargetLowering()
108 setOperationAction(ISD::ROTR , MVT::i32, Expand); in XCoreTargetLowering()
111 setOperationAction(ISD::TRAP, MVT::Other, Legal); in XCoreTargetLowering()
114 setOperationAction(ISD::BR_JT, MVT::Other, Custom); in XCoreTargetLowering()
133 setOperationAction(ISD::LOAD, MVT::i32, Custom); in XCoreTargetLowering()
[all …]
/llvm-project-15.0.7/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.cpp51 setOperationAction(ISD::SHL_PARTS, GRLenVT, Custom); in LoongArchTargetLowering()
52 setOperationAction(ISD::SRA_PARTS, GRLenVT, Custom); in LoongArchTargetLowering()
53 setOperationAction(ISD::SRL_PARTS, GRLenVT, Custom); in LoongArchTargetLowering()
54 setOperationAction(ISD::FP_TO_SINT, GRLenVT, Custom); in LoongArchTargetLowering()
59 setOperationAction(ISD::SHL, MVT::i32, Custom); in LoongArchTargetLowering()
60 setOperationAction(ISD::SRA, MVT::i32, Custom); in LoongArchTargetLowering()
61 setOperationAction(ISD::SRL, MVT::i32, Custom); in LoongArchTargetLowering()
63 setOperationAction(ISD::BITCAST, MVT::i32, Custom); in LoongArchTargetLowering()
82 setOperationAction(ISD::BR_CC, GRLenVT, Expand); in LoongArchTargetLowering()
83 setOperationAction(ISD::SELECT_CC, GRLenVT, Expand); in LoongArchTargetLowering()
[all …]
/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp238 setOperationAction( in RISCVTargetLowering()
282 setOperationAction( in RISCVTargetLowering()
500 setOperationAction( in RISCVTargetLowering()
506 setOperationAction( in RISCVTargetLowering()
510 setOperationAction( in RISCVTargetLowering()
518 setOperationAction( in RISCVTargetLowering()
530 setOperationAction( in RISCVTargetLowering()
572 setOperationAction( in RISCVTargetLowering()
576 setOperationAction( in RISCVTargetLowering()
598 setOperationAction( in RISCVTargetLowering()
[all …]

12