Lines Matching refs:ExtOpcode
4173 unsigned ExtOpcode) { in addRequiredExtensionForVectorMULL() argument
4184 return DAG.getNode(ExtOpcode, SDLoc(N), NewVT, N); in addRequiredExtensionForVectorMULL()
4983 unsigned ExtOpcode = IsSigned ? ISD::SIGN_EXTEND : ISD::ZERO_EXTEND; in LowerMGATHER() local
4984 Index = DAG.getNode(ExtOpcode, DL, PromotedVT, Index); in LowerMGATHER()
5073 unsigned ExtOpcode = IsSigned ? ISD::SIGN_EXTEND : ISD::ZERO_EXTEND; in LowerMSCATTER() local
5074 Index = DAG.getNode(ExtOpcode, DL, PromotedVT, Index); in LowerMSCATTER()
13880 unsigned ExtOpcode = Op0.getOpcode(); in performVecReduceAddCombine() local
13883 if (ExtOpcode == ISD::MUL) { in performVecReduceAddCombine()
13889 ExtOpcode = A.getOpcode(); in performVecReduceAddCombine()
13891 if (ExtOpcode != ISD::ZERO_EXTEND && ExtOpcode != ISD::SIGN_EXTEND) in performVecReduceAddCombine()
13909 (ExtOpcode == ISD::ZERO_EXTEND) ? AArch64ISD::UDOT : AArch64ISD::SDOT; in performVecReduceAddCombine()