Searched refs:HasInt256 (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 947 bool HasInt256 = Subtarget.hasInt256(); in X86TargetLowering() local 1021 if (HasInt256) in X86TargetLowering() 1032 setOperationAction(ISD::ADD, VT, HasInt256 ? Legal : Custom); in X86TargetLowering() 1033 setOperationAction(ISD::SUB, VT, HasInt256 ? Legal : Custom); in X86TargetLowering() 1037 setOperationAction(ISD::MUL, MVT::v8i32, HasInt256 ? Legal : Custom); in X86TargetLowering() 1038 setOperationAction(ISD::MUL, MVT::v16i16, HasInt256 ? Legal : Custom); in X86TargetLowering() 1044 setOperationAction(ISD::MULHU, MVT::v16i16, HasInt256 ? Legal : Custom); in X86TargetLowering() 1045 setOperationAction(ISD::MULHS, MVT::v16i16, HasInt256 ? Legal : Custom); in X86TargetLowering() 1050 setOperationAction(ISD::SMAX, VT, HasInt256 ? Legal : Custom); in X86TargetLowering() 1051 setOperationAction(ISD::UMAX, VT, HasInt256 ? Legal : Custom); in X86TargetLowering() [all …]
|