Searched defs:DemandedRHS (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| D | InstCombineSimplifyDemanded.cpp | 1418 APInt DemandedLHS(DemandedElts), DemandedRHS(DemandedElts); in SimplifyDemandedVectorElts() local
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/ |
| D | ValueTracking.cpp | 159 APInt &DemandedLHS, APInt &DemandedRHS) { in getShuffleDemandedElts() 1704 APInt DemandedLHS, DemandedRHS; in computeKnownBitsFromOperator() local 3149 APInt DemandedLHS, DemandedRHS; in ComputeNumSignBitsImpl() local
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| D | TargetLowering.cpp | 1123 APInt DemandedRHS(NumElts, 0); in SimplifyDemandedBits() local 2701 APInt DemandedRHS(DemandedElts); in SimplifyDemandedVectorElts() local 2720 APInt DemandedRHS(NumElts, 0); in SimplifyDemandedVectorElts() local
|
| D | SelectionDAG.cpp | 2813 APInt DemandedLHS(NumElts, 0), DemandedRHS(NumElts, 0); in computeKnownBits() local 3724 APInt DemandedLHS(NumElts, 0), DemandedRHS(NumElts, 0); in ComputeNumSignBits() local
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| D | AMDGPUISelLowering.cpp | 2905 SDValue DemandedRHS = TLI.SimplifyMultipleUseDemandedBits(RHS, Demanded, DAG); in simplifyMul24() local
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/ |
| D | X86ISelLowering.cpp | 6916 APInt &DemandedLHS, APInt &DemandedRHS) { in getPackDemandedElts() 6941 APInt &DemandedLHS, APInt &DemandedRHS) { in getHorizDemandedElts() 34799 APInt DemandedLHS, DemandedRHS; in computeKnownBitsForTargetNode() local 35046 APInt DemandedLHS, DemandedRHS; in ComputeNumSignBitsForTargetNode() local 38818 APInt DemandedLHS, DemandedRHS; in SimplifyDemandedVectorEltsForTargetNode() local 38855 APInt DemandedLHS, DemandedRHS; in SimplifyDemandedVectorEltsForTargetNode() local 39266 SDValue DemandedRHS = SimplifyMultipleUseDemandedBits( in SimplifyDemandedBitsForTargetNode() local 39466 APInt DemandedLHS, DemandedRHS; in SimplifyDemandedBitsForTargetNode() local
|