Home
last modified time | relevance | path

Searched refs:DemandedLHS (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp1338 APInt DemandedLHS(DemandedElts), DemandedRHS(DemandedElts); in SimplifyDemandedVectorElts() local
1350 DemandedLHS.clearBit(i); in SimplifyDemandedVectorElts()
1356 simplifyAndSetOp(I, 1, DemandedLHS, UndefElts2); in SimplifyDemandedVectorElts()
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp570 APInt DemandedLHS(NumElts, 0); in SimplifyDemandedBits() local
579 DemandedLHS.clearAllBits(); in SimplifyDemandedBits()
585 DemandedLHS.setBit(M); in SimplifyDemandedBits()
590 if (!!DemandedLHS || !!DemandedRHS) { in SimplifyDemandedBits()
593 if (!!DemandedLHS) { in SimplifyDemandedBits()
594 if (SimplifyDemandedBits(Op.getOperand(0), DemandedBits, DemandedLHS, in SimplifyDemandedBits()
1703 APInt DemandedLHS(DemandedElts); in SimplifyDemandedVectorElts() local
1707 if (SimplifyDemandedVectorElts(Op.getOperand(1), DemandedLHS, UndefLHS, in SimplifyDemandedVectorElts()
1722 APInt DemandedLHS(NumElts, 0); in SimplifyDemandedVectorElts() local
1730 DemandedLHS.setBit(M); in SimplifyDemandedVectorElts()
[all …]
H A DSelectionDAG.cpp2359 APInt DemandedLHS(NumElts, 0), DemandedRHS(NumElts, 0); in computeKnownBits() local
2372 DemandedLHS.clearAllBits(); in computeKnownBits()
2378 DemandedLHS.setBit((unsigned)M % NumElts); in computeKnownBits()
2383 if (!!DemandedLHS) { in computeKnownBits()
2385 Known2 = computeKnownBits(LHS, DemandedLHS, Depth + 1); in computeKnownBits()
3336 APInt DemandedLHS(NumElts, 0), DemandedRHS(NumElts, 0); in ComputeNumSignBits() local
3348 DemandedLHS.setBit((unsigned)M % NumElts); in ComputeNumSignBits()
3353 if (!!DemandedLHS) in ComputeNumSignBits()
3354 Tmp = ComputeNumSignBits(Op.getOperand(0), DemandedLHS, Depth + 1); in ComputeNumSignBits()
/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp2731 SDValue DemandedLHS = DAG.GetDemandedBits(LHS, Demanded); in simplifyI24() local
2733 if (DemandedLHS || DemandedRHS) in simplifyI24()
2735 DemandedLHS ? DemandedLHS : LHS, in simplifyI24()
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DValueTracking.cpp2545 APInt DemandedLHS(NumElts, 0), DemandedRHS(NumElts, 0); in ComputeNumSignBitsImpl() local
2554 DemandedLHS.setBit(M % NumElts); in ComputeNumSignBitsImpl()
2559 if (!!DemandedLHS) in ComputeNumSignBitsImpl()
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp6055 DemandedLHS = APInt::getNullValue(NumInnerElts); in getPackDemandedElts()
6064 DemandedLHS.setBit(InnerIdx); in getPackDemandedElts()
30141 APInt DemandedLHS, DemandedRHS; in computeKnownBitsForTargetNode() local
30142 getPackDemandedElts(VT, DemandedElts, DemandedLHS, DemandedRHS); in computeKnownBitsForTargetNode()
30148 if (!!DemandedLHS) { in computeKnownBitsForTargetNode()
30253 APInt DemandedLHS, DemandedRHS; in ComputeNumSignBitsForTargetNode() local
30259 if (!!DemandedLHS) in ComputeNumSignBitsForTargetNode()
32489 APInt DemandedLHS, DemandedRHS; in SimplifyDemandedVectorEltsForTargetNode() local
41485 SDValue DemandedLHS = DAG.GetDemandedBits(LHS, DemandedMask); in combinePMULDQ() local
41487 if (DemandedLHS || DemandedRHS) in combinePMULDQ()
[all …]