Searched refs:HasInt256 (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 1098 bool HasInt256 = Subtarget.hasInt256(); in X86TargetLowering() local 1201 setOperationAction(ISD::ADD, VT, HasInt256 ? Legal : Custom); in X86TargetLowering() 1202 setOperationAction(ISD::SUB, VT, HasInt256 ? Legal : Custom); in X86TargetLowering() 1233 setOperationAction(ISD::ABS, VT, HasInt256 ? Legal : Custom); in X86TargetLowering() 1234 setOperationAction(ISD::SMAX, VT, HasInt256 ? Legal : Custom); in X86TargetLowering() 1235 setOperationAction(ISD::UMAX, VT, HasInt256 ? Legal : Custom); in X86TargetLowering() 1236 setOperationAction(ISD::SMIN, VT, HasInt256 ? Legal : Custom); in X86TargetLowering() 1237 setOperationAction(ISD::UMIN, VT, HasInt256 ? Legal : Custom); in X86TargetLowering() 1245 if (HasInt256) { in X86TargetLowering() 1287 if (HasInt256) in X86TargetLowering() [all …]
|