Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonConstPropagation.cpp1303 bool Zero1 = (Props1 & P::Zero), Zero2 = (Props2 & P::Zero); in evaluateCMPpp() local
1305 if (Zero1 && Zero2) { in evaluateCMPpp()
1310 if ((Zero1 && NonZero2) || (NonZero1 && Zero2)) in evaluateCMPpp()
1318 if (Zero1 && NonZero2) { in evaluateCMPpp()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUISelLowering.cpp1615 SDValue Zero1 = DAG.getConstant(0, DL, MVT::i1); in LowerUDIVREM64() local
1627 Mulhi1_Lo, Zero1); in LowerUDIVREM64()
1642 Mulhi2_Lo, Zero1); in LowerUDIVREM64()
1656 Mul3_Lo, Zero1); in LowerUDIVREM64()
1676 RHS_Lo, Zero1); in LowerUDIVREM64()
1696 RHS_Lo, Zero1); in LowerUDIVREM64()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp9347 bool Undef1 = true, Undef2 = true, Zero1 = true, Zero2 = true; in matchVectorShuffleWithUNPCK() local
9353 Zero1 &= isUndefOrZero(M1); in matchVectorShuffleWithUNPCK()
9356 assert(!((Undef1 || Zero1) && (Undef2 || Zero2)) && in matchVectorShuffleWithUNPCK()
9378 if (IsUnary && (Zero1 || Zero2)) { in matchVectorShuffleWithUNPCK()
9389 if ((((i & 1) == 0) && Zero1) || (((i & 1) == 1) && Zero2) || in matchVectorShuffleWithUNPCK()
9400 V1 = Zero1 ? getZeroVector(VT, Subtarget, DAG, DL) : V1; in matchVectorShuffleWithUNPCK()