Lines Matching refs:setOperationAction
143 setOperationAction(ISD::SETCC, VT, Custom); in SystemZTargetLowering()
144 setOperationAction(ISD::STRICT_FSETCC, VT, Custom); in SystemZTargetLowering()
145 setOperationAction(ISD::STRICT_FSETCCS, VT, Custom); in SystemZTargetLowering()
148 setOperationAction(ISD::SELECT, VT, Expand); in SystemZTargetLowering()
151 setOperationAction(ISD::SELECT_CC, VT, Custom); in SystemZTargetLowering()
152 setOperationAction(ISD::BR_CC, VT, Custom); in SystemZTargetLowering()
158 setOperationAction(ISD::BR_JT, MVT::Other, Expand); in SystemZTargetLowering()
161 setOperationAction(ISD::BRCOND, MVT::Other, Expand); in SystemZTargetLowering()
169 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()
176 setOperationAction(ISD::SDIVREM, VT, Custom); in SystemZTargetLowering()
177 setOperationAction(ISD::UDIVREM, VT, Custom); in SystemZTargetLowering()
180 setOperationAction(ISD::SADDO, VT, Custom); in SystemZTargetLowering()
181 setOperationAction(ISD::SSUBO, VT, Custom); in SystemZTargetLowering()
184 setOperationAction(ISD::UADDO, VT, Custom); in SystemZTargetLowering()
185 setOperationAction(ISD::USUBO, VT, Custom); in SystemZTargetLowering()
188 setOperationAction(ISD::ADDCARRY, VT, Custom); in SystemZTargetLowering()
189 setOperationAction(ISD::SUBCARRY, VT, Custom); in SystemZTargetLowering()
193 setOperationAction(ISD::ATOMIC_LOAD, VT, Custom); in SystemZTargetLowering()
194 setOperationAction(ISD::ATOMIC_STORE, VT, Custom); in SystemZTargetLowering()
198 setOperationAction(ISD::ATOMIC_LOAD_SUB, VT, Custom); in SystemZTargetLowering()
202 setOperationAction(ISD::CTPOP, VT, Custom); in SystemZTargetLowering()
204 setOperationAction(ISD::CTPOP, VT, Expand); in SystemZTargetLowering()
207 setOperationAction(ISD::CTTZ, VT, Expand); in SystemZTargetLowering()
208 setOperationAction(ISD::ROTR, VT, Expand); in SystemZTargetLowering()
211 setOperationAction(ISD::MULHS, VT, Expand); in SystemZTargetLowering()
212 setOperationAction(ISD::MULHU, VT, Expand); in SystemZTargetLowering()
213 setOperationAction(ISD::SMUL_LOHI, VT, Custom); in SystemZTargetLowering()
214 setOperationAction(ISD::UMUL_LOHI, VT, Custom); in SystemZTargetLowering()
221 setOperationAction(ISD::FP_TO_UINT, VT, Expand); in SystemZTargetLowering()
225 setOperationAction(ISD::STRICT_FP_TO_SINT, VT, Legal); in SystemZTargetLowering()
227 setOperationAction(ISD::STRICT_FP_TO_UINT, VT, Legal); in SystemZTargetLowering()
230 setOperationAction(ISD::STRICT_SINT_TO_FP, VT, Legal); in SystemZTargetLowering()
232 setOperationAction(ISD::STRICT_UINT_TO_FP, VT, Legal); in SystemZTargetLowering()
239 setOperationAction(ISD::ATOMIC_SWAP, MVT::i32, Custom); in SystemZTargetLowering()
240 setOperationAction(ISD::ATOMIC_LOAD_ADD, MVT::i32, Custom); in SystemZTargetLowering()
241 setOperationAction(ISD::ATOMIC_LOAD_SUB, MVT::i32, Custom); in SystemZTargetLowering()
242 setOperationAction(ISD::ATOMIC_LOAD_AND, MVT::i32, Custom); in SystemZTargetLowering()
243 setOperationAction(ISD::ATOMIC_LOAD_OR, MVT::i32, Custom); in SystemZTargetLowering()
244 setOperationAction(ISD::ATOMIC_LOAD_XOR, MVT::i32, Custom); in SystemZTargetLowering()
245 setOperationAction(ISD::ATOMIC_LOAD_NAND, MVT::i32, Custom); in SystemZTargetLowering()
246 setOperationAction(ISD::ATOMIC_LOAD_MIN, MVT::i32, Custom); in SystemZTargetLowering()
247 setOperationAction(ISD::ATOMIC_LOAD_MAX, MVT::i32, Custom); in SystemZTargetLowering()
248 setOperationAction(ISD::ATOMIC_LOAD_UMIN, MVT::i32, Custom); in SystemZTargetLowering()
249 setOperationAction(ISD::ATOMIC_LOAD_UMAX, MVT::i32, Custom); in SystemZTargetLowering()
253 setOperationAction(ISD::ATOMIC_LOAD, MVT::i128, Custom); in SystemZTargetLowering()
254 setOperationAction(ISD::ATOMIC_STORE, MVT::i128, Custom); in SystemZTargetLowering()
258 setOperationAction(ISD::ATOMIC_CMP_SWAP_WITH_SUCCESS, MVT::i32, Custom); in SystemZTargetLowering()
259 setOperationAction(ISD::ATOMIC_CMP_SWAP_WITH_SUCCESS, MVT::i64, Custom); in SystemZTargetLowering()
260 setOperationAction(ISD::ATOMIC_CMP_SWAP_WITH_SUCCESS, MVT::i128, Custom); in SystemZTargetLowering()
262 setOperationAction(ISD::ATOMIC_FENCE, MVT::Other, Custom); in SystemZTargetLowering()
265 setOperationAction(ISD::TRAP, MVT::Other, Legal); in SystemZTargetLowering()
270 setOperationAction(ISD::UINT_TO_FP, MVT::i32, Promote); in SystemZTargetLowering()
271 setOperationAction(ISD::UINT_TO_FP, MVT::i64, Expand); in SystemZTargetLowering()
272 setOperationAction(ISD::STRICT_UINT_TO_FP, MVT::i32, Promote); in SystemZTargetLowering()
273 setOperationAction(ISD::STRICT_UINT_TO_FP, MVT::i64, Expand); in SystemZTargetLowering()
277 setOperationAction(ISD::CTLZ, MVT::i32, Promote); in SystemZTargetLowering()
278 setOperationAction(ISD::CTLZ_ZERO_UNDEF, MVT::i32, Promote); in SystemZTargetLowering()
279 setOperationAction(ISD::CTLZ, MVT::i64, Legal); in SystemZTargetLowering()
283 setOperationAction(ISD::CTPOP, MVT::i32, Promote); in SystemZTargetLowering()
284 setOperationAction(ISD::CTPOP, MVT::i64, Legal); in SystemZTargetLowering()
288 setOperationAction(ISD::OR, MVT::i64, Custom); in SystemZTargetLowering()
291 setOperationAction(ISD::SRL_PARTS, MVT::i64, Expand); in SystemZTargetLowering()
292 setOperationAction(ISD::SHL_PARTS, MVT::i64, Expand); in SystemZTargetLowering()
293 setOperationAction(ISD::SRA_PARTS, MVT::i64, Expand); in SystemZTargetLowering()
299 setOperationAction(ISD::BITCAST, MVT::i128, Custom); in SystemZTargetLowering()
302 setOperationAction(ISD::SIGN_EXTEND_INREG, MVT::i1, Expand); in SystemZTargetLowering()
310 setOperationAction(ISD::ConstantPool, PtrVT, Custom); in SystemZTargetLowering()
311 setOperationAction(ISD::GlobalAddress, PtrVT, Custom); in SystemZTargetLowering()
312 setOperationAction(ISD::GlobalTLSAddress, PtrVT, Custom); in SystemZTargetLowering()
313 setOperationAction(ISD::BlockAddress, PtrVT, Custom); in SystemZTargetLowering()
314 setOperationAction(ISD::JumpTable, PtrVT, Custom); in SystemZTargetLowering()
318 setOperationAction(ISD::DYNAMIC_STACKALLOC, PtrVT, Custom); in SystemZTargetLowering()
319 setOperationAction(ISD::GET_DYNAMIC_AREA_OFFSET, PtrVT, Custom); in SystemZTargetLowering()
321 setOperationAction(ISD::STACKSAVE, MVT::Other, Custom); in SystemZTargetLowering()
322 setOperationAction(ISD::STACKRESTORE, MVT::Other, Custom); in SystemZTargetLowering()
325 setOperationAction(ISD::PREFETCH, MVT::Other, Custom); in SystemZTargetLowering()
331 setOperationAction(Opcode, VT, Expand); in SystemZTargetLowering()
346 setOperationAction(ISD::LOAD, VT, Legal); in SystemZTargetLowering()
347 setOperationAction(ISD::STORE, VT, Legal); in SystemZTargetLowering()
348 setOperationAction(ISD::VSELECT, VT, Legal); in SystemZTargetLowering()
349 setOperationAction(ISD::BITCAST, VT, Legal); in SystemZTargetLowering()
350 setOperationAction(ISD::UNDEF, VT, Legal); in SystemZTargetLowering()
354 setOperationAction(ISD::BUILD_VECTOR, VT, Custom); in SystemZTargetLowering()
355 setOperationAction(ISD::VECTOR_SHUFFLE, VT, Custom); in SystemZTargetLowering()
363 setOperationAction(ISD::EXTRACT_VECTOR_ELT, VT, Legal); in SystemZTargetLowering()
364 setOperationAction(ISD::INSERT_VECTOR_ELT, VT, Legal); in SystemZTargetLowering()
365 setOperationAction(ISD::ADD, VT, Legal); in SystemZTargetLowering()
366 setOperationAction(ISD::SUB, VT, Legal); in SystemZTargetLowering()
368 setOperationAction(ISD::MUL, 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()
372 setOperationAction(ISD::XOR, VT, Legal); in SystemZTargetLowering()
374 setOperationAction(ISD::CTPOP, VT, Legal); in SystemZTargetLowering()
376 setOperationAction(ISD::CTPOP, VT, Custom); in SystemZTargetLowering()
377 setOperationAction(ISD::CTTZ, VT, Legal); in SystemZTargetLowering()
378 setOperationAction(ISD::CTLZ, VT, Legal); in SystemZTargetLowering()
381 setOperationAction(ISD::SCALAR_TO_VECTOR, VT, Custom); in SystemZTargetLowering()
384 setOperationAction(ISD::SIGN_EXTEND_VECTOR_INREG, VT, Custom); in SystemZTargetLowering()
385 setOperationAction(ISD::ZERO_EXTEND_VECTOR_INREG, VT, Custom); in SystemZTargetLowering()
389 setOperationAction(ISD::SHL, VT, Custom); in SystemZTargetLowering()
390 setOperationAction(ISD::SRA, VT, Custom); in SystemZTargetLowering()
391 setOperationAction(ISD::SRL, VT, Custom); in SystemZTargetLowering()
395 setOperationAction(ISD::ROTL, VT, Expand); in SystemZTargetLowering()
396 setOperationAction(ISD::ROTR, VT, Expand); in SystemZTargetLowering()
400 setOperationAction(ISD::SETCC, VT, Custom); in SystemZTargetLowering()
401 setOperationAction(ISD::STRICT_FSETCC, VT, Custom); in SystemZTargetLowering()
403 setOperationAction(ISD::STRICT_FSETCCS, VT, Custom); in SystemZTargetLowering()
410 setOperationAction(ISD::FP_TO_SINT, MVT::v2i64, Legal); in SystemZTargetLowering()
411 setOperationAction(ISD::FP_TO_SINT, MVT::v2f64, Legal); in SystemZTargetLowering()
412 setOperationAction(ISD::FP_TO_UINT, MVT::v2i64, Legal); in SystemZTargetLowering()
413 setOperationAction(ISD::FP_TO_UINT, MVT::v2f64, Legal); in SystemZTargetLowering()
414 setOperationAction(ISD::SINT_TO_FP, MVT::v2i64, Legal); in SystemZTargetLowering()
415 setOperationAction(ISD::SINT_TO_FP, MVT::v2f64, Legal); in SystemZTargetLowering()
416 setOperationAction(ISD::UINT_TO_FP, MVT::v2i64, Legal); in SystemZTargetLowering()
417 setOperationAction(ISD::UINT_TO_FP, MVT::v2f64, Legal); in SystemZTargetLowering()
419 setOperationAction(ISD::STRICT_FP_TO_SINT, MVT::v2i64, Legal); in SystemZTargetLowering()
420 setOperationAction(ISD::STRICT_FP_TO_SINT, MVT::v2f64, Legal); in SystemZTargetLowering()
421 setOperationAction(ISD::STRICT_FP_TO_UINT, MVT::v2i64, Legal); in SystemZTargetLowering()
422 setOperationAction(ISD::STRICT_FP_TO_UINT, MVT::v2f64, Legal); in SystemZTargetLowering()
423 setOperationAction(ISD::STRICT_SINT_TO_FP, MVT::v2i64, Legal); in SystemZTargetLowering()
424 setOperationAction(ISD::STRICT_SINT_TO_FP, MVT::v2f64, Legal); in SystemZTargetLowering()
425 setOperationAction(ISD::STRICT_UINT_TO_FP, MVT::v2i64, Legal); in SystemZTargetLowering()
426 setOperationAction(ISD::STRICT_UINT_TO_FP, MVT::v2f64, Legal); in SystemZTargetLowering()
430 setOperationAction(ISD::FP_TO_SINT, MVT::v4i32, Legal); in SystemZTargetLowering()
431 setOperationAction(ISD::FP_TO_SINT, MVT::v4f32, Legal); in SystemZTargetLowering()
432 setOperationAction(ISD::FP_TO_UINT, MVT::v4i32, Legal); in SystemZTargetLowering()
433 setOperationAction(ISD::FP_TO_UINT, MVT::v4f32, Legal); in SystemZTargetLowering()
434 setOperationAction(ISD::SINT_TO_FP, MVT::v4i32, Legal); in SystemZTargetLowering()
435 setOperationAction(ISD::SINT_TO_FP, MVT::v4f32, Legal); in SystemZTargetLowering()
436 setOperationAction(ISD::UINT_TO_FP, MVT::v4i32, Legal); in SystemZTargetLowering()
437 setOperationAction(ISD::UINT_TO_FP, MVT::v4f32, Legal); in SystemZTargetLowering()
439 setOperationAction(ISD::STRICT_FP_TO_SINT, MVT::v4i32, Legal); in SystemZTargetLowering()
440 setOperationAction(ISD::STRICT_FP_TO_SINT, MVT::v4f32, Legal); in SystemZTargetLowering()
441 setOperationAction(ISD::STRICT_FP_TO_UINT, MVT::v4i32, Legal); in SystemZTargetLowering()
442 setOperationAction(ISD::STRICT_FP_TO_UINT, MVT::v4f32, Legal); in SystemZTargetLowering()
443 setOperationAction(ISD::STRICT_SINT_TO_FP, MVT::v4i32, Legal); in SystemZTargetLowering()
444 setOperationAction(ISD::STRICT_SINT_TO_FP, MVT::v4f32, Legal); in SystemZTargetLowering()
445 setOperationAction(ISD::STRICT_UINT_TO_FP, MVT::v4i32, Legal); in SystemZTargetLowering()
446 setOperationAction(ISD::STRICT_UINT_TO_FP, MVT::v4f32, Legal); in SystemZTargetLowering()
456 setOperationAction(ISD::FRINT, VT, Legal); in SystemZTargetLowering()
460 setOperationAction(ISD::FNEARBYINT, VT, Legal); in SystemZTargetLowering()
461 setOperationAction(ISD::FFLOOR, VT, Legal); in SystemZTargetLowering()
462 setOperationAction(ISD::FCEIL, VT, Legal); in SystemZTargetLowering()
463 setOperationAction(ISD::FTRUNC, VT, Legal); in SystemZTargetLowering()
464 setOperationAction(ISD::FROUND, VT, Legal); in SystemZTargetLowering()
468 setOperationAction(ISD::FSIN, VT, Expand); in SystemZTargetLowering()
469 setOperationAction(ISD::FCOS, VT, Expand); in SystemZTargetLowering()
470 setOperationAction(ISD::FSINCOS, VT, Expand); in SystemZTargetLowering()
471 setOperationAction(ISD::FREM, VT, Expand); in SystemZTargetLowering()
472 setOperationAction(ISD::FPOW, VT, Expand); in SystemZTargetLowering()
475 setOperationAction(ISD::IS_FPCLASS, VT, Custom); in SystemZTargetLowering()
478 setOperationAction(ISD::STRICT_FADD, VT, Legal); in SystemZTargetLowering()
479 setOperationAction(ISD::STRICT_FSUB, VT, Legal); in SystemZTargetLowering()
480 setOperationAction(ISD::STRICT_FMUL, VT, Legal); in SystemZTargetLowering()
481 setOperationAction(ISD::STRICT_FDIV, VT, Legal); in SystemZTargetLowering()
482 setOperationAction(ISD::STRICT_FMA, VT, Legal); in SystemZTargetLowering()
483 setOperationAction(ISD::STRICT_FSQRT, VT, Legal); in SystemZTargetLowering()
484 setOperationAction(ISD::STRICT_FRINT, VT, Legal); in SystemZTargetLowering()
485 setOperationAction(ISD::STRICT_FP_ROUND, VT, Legal); in SystemZTargetLowering()
486 setOperationAction(ISD::STRICT_FP_EXTEND, VT, Legal); in SystemZTargetLowering()
488 setOperationAction(ISD::STRICT_FNEARBYINT, VT, Legal); in SystemZTargetLowering()
489 setOperationAction(ISD::STRICT_FFLOOR, VT, Legal); in SystemZTargetLowering()
490 setOperationAction(ISD::STRICT_FCEIL, VT, Legal); in SystemZTargetLowering()
491 setOperationAction(ISD::STRICT_FROUND, VT, Legal); in SystemZTargetLowering()
492 setOperationAction(ISD::STRICT_FTRUNC, VT, Legal); in SystemZTargetLowering()
500 setOperationAction(ISD::SCALAR_TO_VECTOR, MVT::v4f32, Legal); in SystemZTargetLowering()
501 setOperationAction(ISD::SCALAR_TO_VECTOR, MVT::v2f64, Legal); in SystemZTargetLowering()
505 setOperationAction(ISD::INSERT_VECTOR_ELT, MVT::v4f32, Custom); in SystemZTargetLowering()
506 setOperationAction(ISD::INSERT_VECTOR_ELT, MVT::v2f64, Custom); in SystemZTargetLowering()
507 setOperationAction(ISD::EXTRACT_VECTOR_ELT, MVT::v4f32, Custom); in SystemZTargetLowering()
508 setOperationAction(ISD::EXTRACT_VECTOR_ELT, MVT::v2f64, Custom); in SystemZTargetLowering()
511 setOperationAction(ISD::FADD, MVT::v2f64, Legal); in SystemZTargetLowering()
512 setOperationAction(ISD::FNEG, MVT::v2f64, Legal); in SystemZTargetLowering()
513 setOperationAction(ISD::FSUB, MVT::v2f64, Legal); in SystemZTargetLowering()
514 setOperationAction(ISD::FMUL, MVT::v2f64, Legal); in SystemZTargetLowering()
515 setOperationAction(ISD::FMA, MVT::v2f64, Legal); in SystemZTargetLowering()
516 setOperationAction(ISD::FDIV, MVT::v2f64, Legal); in SystemZTargetLowering()
517 setOperationAction(ISD::FABS, MVT::v2f64, Legal); in SystemZTargetLowering()
518 setOperationAction(ISD::FSQRT, MVT::v2f64, Legal); in SystemZTargetLowering()
519 setOperationAction(ISD::FRINT, MVT::v2f64, Legal); in SystemZTargetLowering()
520 setOperationAction(ISD::FNEARBYINT, MVT::v2f64, Legal); in SystemZTargetLowering()
521 setOperationAction(ISD::FFLOOR, MVT::v2f64, Legal); in SystemZTargetLowering()
522 setOperationAction(ISD::FCEIL, MVT::v2f64, Legal); in SystemZTargetLowering()
523 setOperationAction(ISD::FTRUNC, MVT::v2f64, Legal); in SystemZTargetLowering()
524 setOperationAction(ISD::FROUND, MVT::v2f64, Legal); in SystemZTargetLowering()
527 setOperationAction(ISD::STRICT_FADD, MVT::v2f64, Legal); in SystemZTargetLowering()
528 setOperationAction(ISD::STRICT_FSUB, MVT::v2f64, Legal); in SystemZTargetLowering()
529 setOperationAction(ISD::STRICT_FMUL, MVT::v2f64, Legal); in SystemZTargetLowering()
530 setOperationAction(ISD::STRICT_FMA, MVT::v2f64, Legal); in SystemZTargetLowering()
531 setOperationAction(ISD::STRICT_FDIV, MVT::v2f64, Legal); in SystemZTargetLowering()
532 setOperationAction(ISD::STRICT_FSQRT, MVT::v2f64, Legal); in SystemZTargetLowering()
533 setOperationAction(ISD::STRICT_FRINT, MVT::v2f64, Legal); in SystemZTargetLowering()
534 setOperationAction(ISD::STRICT_FNEARBYINT, MVT::v2f64, Legal); in SystemZTargetLowering()
535 setOperationAction(ISD::STRICT_FFLOOR, MVT::v2f64, Legal); in SystemZTargetLowering()
536 setOperationAction(ISD::STRICT_FCEIL, MVT::v2f64, Legal); in SystemZTargetLowering()
537 setOperationAction(ISD::STRICT_FTRUNC, MVT::v2f64, Legal); in SystemZTargetLowering()
538 setOperationAction(ISD::STRICT_FROUND, MVT::v2f64, Legal); in SystemZTargetLowering()
543 setOperationAction(ISD::FADD, MVT::v4f32, Legal); in SystemZTargetLowering()
544 setOperationAction(ISD::FNEG, MVT::v4f32, Legal); in SystemZTargetLowering()
545 setOperationAction(ISD::FSUB, MVT::v4f32, Legal); in SystemZTargetLowering()
546 setOperationAction(ISD::FMUL, MVT::v4f32, Legal); in SystemZTargetLowering()
547 setOperationAction(ISD::FMA, MVT::v4f32, Legal); in SystemZTargetLowering()
548 setOperationAction(ISD::FDIV, MVT::v4f32, Legal); in SystemZTargetLowering()
549 setOperationAction(ISD::FABS, MVT::v4f32, Legal); in SystemZTargetLowering()
550 setOperationAction(ISD::FSQRT, MVT::v4f32, Legal); in SystemZTargetLowering()
551 setOperationAction(ISD::FRINT, MVT::v4f32, Legal); in SystemZTargetLowering()
552 setOperationAction(ISD::FNEARBYINT, MVT::v4f32, Legal); in SystemZTargetLowering()
553 setOperationAction(ISD::FFLOOR, MVT::v4f32, Legal); in SystemZTargetLowering()
554 setOperationAction(ISD::FCEIL, MVT::v4f32, Legal); in SystemZTargetLowering()
555 setOperationAction(ISD::FTRUNC, MVT::v4f32, Legal); in SystemZTargetLowering()
556 setOperationAction(ISD::FROUND, MVT::v4f32, Legal); in SystemZTargetLowering()
558 setOperationAction(ISD::FMAXNUM, MVT::f64, Legal); in SystemZTargetLowering()
559 setOperationAction(ISD::FMAXIMUM, MVT::f64, Legal); in SystemZTargetLowering()
560 setOperationAction(ISD::FMINNUM, MVT::f64, Legal); in SystemZTargetLowering()
561 setOperationAction(ISD::FMINIMUM, MVT::f64, Legal); in SystemZTargetLowering()
563 setOperationAction(ISD::FMAXNUM, MVT::v2f64, Legal); in SystemZTargetLowering()
564 setOperationAction(ISD::FMAXIMUM, MVT::v2f64, Legal); in SystemZTargetLowering()
565 setOperationAction(ISD::FMINNUM, MVT::v2f64, Legal); in SystemZTargetLowering()
566 setOperationAction(ISD::FMINIMUM, MVT::v2f64, Legal); in SystemZTargetLowering()
568 setOperationAction(ISD::FMAXNUM, MVT::f32, Legal); in SystemZTargetLowering()
569 setOperationAction(ISD::FMAXIMUM, MVT::f32, Legal); in SystemZTargetLowering()
570 setOperationAction(ISD::FMINNUM, MVT::f32, Legal); in SystemZTargetLowering()
571 setOperationAction(ISD::FMINIMUM, MVT::f32, Legal); in SystemZTargetLowering()
573 setOperationAction(ISD::FMAXNUM, MVT::v4f32, Legal); in SystemZTargetLowering()
574 setOperationAction(ISD::FMAXIMUM, MVT::v4f32, Legal); in SystemZTargetLowering()
575 setOperationAction(ISD::FMINNUM, MVT::v4f32, Legal); in SystemZTargetLowering()
576 setOperationAction(ISD::FMINIMUM, MVT::v4f32, Legal); in SystemZTargetLowering()
578 setOperationAction(ISD::FMAXNUM, MVT::f128, Legal); in SystemZTargetLowering()
579 setOperationAction(ISD::FMAXIMUM, MVT::f128, Legal); in SystemZTargetLowering()
580 setOperationAction(ISD::FMINNUM, MVT::f128, Legal); in SystemZTargetLowering()
581 setOperationAction(ISD::FMINIMUM, MVT::f128, Legal); in SystemZTargetLowering()
584 setOperationAction(ISD::STRICT_FADD, MVT::v4f32, Legal); in SystemZTargetLowering()
585 setOperationAction(ISD::STRICT_FSUB, MVT::v4f32, Legal); in SystemZTargetLowering()
586 setOperationAction(ISD::STRICT_FMUL, MVT::v4f32, Legal); in SystemZTargetLowering()
587 setOperationAction(ISD::STRICT_FMA, MVT::v4f32, Legal); in SystemZTargetLowering()
588 setOperationAction(ISD::STRICT_FDIV, MVT::v4f32, Legal); in SystemZTargetLowering()
589 setOperationAction(ISD::STRICT_FSQRT, MVT::v4f32, Legal); in SystemZTargetLowering()
590 setOperationAction(ISD::STRICT_FRINT, MVT::v4f32, Legal); in SystemZTargetLowering()
591 setOperationAction(ISD::STRICT_FNEARBYINT, MVT::v4f32, Legal); in SystemZTargetLowering()
592 setOperationAction(ISD::STRICT_FFLOOR, MVT::v4f32, Legal); in SystemZTargetLowering()
593 setOperationAction(ISD::STRICT_FCEIL, MVT::v4f32, Legal); in SystemZTargetLowering()
594 setOperationAction(ISD::STRICT_FROUND, MVT::v4f32, Legal); in SystemZTargetLowering()
595 setOperationAction(ISD::STRICT_FTRUNC, MVT::v4f32, Legal); in SystemZTargetLowering()
598 setOperationAction(ISD::STRICT_FMAXNUM, VT, Legal); in SystemZTargetLowering()
599 setOperationAction(ISD::STRICT_FMINNUM, VT, Legal); in SystemZTargetLowering()
600 setOperationAction(ISD::STRICT_FMAXIMUM, VT, Legal); in SystemZTargetLowering()
601 setOperationAction(ISD::STRICT_FMINIMUM, VT, Legal); in SystemZTargetLowering()
607 setOperationAction(ISD::FMA, MVT::f128, Expand); in SystemZTargetLowering()
608 setOperationAction(ISD::STRICT_FMA, MVT::f128, Expand); in SystemZTargetLowering()
613 setOperationAction(ISD::FCOPYSIGN, MVT::f128, Expand); in SystemZTargetLowering()
635 setOperationAction(ISD::BITCAST, MVT::i32, Custom); in SystemZTargetLowering()
636 setOperationAction(ISD::BITCAST, MVT::f32, Custom); in SystemZTargetLowering()
641 setOperationAction(ISD::VASTART, MVT::Other, Custom); in SystemZTargetLowering()
642 setOperationAction(ISD::VACOPY, MVT::Other, Custom); in SystemZTargetLowering()
643 setOperationAction(ISD::VAEND, MVT::Other, Expand); in SystemZTargetLowering()
668 setOperationAction(ISD::INTRINSIC_W_CHAIN, MVT::Other, Custom); in SystemZTargetLowering()
669 setOperationAction(ISD::INTRINSIC_WO_CHAIN, MVT::Other, Custom); in SystemZTargetLowering()