reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/X86/X86ISelLowering.cpp
 1188       setOperationAction(ISD::ADD, VT, HasInt256 ? Legal : Custom);
 1189       setOperationAction(ISD::SUB, VT, HasInt256 ? Legal : Custom);
 1193     setOperationAction(ISD::MUL,       MVT::v8i32,  HasInt256 ? Legal : Custom);
 1194     setOperationAction(ISD::MUL,       MVT::v16i16, HasInt256 ? Legal : Custom);
 1199     setOperationAction(ISD::MULHU,     MVT::v16i16, HasInt256 ? Legal : Custom);
 1200     setOperationAction(ISD::MULHS,     MVT::v16i16, HasInt256 ? Legal : Custom);
 1210     setOperationAction(ISD::UADDSAT,   MVT::v32i8,  HasInt256 ? Legal : Custom);
 1211     setOperationAction(ISD::SADDSAT,   MVT::v32i8,  HasInt256 ? Legal : Custom);
 1212     setOperationAction(ISD::USUBSAT,   MVT::v32i8,  HasInt256 ? Legal : Custom);
 1213     setOperationAction(ISD::SSUBSAT,   MVT::v32i8,  HasInt256 ? Legal : Custom);
 1214     setOperationAction(ISD::UADDSAT,   MVT::v16i16, HasInt256 ? Legal : Custom);
 1215     setOperationAction(ISD::SADDSAT,   MVT::v16i16, HasInt256 ? Legal : Custom);
 1216     setOperationAction(ISD::USUBSAT,   MVT::v16i16, HasInt256 ? Legal : Custom);
 1217     setOperationAction(ISD::SSUBSAT,   MVT::v16i16, HasInt256 ? Legal : Custom);
 1220       setOperationAction(ISD::ABS,  VT, HasInt256 ? Legal : Custom);
 1221       setOperationAction(ISD::SMAX, VT, HasInt256 ? Legal : Custom);
 1222       setOperationAction(ISD::UMAX, VT, HasInt256 ? Legal : Custom);
 1223       setOperationAction(ISD::SMIN, VT, HasInt256 ? Legal : Custom);
 1224       setOperationAction(ISD::UMIN, VT, HasInt256 ? Legal : Custom);
 1232     if (HasInt256) {
 1275     if (HasInt256) {