Searched refs:DemandedLHS (Results 1 – 6 of 6) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineSimplifyDemanded.cpp | 1426 APInt DemandedLHS(DemandedElts), DemandedRHS(DemandedElts); in SimplifyDemandedVectorElts() local 1438 DemandedLHS.clearBit(i); in SimplifyDemandedVectorElts() 1444 simplifyAndSetOp(I, 1, DemandedLHS, UndefElts2); in SimplifyDemandedVectorElts()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | TargetLowering.cpp | 999 APInt DemandedLHS(NumElts, 0); in SimplifyDemandedBits() local 1008 DemandedLHS.clearAllBits(); in SimplifyDemandedBits() 1014 DemandedLHS.setBit(M); in SimplifyDemandedBits() 1019 if (!!DemandedLHS || !!DemandedRHS) { in SimplifyDemandedBits() 1025 if (!!DemandedLHS) { in SimplifyDemandedBits() 1026 if (SimplifyDemandedBits(Op0, DemandedBits, DemandedLHS, Known2, TLO, in SimplifyDemandedBits() 1042 Op0, DemandedBits, DemandedLHS, TLO.DAG, Depth + 1); in SimplifyDemandedBits() 2424 APInt DemandedLHS(DemandedElts); in SimplifyDemandedVectorElts() local 2428 if (SimplifyDemandedVectorElts(Op.getOperand(1), DemandedLHS, UndefLHS, in SimplifyDemandedVectorElts() 2443 APInt DemandedLHS(NumElts, 0); in SimplifyDemandedVectorElts() local [all …]
|
D | SelectionDAG.cpp | 2565 APInt DemandedLHS(NumElts, 0), DemandedRHS(NumElts, 0); in computeKnownBits() local 2578 DemandedLHS.clearAllBits(); in computeKnownBits() 2584 DemandedLHS.setBit((unsigned)M % NumElts); in computeKnownBits() 2589 if (!!DemandedLHS) { in computeKnownBits() 2591 Known2 = computeKnownBits(LHS, DemandedLHS, Depth + 1); in computeKnownBits() 3557 APInt DemandedLHS(NumElts, 0), DemandedRHS(NumElts, 0); in ComputeNumSignBits() local 3569 DemandedLHS.setBit((unsigned)M % NumElts); in ComputeNumSignBits() 3574 if (!!DemandedLHS) in ComputeNumSignBits() 3575 Tmp = ComputeNumSignBits(Op.getOperand(0), DemandedLHS, Depth + 1); in ComputeNumSignBits()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUISelLowering.cpp | 2812 SDValue DemandedLHS = DAG.GetDemandedBits(LHS, Demanded); in simplifyI24() local 2814 if (DemandedLHS || DemandedRHS) in simplifyI24() 2816 DemandedLHS ? DemandedLHS : LHS, in simplifyI24()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | ValueTracking.cpp | 2714 APInt DemandedLHS(NumElts, 0), DemandedRHS(NumElts, 0); in ComputeNumSignBitsImpl() local 2723 DemandedLHS.setBit(M % NumElts); in ComputeNumSignBitsImpl() 2728 if (!!DemandedLHS) in ComputeNumSignBitsImpl()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 6535 APInt &DemandedLHS, APInt &DemandedRHS) { in getPackDemandedElts() argument 6542 DemandedLHS = APInt::getNullValue(NumInnerElts); in getPackDemandedElts() 6551 DemandedLHS.setBit(InnerIdx); in getPackDemandedElts() 6560 APInt &DemandedLHS, APInt &DemandedRHS) { in getHorizDemandedElts() argument 6566 DemandedLHS = APInt::getNullValue(NumElts); in getHorizDemandedElts() 6576 DemandedLHS.setBit(LaneIdx + 2 * LocalIdx + 0); in getHorizDemandedElts() 6577 DemandedLHS.setBit(LaneIdx + 2 * LocalIdx + 1); in getHorizDemandedElts() 32605 APInt DemandedLHS, DemandedRHS; in computeKnownBitsForTargetNode() local 32606 getPackDemandedElts(VT, DemandedElts, DemandedLHS, DemandedRHS); in computeKnownBitsForTargetNode() 32612 if (!!DemandedLHS) { in computeKnownBitsForTargetNode() [all …]
|