Searched refs:SIGNED_SCALED (Results 1 – 6 of 6) sorted by relevance
1317 SIGNED_SCALED = 0, enumerator
2449 return (getIndexType() == ISD::SIGNED_SCALED) ||2453 return (getIndexType() == ISD::SIGNED_SCALED) ||
4337 IndexType == ISD::SIGNED_SCALED || IndexType == ISD::UNSIGNED_SCALED; in LowerMGATHER()4339 IndexType == ISD::SIGNED_SCALED || IndexType == ISD::SIGNED_UNSCALED; in LowerMGATHER()4442 IndexType == ISD::SIGNED_SCALED || IndexType == ISD::UNSIGNED_SCALED; in LowerMSCATTER()4444 IndexType == ISD::SIGNED_SCALED || IndexType == ISD::SIGNED_UNSCALED; in LowerMSCATTER()
7947 (IndexType == ISD::SIGNED_SCALED) || (IndexType == ISD::UNSIGNED_SCALED); in getCanonicalIndexType()7949 (IndexType == ISD::SIGNED_SCALED) || (IndexType == ISD::SIGNED_UNSCALED); in getCanonicalIndexType()
4374 IndexType = ISD::SIGNED_SCALED; in getUniformBase()4395 IndexType = ISD::SIGNED_SCALED; in getUniformBase()
9740 MGS->setIndexType(Scaled ? ISD::SIGNED_SCALED : ISD::SIGNED_UNSCALED); in refineIndexType()