Searched refs:isDot (Results 1 – 1 of 1) sorted by relevance
7083 bool &isDot, const PPCSubtarget &Subtarget) { in getAltivecCompareInfo() argument7087 isDot = false; in getAltivecCompareInfo()7091 case Intrinsic::ppc_altivec_vcmpbfp_p: CompareOpc = 966; isDot = 1; break; in getAltivecCompareInfo()7092 case Intrinsic::ppc_altivec_vcmpeqfp_p: CompareOpc = 198; isDot = 1; break; in getAltivecCompareInfo()7093 case Intrinsic::ppc_altivec_vcmpequb_p: CompareOpc = 6; isDot = 1; break; in getAltivecCompareInfo()7094 case Intrinsic::ppc_altivec_vcmpequh_p: CompareOpc = 70; isDot = 1; break; in getAltivecCompareInfo()7095 case Intrinsic::ppc_altivec_vcmpequw_p: CompareOpc = 134; isDot = 1; break; in getAltivecCompareInfo()7099 isDot = 1; in getAltivecCompareInfo()7105 case Intrinsic::ppc_altivec_vcmpgefp_p: CompareOpc = 454; isDot = 1; break; in getAltivecCompareInfo()7106 case Intrinsic::ppc_altivec_vcmpgtfp_p: CompareOpc = 710; isDot = 1; break; in getAltivecCompareInfo()[all …]