Lines Matching refs:setOperationAction

149       setOperationAction(ISD::SETCC, VT, Custom);  in SystemZTargetLowering()
150 setOperationAction(ISD::STRICT_FSETCC, VT, Custom); in SystemZTargetLowering()
151 setOperationAction(ISD::STRICT_FSETCCS, VT, Custom); in SystemZTargetLowering()
154 setOperationAction(ISD::SELECT, VT, Expand); in SystemZTargetLowering()
157 setOperationAction(ISD::SELECT_CC, VT, Custom); in SystemZTargetLowering()
158 setOperationAction(ISD::BR_CC, VT, Custom); in SystemZTargetLowering()
164 setOperationAction(ISD::BR_JT, MVT::Other, Expand); in SystemZTargetLowering()
167 setOperationAction(ISD::BRCOND, MVT::Other, Expand); in SystemZTargetLowering()
175 setOperationAction(ISD::ABS, VT, Legal); in SystemZTargetLowering()
178 setOperationAction(ISD::SDIV, VT, Expand); in SystemZTargetLowering()
179 setOperationAction(ISD::UDIV, VT, Expand); in SystemZTargetLowering()
180 setOperationAction(ISD::SREM, VT, Expand); in SystemZTargetLowering()
181 setOperationAction(ISD::UREM, VT, Expand); in SystemZTargetLowering()
182 setOperationAction(ISD::SDIVREM, VT, Custom); in SystemZTargetLowering()
183 setOperationAction(ISD::UDIVREM, VT, Custom); in SystemZTargetLowering()
186 setOperationAction(ISD::SADDO, VT, Custom); in SystemZTargetLowering()
187 setOperationAction(ISD::SSUBO, VT, Custom); in SystemZTargetLowering()
190 setOperationAction(ISD::UADDO, VT, Custom); in SystemZTargetLowering()
191 setOperationAction(ISD::USUBO, VT, Custom); in SystemZTargetLowering()
194 setOperationAction(ISD::UADDO_CARRY, VT, Custom); in SystemZTargetLowering()
195 setOperationAction(ISD::USUBO_CARRY, VT, Custom); in SystemZTargetLowering()
199 setOperationAction(ISD::ATOMIC_LOAD, VT, Custom); in SystemZTargetLowering()
200 setOperationAction(ISD::ATOMIC_STORE, VT, Custom); in SystemZTargetLowering()
204 setOperationAction(ISD::ATOMIC_LOAD_SUB, VT, Custom); in SystemZTargetLowering()
208 setOperationAction(ISD::CTPOP, VT, Custom); in SystemZTargetLowering()
210 setOperationAction(ISD::CTPOP, VT, Expand); in SystemZTargetLowering()
213 setOperationAction(ISD::CTTZ, VT, Expand); in SystemZTargetLowering()
214 setOperationAction(ISD::ROTR, VT, Expand); in SystemZTargetLowering()
217 setOperationAction(ISD::MULHS, VT, Expand); in SystemZTargetLowering()
218 setOperationAction(ISD::MULHU, VT, Expand); in SystemZTargetLowering()
219 setOperationAction(ISD::SMUL_LOHI, VT, Custom); in SystemZTargetLowering()
220 setOperationAction(ISD::UMUL_LOHI, VT, Custom); in SystemZTargetLowering()
227 setOperationAction(ISD::FP_TO_UINT, VT, Expand); in SystemZTargetLowering()
231 setOperationAction(ISD::STRICT_FP_TO_SINT, VT, Legal); in SystemZTargetLowering()
233 setOperationAction(ISD::STRICT_FP_TO_UINT, VT, Legal); in SystemZTargetLowering()
236 setOperationAction(ISD::STRICT_SINT_TO_FP, VT, Legal); in SystemZTargetLowering()
238 setOperationAction(ISD::STRICT_UINT_TO_FP, VT, Legal); in SystemZTargetLowering()
245 setOperationAction(ISD::SDIVREM, MVT::i128, Expand); in SystemZTargetLowering()
246 setOperationAction(ISD::UDIVREM, MVT::i128, Expand); in SystemZTargetLowering()
247 setOperationAction(ISD::SMUL_LOHI, MVT::i128, Expand); in SystemZTargetLowering()
248 setOperationAction(ISD::UMUL_LOHI, MVT::i128, Expand); in SystemZTargetLowering()
249 setOperationAction(ISD::ROTR, MVT::i128, Expand); in SystemZTargetLowering()
250 setOperationAction(ISD::ROTL, MVT::i128, Expand); in SystemZTargetLowering()
251 setOperationAction(ISD::MUL, MVT::i128, Expand); in SystemZTargetLowering()
252 setOperationAction(ISD::MULHS, MVT::i128, Expand); in SystemZTargetLowering()
253 setOperationAction(ISD::MULHU, MVT::i128, Expand); in SystemZTargetLowering()
254 setOperationAction(ISD::SDIV, MVT::i128, Expand); in SystemZTargetLowering()
255 setOperationAction(ISD::UDIV, MVT::i128, Expand); in SystemZTargetLowering()
256 setOperationAction(ISD::SREM, MVT::i128, Expand); in SystemZTargetLowering()
257 setOperationAction(ISD::UREM, MVT::i128, Expand); in SystemZTargetLowering()
258 setOperationAction(ISD::CTLZ, MVT::i128, Expand); in SystemZTargetLowering()
259 setOperationAction(ISD::CTTZ, MVT::i128, Expand); in SystemZTargetLowering()
262 setOperationAction(ISD::UADDO, MVT::i128, Custom); in SystemZTargetLowering()
263 setOperationAction(ISD::USUBO, MVT::i128, Custom); in SystemZTargetLowering()
264 setOperationAction(ISD::UADDO_CARRY, MVT::i128, Custom); in SystemZTargetLowering()
265 setOperationAction(ISD::USUBO_CARRY, MVT::i128, Custom); in SystemZTargetLowering()
268 setOperationAction(ISD::CTPOP, MVT::i128, Custom); in SystemZTargetLowering()
271 setOperationAction(ISD::FP_TO_UINT, MVT::i128, LibCall); in SystemZTargetLowering()
272 setOperationAction(ISD::FP_TO_SINT, MVT::i128, LibCall); in SystemZTargetLowering()
273 setOperationAction(ISD::UINT_TO_FP, MVT::i128, LibCall); in SystemZTargetLowering()
274 setOperationAction(ISD::SINT_TO_FP, MVT::i128, LibCall); in SystemZTargetLowering()
275 setOperationAction(ISD::STRICT_FP_TO_UINT, MVT::i128, LibCall); in SystemZTargetLowering()
276 setOperationAction(ISD::STRICT_FP_TO_SINT, MVT::i128, LibCall); in SystemZTargetLowering()
277 setOperationAction(ISD::STRICT_UINT_TO_FP, MVT::i128, LibCall); in SystemZTargetLowering()
278 setOperationAction(ISD::STRICT_SINT_TO_FP, MVT::i128, LibCall); in SystemZTargetLowering()
284 setOperationAction(ISD::ATOMIC_SWAP, MVT::i32, Custom); in SystemZTargetLowering()
285 setOperationAction(ISD::ATOMIC_LOAD_ADD, MVT::i32, Custom); in SystemZTargetLowering()
286 setOperationAction(ISD::ATOMIC_LOAD_SUB, MVT::i32, Custom); in SystemZTargetLowering()
287 setOperationAction(ISD::ATOMIC_LOAD_AND, MVT::i32, Custom); in SystemZTargetLowering()
288 setOperationAction(ISD::ATOMIC_LOAD_OR, MVT::i32, Custom); in SystemZTargetLowering()
289 setOperationAction(ISD::ATOMIC_LOAD_XOR, MVT::i32, Custom); in SystemZTargetLowering()
290 setOperationAction(ISD::ATOMIC_LOAD_NAND, MVT::i32, Custom); in SystemZTargetLowering()
291 setOperationAction(ISD::ATOMIC_LOAD_MIN, MVT::i32, Custom); in SystemZTargetLowering()
292 setOperationAction(ISD::ATOMIC_LOAD_MAX, MVT::i32, Custom); in SystemZTargetLowering()
293 setOperationAction(ISD::ATOMIC_LOAD_UMIN, MVT::i32, Custom); in SystemZTargetLowering()
294 setOperationAction(ISD::ATOMIC_LOAD_UMAX, MVT::i32, Custom); in SystemZTargetLowering()
298 setOperationAction(ISD::ATOMIC_LOAD, MVT::i128, Custom); in SystemZTargetLowering()
299 setOperationAction(ISD::ATOMIC_STORE, MVT::i128, Custom); in SystemZTargetLowering()
303 setOperationAction(ISD::ATOMIC_CMP_SWAP_WITH_SUCCESS, MVT::i32, Custom); in SystemZTargetLowering()
304 setOperationAction(ISD::ATOMIC_CMP_SWAP_WITH_SUCCESS, MVT::i64, Custom); in SystemZTargetLowering()
305 setOperationAction(ISD::ATOMIC_CMP_SWAP_WITH_SUCCESS, MVT::i128, Custom); in SystemZTargetLowering()
307 setOperationAction(ISD::ATOMIC_FENCE, MVT::Other, Custom); in SystemZTargetLowering()
310 setOperationAction(ISD::TRAP, MVT::Other, Legal); in SystemZTargetLowering()
315 setOperationAction(ISD::UINT_TO_FP, MVT::i32, Promote); in SystemZTargetLowering()
316 setOperationAction(ISD::UINT_TO_FP, MVT::i64, Expand); in SystemZTargetLowering()
317 setOperationAction(ISD::STRICT_UINT_TO_FP, MVT::i32, Promote); in SystemZTargetLowering()
318 setOperationAction(ISD::STRICT_UINT_TO_FP, MVT::i64, Expand); in SystemZTargetLowering()
322 setOperationAction(ISD::CTLZ, MVT::i32, Promote); in SystemZTargetLowering()
323 setOperationAction(ISD::CTLZ_ZERO_UNDEF, MVT::i32, Promote); in SystemZTargetLowering()
324 setOperationAction(ISD::CTLZ, MVT::i64, Legal); in SystemZTargetLowering()
328 setOperationAction(ISD::CTPOP, MVT::i32, Promote); in SystemZTargetLowering()
329 setOperationAction(ISD::CTPOP, MVT::i64, Legal); in SystemZTargetLowering()
333 setOperationAction(ISD::OR, MVT::i64, Custom); in SystemZTargetLowering()
336 setOperationAction(ISD::SRL_PARTS, MVT::i64, Expand); in SystemZTargetLowering()
337 setOperationAction(ISD::SHL_PARTS, MVT::i64, Expand); in SystemZTargetLowering()
338 setOperationAction(ISD::SRA_PARTS, MVT::i64, Expand); in SystemZTargetLowering()
345 setOperationAction(ISD::SRL_PARTS, MVT::i128, Expand); in SystemZTargetLowering()
346 setOperationAction(ISD::SHL_PARTS, MVT::i128, Expand); in SystemZTargetLowering()
347 setOperationAction(ISD::SRA_PARTS, MVT::i128, Expand); in SystemZTargetLowering()
352 setOperationAction(ISD::BITCAST, MVT::i128, Custom); in SystemZTargetLowering()
355 setOperationAction(ISD::SIGN_EXTEND_INREG, MVT::i1, Expand); in SystemZTargetLowering()
363 setOperationAction(ISD::ConstantPool, PtrVT, Custom); in SystemZTargetLowering()
364 setOperationAction(ISD::GlobalAddress, PtrVT, Custom); in SystemZTargetLowering()
365 setOperationAction(ISD::GlobalTLSAddress, PtrVT, Custom); in SystemZTargetLowering()
366 setOperationAction(ISD::BlockAddress, PtrVT, Custom); in SystemZTargetLowering()
367 setOperationAction(ISD::JumpTable, PtrVT, Custom); in SystemZTargetLowering()
371 setOperationAction(ISD::DYNAMIC_STACKALLOC, PtrVT, Custom); in SystemZTargetLowering()
372 setOperationAction(ISD::GET_DYNAMIC_AREA_OFFSET, PtrVT, Custom); in SystemZTargetLowering()
374 setOperationAction(ISD::STACKSAVE, MVT::Other, Custom); in SystemZTargetLowering()
375 setOperationAction(ISD::STACKRESTORE, MVT::Other, Custom); in SystemZTargetLowering()
378 setOperationAction(ISD::PREFETCH, MVT::Other, Custom); in SystemZTargetLowering()
384 setOperationAction(Opcode, VT, Expand); in SystemZTargetLowering()
399 setOperationAction(ISD::LOAD, VT, Legal); in SystemZTargetLowering()
400 setOperationAction(ISD::STORE, VT, Legal); in SystemZTargetLowering()
401 setOperationAction(ISD::VSELECT, VT, Legal); in SystemZTargetLowering()
402 setOperationAction(ISD::BITCAST, VT, Legal); in SystemZTargetLowering()
403 setOperationAction(ISD::UNDEF, VT, Legal); in SystemZTargetLowering()
407 setOperationAction(ISD::BUILD_VECTOR, VT, Custom); in SystemZTargetLowering()
408 setOperationAction(ISD::VECTOR_SHUFFLE, VT, Custom); in SystemZTargetLowering()
416 setOperationAction(ISD::EXTRACT_VECTOR_ELT, VT, Legal); in SystemZTargetLowering()
417 setOperationAction(ISD::INSERT_VECTOR_ELT, VT, Legal); in SystemZTargetLowering()
418 setOperationAction(ISD::ADD, VT, Legal); in SystemZTargetLowering()
419 setOperationAction(ISD::SUB, VT, Legal); in SystemZTargetLowering()
421 setOperationAction(ISD::MUL, VT, Legal); in SystemZTargetLowering()
422 setOperationAction(ISD::ABS, VT, Legal); in SystemZTargetLowering()
423 setOperationAction(ISD::AND, VT, Legal); in SystemZTargetLowering()
424 setOperationAction(ISD::OR, VT, Legal); in SystemZTargetLowering()
425 setOperationAction(ISD::XOR, VT, Legal); in SystemZTargetLowering()
427 setOperationAction(ISD::CTPOP, VT, Legal); in SystemZTargetLowering()
429 setOperationAction(ISD::CTPOP, VT, Custom); in SystemZTargetLowering()
430 setOperationAction(ISD::CTTZ, VT, Legal); in SystemZTargetLowering()
431 setOperationAction(ISD::CTLZ, VT, Legal); in SystemZTargetLowering()
434 setOperationAction(ISD::SCALAR_TO_VECTOR, VT, Custom); in SystemZTargetLowering()
437 setOperationAction(ISD::SIGN_EXTEND_VECTOR_INREG, VT, Custom); in SystemZTargetLowering()
438 setOperationAction(ISD::ZERO_EXTEND_VECTOR_INREG, VT, Custom); in SystemZTargetLowering()
442 setOperationAction(ISD::SHL, VT, Custom); in SystemZTargetLowering()
443 setOperationAction(ISD::SRA, VT, Custom); in SystemZTargetLowering()
444 setOperationAction(ISD::SRL, VT, Custom); in SystemZTargetLowering()
445 setOperationAction(ISD::ROTL, VT, Custom); in SystemZTargetLowering()
449 setOperationAction(ISD::SETCC, VT, Custom); in SystemZTargetLowering()
456 setOperationAction(ISD::FP_TO_SINT, MVT::v2i64, Legal); in SystemZTargetLowering()
457 setOperationAction(ISD::FP_TO_SINT, MVT::v2f64, Legal); in SystemZTargetLowering()
458 setOperationAction(ISD::FP_TO_UINT, MVT::v2i64, Legal); in SystemZTargetLowering()
459 setOperationAction(ISD::FP_TO_UINT, MVT::v2f64, Legal); in SystemZTargetLowering()
460 setOperationAction(ISD::SINT_TO_FP, MVT::v2i64, Legal); in SystemZTargetLowering()
461 setOperationAction(ISD::SINT_TO_FP, MVT::v2f64, Legal); in SystemZTargetLowering()
462 setOperationAction(ISD::UINT_TO_FP, MVT::v2i64, Legal); in SystemZTargetLowering()
463 setOperationAction(ISD::UINT_TO_FP, MVT::v2f64, Legal); in SystemZTargetLowering()
465 setOperationAction(ISD::STRICT_FP_TO_SINT, MVT::v2i64, Legal); in SystemZTargetLowering()
466 setOperationAction(ISD::STRICT_FP_TO_SINT, MVT::v2f64, Legal); in SystemZTargetLowering()
467 setOperationAction(ISD::STRICT_FP_TO_UINT, MVT::v2i64, Legal); in SystemZTargetLowering()
468 setOperationAction(ISD::STRICT_FP_TO_UINT, MVT::v2f64, Legal); in SystemZTargetLowering()
469 setOperationAction(ISD::STRICT_SINT_TO_FP, MVT::v2i64, Legal); in SystemZTargetLowering()
470 setOperationAction(ISD::STRICT_SINT_TO_FP, MVT::v2f64, Legal); in SystemZTargetLowering()
471 setOperationAction(ISD::STRICT_UINT_TO_FP, MVT::v2i64, Legal); in SystemZTargetLowering()
472 setOperationAction(ISD::STRICT_UINT_TO_FP, MVT::v2f64, Legal); in SystemZTargetLowering()
476 setOperationAction(ISD::FP_TO_SINT, MVT::v4i32, Legal); in SystemZTargetLowering()
477 setOperationAction(ISD::FP_TO_SINT, MVT::v4f32, Legal); in SystemZTargetLowering()
478 setOperationAction(ISD::FP_TO_UINT, MVT::v4i32, Legal); in SystemZTargetLowering()
479 setOperationAction(ISD::FP_TO_UINT, MVT::v4f32, Legal); in SystemZTargetLowering()
480 setOperationAction(ISD::SINT_TO_FP, MVT::v4i32, Legal); in SystemZTargetLowering()
481 setOperationAction(ISD::SINT_TO_FP, MVT::v4f32, Legal); in SystemZTargetLowering()
482 setOperationAction(ISD::UINT_TO_FP, MVT::v4i32, Legal); in SystemZTargetLowering()
483 setOperationAction(ISD::UINT_TO_FP, MVT::v4f32, Legal); in SystemZTargetLowering()
485 setOperationAction(ISD::STRICT_FP_TO_SINT, MVT::v4i32, Legal); in SystemZTargetLowering()
486 setOperationAction(ISD::STRICT_FP_TO_SINT, MVT::v4f32, Legal); in SystemZTargetLowering()
487 setOperationAction(ISD::STRICT_FP_TO_UINT, MVT::v4i32, Legal); in SystemZTargetLowering()
488 setOperationAction(ISD::STRICT_FP_TO_UINT, MVT::v4f32, Legal); in SystemZTargetLowering()
489 setOperationAction(ISD::STRICT_SINT_TO_FP, MVT::v4i32, Legal); in SystemZTargetLowering()
490 setOperationAction(ISD::STRICT_SINT_TO_FP, MVT::v4f32, Legal); in SystemZTargetLowering()
491 setOperationAction(ISD::STRICT_UINT_TO_FP, MVT::v4i32, Legal); in SystemZTargetLowering()
492 setOperationAction(ISD::STRICT_UINT_TO_FP, MVT::v4f32, Legal); in SystemZTargetLowering()
502 setOperationAction(ISD::FRINT, VT, Legal); in SystemZTargetLowering()
506 setOperationAction(ISD::FNEARBYINT, VT, Legal); in SystemZTargetLowering()
507 setOperationAction(ISD::FFLOOR, VT, Legal); in SystemZTargetLowering()
508 setOperationAction(ISD::FCEIL, VT, Legal); in SystemZTargetLowering()
509 setOperationAction(ISD::FTRUNC, VT, Legal); in SystemZTargetLowering()
510 setOperationAction(ISD::FROUND, VT, Legal); in SystemZTargetLowering()
514 setOperationAction(ISD::FSIN, VT, Expand); in SystemZTargetLowering()
515 setOperationAction(ISD::FCOS, VT, Expand); in SystemZTargetLowering()
516 setOperationAction(ISD::FSINCOS, VT, Expand); in SystemZTargetLowering()
517 setOperationAction(ISD::FREM, VT, Expand); in SystemZTargetLowering()
518 setOperationAction(ISD::FPOW, VT, Expand); in SystemZTargetLowering()
521 setOperationAction(ISD::IS_FPCLASS, VT, Custom); in SystemZTargetLowering()
524 setOperationAction(ISD::STRICT_FADD, VT, Legal); in SystemZTargetLowering()
525 setOperationAction(ISD::STRICT_FSUB, VT, Legal); in SystemZTargetLowering()
526 setOperationAction(ISD::STRICT_FMUL, VT, Legal); in SystemZTargetLowering()
527 setOperationAction(ISD::STRICT_FDIV, VT, Legal); in SystemZTargetLowering()
528 setOperationAction(ISD::STRICT_FMA, VT, Legal); in SystemZTargetLowering()
529 setOperationAction(ISD::STRICT_FSQRT, VT, Legal); in SystemZTargetLowering()
530 setOperationAction(ISD::STRICT_FRINT, VT, Legal); in SystemZTargetLowering()
531 setOperationAction(ISD::STRICT_FP_ROUND, VT, Legal); in SystemZTargetLowering()
532 setOperationAction(ISD::STRICT_FP_EXTEND, VT, Legal); in SystemZTargetLowering()
534 setOperationAction(ISD::STRICT_FNEARBYINT, VT, Legal); in SystemZTargetLowering()
535 setOperationAction(ISD::STRICT_FFLOOR, VT, Legal); in SystemZTargetLowering()
536 setOperationAction(ISD::STRICT_FCEIL, VT, Legal); in SystemZTargetLowering()
537 setOperationAction(ISD::STRICT_FROUND, VT, Legal); in SystemZTargetLowering()
538 setOperationAction(ISD::STRICT_FTRUNC, VT, Legal); in SystemZTargetLowering()
546 setOperationAction(ISD::SCALAR_TO_VECTOR, MVT::v4f32, Legal); in SystemZTargetLowering()
547 setOperationAction(ISD::SCALAR_TO_VECTOR, MVT::v2f64, Legal); in SystemZTargetLowering()
551 setOperationAction(ISD::INSERT_VECTOR_ELT, MVT::v4f32, Custom); in SystemZTargetLowering()
552 setOperationAction(ISD::INSERT_VECTOR_ELT, MVT::v2f64, Custom); in SystemZTargetLowering()
553 setOperationAction(ISD::EXTRACT_VECTOR_ELT, MVT::v4f32, Custom); in SystemZTargetLowering()
554 setOperationAction(ISD::EXTRACT_VECTOR_ELT, MVT::v2f64, Custom); in SystemZTargetLowering()
557 setOperationAction(ISD::FADD, MVT::v2f64, Legal); in SystemZTargetLowering()
558 setOperationAction(ISD::FNEG, MVT::v2f64, Legal); in SystemZTargetLowering()
559 setOperationAction(ISD::FSUB, MVT::v2f64, Legal); in SystemZTargetLowering()
560 setOperationAction(ISD::FMUL, MVT::v2f64, Legal); in SystemZTargetLowering()
561 setOperationAction(ISD::FMA, MVT::v2f64, Legal); in SystemZTargetLowering()
562 setOperationAction(ISD::FDIV, MVT::v2f64, Legal); in SystemZTargetLowering()
563 setOperationAction(ISD::FABS, MVT::v2f64, Legal); in SystemZTargetLowering()
564 setOperationAction(ISD::FSQRT, MVT::v2f64, Legal); in SystemZTargetLowering()
565 setOperationAction(ISD::FRINT, MVT::v2f64, Legal); in SystemZTargetLowering()
566 setOperationAction(ISD::FNEARBYINT, MVT::v2f64, Legal); in SystemZTargetLowering()
567 setOperationAction(ISD::FFLOOR, MVT::v2f64, Legal); in SystemZTargetLowering()
568 setOperationAction(ISD::FCEIL, MVT::v2f64, Legal); in SystemZTargetLowering()
569 setOperationAction(ISD::FTRUNC, MVT::v2f64, Legal); in SystemZTargetLowering()
570 setOperationAction(ISD::FROUND, MVT::v2f64, Legal); in SystemZTargetLowering()
573 setOperationAction(ISD::STRICT_FADD, MVT::v2f64, Legal); in SystemZTargetLowering()
574 setOperationAction(ISD::STRICT_FSUB, MVT::v2f64, Legal); in SystemZTargetLowering()
575 setOperationAction(ISD::STRICT_FMUL, MVT::v2f64, Legal); in SystemZTargetLowering()
576 setOperationAction(ISD::STRICT_FMA, MVT::v2f64, Legal); in SystemZTargetLowering()
577 setOperationAction(ISD::STRICT_FDIV, MVT::v2f64, Legal); in SystemZTargetLowering()
578 setOperationAction(ISD::STRICT_FSQRT, MVT::v2f64, Legal); in SystemZTargetLowering()
579 setOperationAction(ISD::STRICT_FRINT, MVT::v2f64, Legal); in SystemZTargetLowering()
580 setOperationAction(ISD::STRICT_FNEARBYINT, MVT::v2f64, Legal); in SystemZTargetLowering()
581 setOperationAction(ISD::STRICT_FFLOOR, MVT::v2f64, Legal); in SystemZTargetLowering()
582 setOperationAction(ISD::STRICT_FCEIL, MVT::v2f64, Legal); in SystemZTargetLowering()
583 setOperationAction(ISD::STRICT_FTRUNC, MVT::v2f64, Legal); in SystemZTargetLowering()
584 setOperationAction(ISD::STRICT_FROUND, MVT::v2f64, Legal); in SystemZTargetLowering()
586 setOperationAction(ISD::SETCC, MVT::v2f64, Custom); in SystemZTargetLowering()
587 setOperationAction(ISD::SETCC, MVT::v4f32, Custom); in SystemZTargetLowering()
588 setOperationAction(ISD::STRICT_FSETCC, MVT::v2f64, Custom); in SystemZTargetLowering()
589 setOperationAction(ISD::STRICT_FSETCC, MVT::v4f32, Custom); in SystemZTargetLowering()
591 setOperationAction(ISD::STRICT_FSETCCS, MVT::v2f64, Custom); in SystemZTargetLowering()
592 setOperationAction(ISD::STRICT_FSETCCS, MVT::v4f32, Custom); in SystemZTargetLowering()
598 setOperationAction(ISD::FADD, MVT::v4f32, Legal); in SystemZTargetLowering()
599 setOperationAction(ISD::FNEG, MVT::v4f32, Legal); in SystemZTargetLowering()
600 setOperationAction(ISD::FSUB, MVT::v4f32, Legal); in SystemZTargetLowering()
601 setOperationAction(ISD::FMUL, MVT::v4f32, Legal); in SystemZTargetLowering()
602 setOperationAction(ISD::FMA, MVT::v4f32, Legal); in SystemZTargetLowering()
603 setOperationAction(ISD::FDIV, MVT::v4f32, Legal); in SystemZTargetLowering()
604 setOperationAction(ISD::FABS, MVT::v4f32, Legal); in SystemZTargetLowering()
605 setOperationAction(ISD::FSQRT, MVT::v4f32, Legal); in SystemZTargetLowering()
606 setOperationAction(ISD::FRINT, MVT::v4f32, Legal); in SystemZTargetLowering()
607 setOperationAction(ISD::FNEARBYINT, MVT::v4f32, Legal); in SystemZTargetLowering()
608 setOperationAction(ISD::FFLOOR, MVT::v4f32, Legal); in SystemZTargetLowering()
609 setOperationAction(ISD::FCEIL, MVT::v4f32, Legal); in SystemZTargetLowering()
610 setOperationAction(ISD::FTRUNC, MVT::v4f32, Legal); in SystemZTargetLowering()
611 setOperationAction(ISD::FROUND, MVT::v4f32, Legal); in SystemZTargetLowering()
613 setOperationAction(ISD::FMAXNUM, MVT::f64, Legal); in SystemZTargetLowering()
614 setOperationAction(ISD::FMAXIMUM, MVT::f64, Legal); in SystemZTargetLowering()
615 setOperationAction(ISD::FMINNUM, MVT::f64, Legal); in SystemZTargetLowering()
616 setOperationAction(ISD::FMINIMUM, MVT::f64, Legal); in SystemZTargetLowering()
618 setOperationAction(ISD::FMAXNUM, MVT::v2f64, Legal); in SystemZTargetLowering()
619 setOperationAction(ISD::FMAXIMUM, MVT::v2f64, Legal); in SystemZTargetLowering()
620 setOperationAction(ISD::FMINNUM, MVT::v2f64, Legal); in SystemZTargetLowering()
621 setOperationAction(ISD::FMINIMUM, MVT::v2f64, Legal); in SystemZTargetLowering()
623 setOperationAction(ISD::FMAXNUM, MVT::f32, Legal); in SystemZTargetLowering()
624 setOperationAction(ISD::FMAXIMUM, MVT::f32, Legal); in SystemZTargetLowering()
625 setOperationAction(ISD::FMINNUM, MVT::f32, Legal); in SystemZTargetLowering()
626 setOperationAction(ISD::FMINIMUM, MVT::f32, Legal); in SystemZTargetLowering()
628 setOperationAction(ISD::FMAXNUM, MVT::v4f32, Legal); in SystemZTargetLowering()
629 setOperationAction(ISD::FMAXIMUM, MVT::v4f32, Legal); in SystemZTargetLowering()
630 setOperationAction(ISD::FMINNUM, MVT::v4f32, Legal); in SystemZTargetLowering()
631 setOperationAction(ISD::FMINIMUM, MVT::v4f32, Legal); in SystemZTargetLowering()
633 setOperationAction(ISD::FMAXNUM, MVT::f128, Legal); in SystemZTargetLowering()
634 setOperationAction(ISD::FMAXIMUM, MVT::f128, Legal); in SystemZTargetLowering()
635 setOperationAction(ISD::FMINNUM, MVT::f128, Legal); in SystemZTargetLowering()
636 setOperationAction(ISD::FMINIMUM, MVT::f128, Legal); in SystemZTargetLowering()
639 setOperationAction(ISD::STRICT_FADD, MVT::v4f32, Legal); in SystemZTargetLowering()
640 setOperationAction(ISD::STRICT_FSUB, MVT::v4f32, Legal); in SystemZTargetLowering()
641 setOperationAction(ISD::STRICT_FMUL, MVT::v4f32, Legal); in SystemZTargetLowering()
642 setOperationAction(ISD::STRICT_FMA, MVT::v4f32, Legal); in SystemZTargetLowering()
643 setOperationAction(ISD::STRICT_FDIV, MVT::v4f32, Legal); in SystemZTargetLowering()
644 setOperationAction(ISD::STRICT_FSQRT, MVT::v4f32, Legal); in SystemZTargetLowering()
645 setOperationAction(ISD::STRICT_FRINT, MVT::v4f32, Legal); in SystemZTargetLowering()
646 setOperationAction(ISD::STRICT_FNEARBYINT, MVT::v4f32, Legal); in SystemZTargetLowering()
647 setOperationAction(ISD::STRICT_FFLOOR, MVT::v4f32, Legal); in SystemZTargetLowering()
648 setOperationAction(ISD::STRICT_FCEIL, MVT::v4f32, Legal); in SystemZTargetLowering()
649 setOperationAction(ISD::STRICT_FROUND, MVT::v4f32, Legal); in SystemZTargetLowering()
650 setOperationAction(ISD::STRICT_FTRUNC, MVT::v4f32, Legal); in SystemZTargetLowering()
653 setOperationAction(ISD::STRICT_FMAXNUM, VT, Legal); in SystemZTargetLowering()
654 setOperationAction(ISD::STRICT_FMINNUM, VT, Legal); in SystemZTargetLowering()
655 setOperationAction(ISD::STRICT_FMAXIMUM, VT, Legal); in SystemZTargetLowering()
656 setOperationAction(ISD::STRICT_FMINIMUM, VT, Legal); in SystemZTargetLowering()
662 setOperationAction(ISD::FMA, MVT::f128, Expand); in SystemZTargetLowering()
663 setOperationAction(ISD::STRICT_FMA, MVT::f128, Expand); in SystemZTargetLowering()
668 setOperationAction(ISD::FCOPYSIGN, MVT::f128, Expand); in SystemZTargetLowering()
690 setOperationAction(ISD::BITCAST, MVT::i32, Custom); in SystemZTargetLowering()
691 setOperationAction(ISD::BITCAST, MVT::f32, Custom); in SystemZTargetLowering()
696 setOperationAction(ISD::VASTART, MVT::Other, Custom); in SystemZTargetLowering()
697 setOperationAction(ISD::VACOPY, MVT::Other, Custom); in SystemZTargetLowering()
698 setOperationAction(ISD::VAEND, MVT::Other, Expand); in SystemZTargetLowering()
700 setOperationAction(ISD::GET_ROUNDING, MVT::i32, Custom); in SystemZTargetLowering()
725 setOperationAction(ISD::INTRINSIC_W_CHAIN, MVT::Other, Custom); in SystemZTargetLowering()
726 setOperationAction(ISD::INTRINSIC_WO_CHAIN, MVT::Other, Custom); in SystemZTargetLowering()