Searched refs:DemandedSrcBits (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | TargetLowering.cpp | 712 APInt DemandedSrcBits = APInt::getZero(NumSrcEltBits); in SimplifyMultipleUseDemandedBits() local 719 DemandedSrcBits |= Sub; in SimplifyMultipleUseDemandedBits() 727 Src, DemandedSrcBits, DemandedSrcElts, DAG, Depth + 1)) in SimplifyMultipleUseDemandedBits() 735 APInt DemandedSrcBits = APInt::getZero(NumSrcEltBits); in SimplifyMultipleUseDemandedBits() local 740 DemandedSrcBits.insertBits(DemandedBits, Offset); in SimplifyMultipleUseDemandedBits() 745 Src, DemandedSrcBits, DemandedSrcElts, DAG, Depth + 1)) in SimplifyMultipleUseDemandedBits() 2295 APInt DemandedSrcBits = DemandedBits.reverseBits(); in SimplifyDemandedBits() local 2296 if (SimplifyDemandedBits(Src, DemandedSrcBits, DemandedElts, Known2, TLO, in SimplifyDemandedBits() 2329 APInt DemandedSrcBits = DemandedBits.byteSwap(); in SimplifyDemandedBits() local 2330 if (SimplifyDemandedBits(Src, DemandedSrcBits, DemandedElts, Known2, TLO, in SimplifyDemandedBits() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 43033 APInt DemandedSrcBits = APInt::getSignMask(SrcBits); in SimplifyDemandedBitsForTargetNode() local 43034 if (SimplifyDemandedBits(Src, DemandedSrcBits, DemandedElts, KnownSrc, TLO, in SimplifyDemandedBitsForTargetNode() 43045 Src, DemandedSrcBits, DemandedElts, TLO.DAG, Depth + 1)) in SimplifyDemandedBitsForTargetNode()
|