Searched defs:DemandedLHS (Results 1 – 8 of 8) sorted by relevance
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineSimplifyDemanded.cpp | 1578 APInt DemandedLHS(DemandedElts), DemandedRHS(DemandedElts); in SimplifyDemandedVectorElts() local
|
/openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
H A D | VectorUtils.cpp | 433 const APInt &DemandedElts, APInt &DemandedLHS, in getShuffleDemandedElts()
|
H A D | ValueTracking.cpp | 159 APInt &DemandedLHS, APInt &DemandedRHS) { in getShuffleDemandedElts() 1784 APInt DemandedLHS, DemandedRHS; in computeKnownBitsFromOperator() local 3344 APInt DemandedLHS, DemandedRHS; in ComputeNumSignBitsImpl() local
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
H A D | TargetLowering.cpp | 1302 APInt DemandedLHS, DemandedRHS; in SimplifyDemandedBits() local 3181 APInt DemandedLHS(DemandedElts); in SimplifyDemandedVectorElts() local 3211 APInt DemandedLHS(NumElts, 0); in SimplifyDemandedVectorElts() local
|
H A D | SelectionDAG.cpp | 2664 APInt DemandedLHS = APInt::getNullValue(NumElts); in isSplatValue() local 3019 APInt DemandedLHS, DemandedRHS; in computeKnownBits() local 4060 APInt DemandedLHS, DemandedRHS; in ComputeNumSignBits() local
|
H A D | DAGCombiner.cpp | 24076 APInt DemandedLHS = APInt::getNullValue(NumElts); in visitVECTOR_SHUFFLE() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUISelLowering.cpp | 2918 SDValue DemandedLHS = TLI.SimplifyMultipleUseDemandedBits(LHS, Demanded, DAG); in simplifyMul24() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 7659 APInt &DemandedLHS, APInt &DemandedRHS) { in getPackDemandedElts() 7684 APInt &DemandedLHS, APInt &DemandedRHS) { in getHorizDemandedElts() 37882 APInt DemandedLHS, DemandedRHS; in computeKnownBitsForTargetNode() local 38160 APInt DemandedLHS, DemandedRHS; in ComputeNumSignBitsForTargetNode() local 42310 APInt DemandedLHS, DemandedRHS; in SimplifyDemandedVectorEltsForTargetNode() local 42347 APInt DemandedLHS, DemandedRHS; in SimplifyDemandedVectorEltsForTargetNode() local 42777 SDValue DemandedLHS = SimplifyMultipleUseDemandedBits( in SimplifyDemandedBitsForTargetNode() local 43001 APInt DemandedLHS, DemandedRHS; in SimplifyDemandedBitsForTargetNode() local
|