Searched refs:HasInt256 (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 1315 bool HasInt256 = Subtarget.hasInt256(); in X86TargetLowering() local 1445 setOperationAction(ISD::ADD, VT, HasInt256 ? Legal : Custom); in X86TargetLowering() 1446 setOperationAction(ISD::SUB, VT, HasInt256 ? Legal : Custom); in X86TargetLowering() 1450 setOperationAction(ISD::MUL, MVT::v8i32, HasInt256 ? Legal : Custom); in X86TargetLowering() 1486 setOperationAction(ISD::ABS, VT, HasInt256 ? Legal : Custom); in X86TargetLowering() 1487 setOperationAction(ISD::SMAX, VT, HasInt256 ? Legal : Custom); in X86TargetLowering() 1488 setOperationAction(ISD::UMAX, VT, HasInt256 ? Legal : Custom); in X86TargetLowering() 1489 setOperationAction(ISD::SMIN, VT, HasInt256 ? Legal : Custom); in X86TargetLowering() 1490 setOperationAction(ISD::UMIN, VT, HasInt256 ? Legal : Custom); in X86TargetLowering() 1498 if (HasInt256) { in X86TargetLowering() [all …]
|