Searched defs:DemandedLHS (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | VectorUtils.cpp | 313 const APInt &DemandedElts, APInt &DemandedLHS, in getShuffleDemandedElts() 572 APInt &DemandedLHS, in getHorizDemandedEltsForFirstOperand()
|
H A D | ValueTracking.cpp | 137 APInt &DemandedLHS, APInt &DemandedRHS) { in getShuffleDemandedElts() 1879 APInt DemandedLHS, DemandedRHS; in computeKnownBitsFromOperator() local 3013 APInt DemandedLHS, DemandedRHS; in isKnownNonZeroFromOperator() local 4042 APInt DemandedLHS, DemandedRHS; in ComputeNumSignBitsImpl() local 5810 APInt DemandedLHS, DemandedRHS; in computeKnownFPClass() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineSimplifyDemanded.cpp | 1736 APInt DemandedLHS(DemandedElts), DemandedRHS(DemandedElts); in SimplifyDemandedVectorElts() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | TargetLowering.cpp | 1350 APInt DemandedLHS, DemandedRHS; in SimplifyDemandedBits() local 3423 APInt DemandedLHS(DemandedElts); in SimplifyDemandedVectorElts() local 3453 APInt DemandedLHS(NumElts, 0); in SimplifyDemandedVectorElts() local
|
H A D | SelectionDAG.cpp | 2821 APInt DemandedLHS = APInt::getZero(NumElts); in isSplatValue() local 3251 APInt DemandedLHS, DemandedRHS; in computeKnownBits() local 4522 APInt DemandedLHS, DemandedRHS; in ComputeNumSignBits() local 5184 APInt DemandedLHS, DemandedRHS; in isGuaranteedNotToBeUndefOrPoison() local
|
H A D | DAGCombiner.cpp | 26019 APInt DemandedLHS = APInt::getZero(NumElts); in visitVECTOR_SHUFFLE() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUISelLowering.cpp | 3736 SDValue DemandedLHS = TLI.SimplifyMultipleUseDemandedBits(LHS, Demanded, DAG); in simplifyMul24() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 5187 APInt &DemandedLHS, APInt &DemandedRHS) { in getPackDemandedElts() 5212 APInt &DemandedLHS, APInt &DemandedRHS) { in getHorizDemandedElts() 37276 APInt DemandedLHS, DemandedRHS; in computeKnownBitsForTargetNode() local 37655 APInt DemandedLHS, DemandedRHS; in ComputeNumSignBitsForTargetNode() local 42203 APInt DemandedLHS, DemandedRHS; in SimplifyDemandedVectorEltsForTargetNode() local 42240 APInt DemandedLHS, DemandedRHS; in SimplifyDemandedVectorEltsForTargetNode() local 42705 SDValue DemandedLHS = SimplifyMultipleUseDemandedBits( in SimplifyDemandedBitsForTargetNode() local 42948 APInt DemandedLHS, DemandedRHS; in SimplifyDemandedBitsForTargetNode() local
|