/llvm-project/llvm/lib/Analysis/ |
H A D | VectorUtils.cpp | 313 getShuffleDemandedElts(int SrcWidth,ArrayRef<int> Mask,const APInt & DemandedElts,APInt & DemandedLHS,APInt & DemandedRHS,bool AllowUndefElts) getShuffleDemandedElts() argument
|
H A D | ValueTracking.cpp | 137 getShuffleDemandedElts(const ShuffleVectorInst * Shuf,const APInt & DemandedElts,APInt & DemandedLHS,APInt & DemandedRHS) getShuffleDemandedElts() argument 1801 APInt DemandedLHS, DemandedRHS; computeKnownBitsFromOperator() local 2935 APInt DemandedLHS, DemandedRHS; isKnownNonZeroFromOperator() local 3928 APInt DemandedLHS, DemandedRHS; ComputeNumSignBitsImpl() local 5687 APInt DemandedLHS, DemandedRHS; computeKnownFPClass() local [all...] |
/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineSimplifyDemanded.cpp | 1740 APInt DemandedLHS(DemandedElts), DemandedRHS(DemandedElts); SimplifyDemandedVectorElts() local
|
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | TargetLowering.cpp | 1350 APInt DemandedLHS, DemandedRHS; SimplifyDemandedBits() local 3413 APInt DemandedLHS(DemandedElts); SimplifyDemandedVectorElts() local 3443 APInt DemandedLHS(NumElts, 0); SimplifyDemandedVectorElts() local [all...] |
H A D | SelectionDAG.cpp | 2820 APInt DemandedLHS = APInt::getZero(NumElts); isSplatValue() local 3250 APInt DemandedLHS, DemandedRHS; computeKnownBits() local 4521 APInt DemandedLHS, DemandedRHS; ComputeNumSignBits() local 5183 APInt DemandedLHS, DemandedRHS; isGuaranteedNotToBeUndefOrPoison() local [all...] |
H A D | DAGCombiner.cpp | 25960 APInt DemandedLHS = APInt::getZero(NumElts); visitVECTOR_SHUFFLE() local [all...] |
/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUISelLowering.cpp | 3742 SDValue DemandedLHS = TLI.SimplifyMultipleUseDemandedBits(LHS, Demanded, DAG); simplifyMul24() local
|
/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 5192 getPackDemandedElts(EVT VT,const APInt & DemandedElts,APInt & DemandedLHS,APInt & DemandedRHS) getPackDemandedElts() argument 5217 getHorizDemandedElts(EVT VT,const APInt & DemandedElts,APInt & DemandedLHS,APInt & DemandedRHS) getHorizDemandedElts() argument 37267 APInt DemandedLHS, DemandedRHS; computeKnownBitsForTargetNode() local 37635 APInt DemandedLHS, DemandedRHS; ComputeNumSignBitsForTargetNode() local 42149 APInt DemandedLHS, DemandedRHS; SimplifyDemandedVectorEltsForTargetNode() local 42186 APInt DemandedLHS, DemandedRHS; SimplifyDemandedVectorEltsForTargetNode() local 42651 SDValue DemandedLHS = SimplifyMultipleUseDemandedBits( SimplifyDemandedBitsForTargetNode() local 42894 APInt DemandedLHS, DemandedRHS; SimplifyDemandedBitsForTargetNode() local [all...] |