Home
last modified time | relevance | path

Searched refs:Zero1 (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonConstPropagation.cpp1314 bool Zero1 = (Props1 & P::Zero), Zero2 = (Props2 & P::Zero); in evaluateCMPpp() local
1316 if (Zero1 && Zero2) { in evaluateCMPpp()
1321 if ((Zero1 && NonZero2) || (NonZero1 && Zero2)) in evaluateCMPpp()
1329 if (Zero1 && NonZero2) { in evaluateCMPpp()
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp1754 SDValue Zero1 = DAG.getConstant(0, DL, MVT::i1); in LowerUDIVREM64() local
1766 Mulhi1_Lo, Zero1); in LowerUDIVREM64()
1780 Mulhi2_Lo, Zero1); in LowerUDIVREM64()
1793 Mul3_Lo, Zero1); in LowerUDIVREM64()
1813 RHS_Lo, Zero1); in LowerUDIVREM64()
1833 RHS_Lo, Zero1); in LowerUDIVREM64()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp12140 bool Undef1 = true, Undef2 = true, Zero1 = true, Zero2 = true; in matchShuffleWithUNPCK() local
12146 Zero1 &= isUndefOrZero(M1); in matchShuffleWithUNPCK()
12149 assert(!((Undef1 || Zero1) && (Undef2 || Zero2)) && in matchShuffleWithUNPCK()
12173 if (IsUnary && (Zero1 || Zero2)) { in matchShuffleWithUNPCK()
12184 if ((((i & 1) == 0) && Zero1) || (((i & 1) == 1) && Zero2) || in matchShuffleWithUNPCK()
12195 V1 = Zero1 ? getZeroVector(VT, Subtarget, DAG, DL) : V1; in matchShuffleWithUNPCK()