Searched refs:Zero1 (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonConstPropagation.cpp | 1296 bool Zero1 = (Props1 & P::Zero), Zero2 = (Props2 & P::Zero); in evaluateCMPpp() local 1298 if (Zero1 && Zero2) { in evaluateCMPpp() 1303 if ((Zero1 && NonZero2) || (NonZero1 && Zero2)) in evaluateCMPpp() 1311 if (Zero1 && NonZero2) { in evaluateCMPpp()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUISelLowering.cpp | 2148 SDValue Zero1 = DAG.getConstant(0, DL, MVT::i1); in LowerUDIVREM64() local 2159 Mulhi1_Lo, Zero1); in LowerUDIVREM64() 2172 Mulhi2_Lo, Zero1); in LowerUDIVREM64() 2185 Mul3_Lo, Zero1); in LowerUDIVREM64() 2205 RHS_Lo, Zero1); in LowerUDIVREM64() 2225 RHS_Lo, Zero1); in LowerUDIVREM64()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 10422 bool Undef1 = true, Undef2 = true, Zero1 = true, Zero2 = true; in matchShuffleWithUNPCK() local 10428 Zero1 &= isUndefOrZero(M1); in matchShuffleWithUNPCK() 10431 assert(!((Undef1 || Zero1) && (Undef2 || Zero2)) && in matchShuffleWithUNPCK() 10455 if (IsUnary && (Zero1 || Zero2)) { in matchShuffleWithUNPCK() 10466 if ((((i & 1) == 0) && Zero1) || (((i & 1) == 1) && Zero2) || in matchShuffleWithUNPCK() 10477 V1 = Zero1 ? getZeroVector(VT, Subtarget, DAG, DL) : V1; in matchShuffleWithUNPCK()
|