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

References

lib/Target/Hexagon/HexagonISelLowering.cpp
 1444       setOperationAction(VectExpOp, VT, Expand);
 1448       if (TargetVT == VT)
 1450       setLoadExtAction(ISD::EXTLOAD, TargetVT, VT, Expand);
 1451       setLoadExtAction(ISD::ZEXTLOAD, TargetVT, VT, Expand);
 1452       setLoadExtAction(ISD::SEXTLOAD, TargetVT, VT, Expand);
 1453       setTruncStoreAction(VT, TargetVT, Expand);
 1457     if (VT.getVectorElementType() != MVT::i32) {
 1458       MVT VT32 = MVT::getVectorVT(MVT::i32, VT.getSizeInBits()/32);
 1459       setOperationAction(ISD::SELECT, VT, Promote);
 1460       AddPromotedToType(ISD::SELECT, VT, VT32);
 1462     setOperationAction(ISD::SRA, VT, Custom);
 1463     setOperationAction(ISD::SHL, VT, Custom);
 1464     setOperationAction(ISD::SRL, VT, Custom);