Searched refs:DemandedSrc (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | TargetLowering.cpp | 1370 SDValue DemandedSrc = SimplifyMultipleUseDemandedBits( in SimplifyDemandedBits() local 1372 if (DemandedSrc) { in SimplifyDemandedBits() 1373 SDValue NewOp = TLO.DAG.getNode(Op.getOpcode(), dl, VT, DemandedSrc, in SimplifyDemandedBits() 2734 if (SDValue DemandedSrc = SimplifyMultipleUseDemandedBits( in SimplifyDemandedBits() local 2737 TLO.DAG.getNode(Op.getOpcode(), dl, VT, DemandedSrc, Idx); in SimplifyDemandedBits() 2833 if (SDValue DemandedSrc = SimplifyMultipleUseDemandedBits( in SimplifyDemandedBits() local 2835 SDValue NewOp = TLO.DAG.getBitcast(VT, DemandedSrc); in SimplifyDemandedBits()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 39058 APInt DemandedSrc = DemandedElts.zextOrTrunc(SrcVT.getVectorNumElements()); in ComputeNumSignBitsForTargetNode() local 39059 unsigned Tmp = DAG.ComputeNumSignBits(Src, DemandedSrc, Depth + 1); in ComputeNumSignBitsForTargetNode() 43683 APInt DemandedSrc = DemandedElts.lshr(ShiftAmt); in SimplifyDemandedVectorEltsForTargetNode() local 43684 if (SimplifyDemandedVectorElts(Src, DemandedSrc, KnownUndef, KnownZero, TLO, in SimplifyDemandedVectorEltsForTargetNode() 43722 APInt DemandedSrc = DemandedElts.shl(ShiftAmt); in SimplifyDemandedVectorEltsForTargetNode() local 43723 if (SimplifyDemandedVectorElts(Src, DemandedSrc, KnownUndef, KnownZero, TLO, in SimplifyDemandedVectorEltsForTargetNode() 43883 APInt DemandedSrc = DemandedElts.zextOrTrunc(SrcVT.getVectorNumElements()); in SimplifyDemandedVectorEltsForTargetNode() local 43885 if (SimplifyDemandedVectorElts(Src, DemandedSrc, SrcUndef, SrcZero, TLO, in SimplifyDemandedVectorEltsForTargetNode()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SIISelLowering.cpp | 15645 if (SDValue DemandedSrc = in performCvtF32UByteNCombine() local 15647 return DAG.getNode(N->getOpcode(), SL, MVT::f32, DemandedSrc); in performCvtF32UByteNCombine()
|