Searched refs:DemandedLHS (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 2272 APInt DemandedLHS(NumElts, 0), DemandedRHS(NumElts, 0); in computeKnownBits() local 2285 DemandedLHS.clearAllBits(); in computeKnownBits() 2291 DemandedLHS.setBit((unsigned)M % NumElts); in computeKnownBits() 2296 if (!!DemandedLHS) { in computeKnownBits() 2298 computeKnownBits(LHS, Known2, DemandedLHS, Depth + 1); in computeKnownBits() 3200 APInt DemandedLHS(NumElts, 0), DemandedRHS(NumElts, 0); in ComputeNumSignBits() local 3212 DemandedLHS.setBit((unsigned)M % NumElts); in ComputeNumSignBits() 3217 if (!!DemandedLHS) in ComputeNumSignBits() 3218 Tmp = ComputeNumSignBits(Op.getOperand(0), DemandedLHS, Depth + 1); in ComputeNumSignBits()
|
D | TargetLowering.cpp | 1537 APInt DemandedLHS(DemandedElts); in SimplifyDemandedVectorElts() local 1545 if (SimplifyDemandedVectorElts(Op.getOperand(1), DemandedLHS, UndefLHS, in SimplifyDemandedVectorElts() 1560 APInt DemandedLHS(NumElts, 0); in SimplifyDemandedVectorElts() local 1568 DemandedLHS.setBit(M); in SimplifyDemandedVectorElts() 1576 if (SimplifyDemandedVectorElts(Op.getOperand(0), DemandedLHS, UndefLHS, in SimplifyDemandedVectorElts()
|