Home
last modified time | relevance | path

Searched refs:DemandedSrcBits (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp670 APInt DemandedSrcBits = APInt::getNullValue(NumSrcEltBits); in SimplifyMultipleUseDemandedBits() local
676 DemandedSrcBits |= Sub; in SimplifyMultipleUseDemandedBits()
684 Src, DemandedSrcBits, DemandedSrcElts, DAG, Depth + 1)) in SimplifyMultipleUseDemandedBits()
693 APInt DemandedSrcBits = APInt::getNullValue(NumSrcEltBits); in SimplifyMultipleUseDemandedBits() local
698 DemandedSrcBits.insertBits(DemandedBits, Offset); in SimplifyMultipleUseDemandedBits()
703 Src, DemandedSrcBits, DemandedSrcElts, DAG, Depth + 1)) in SimplifyMultipleUseDemandedBits()
1762 APInt DemandedSrcBits = DemandedBits.reverseBits(); in SimplifyDemandedBits() local
1763 if (SimplifyDemandedBits(Src, DemandedSrcBits, DemandedElts, Known2, TLO, in SimplifyDemandedBits()
1772 APInt DemandedSrcBits = DemandedBits.byteSwap(); in SimplifyDemandedBits() local
1773 if (SimplifyDemandedBits(Src, DemandedSrcBits, DemandedElts, Known2, TLO, in SimplifyDemandedBits()
[all …]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
DX86ISelLowering.cpp39543 APInt DemandedSrcBits = APInt::getSignMask(SrcBits); in SimplifyDemandedBitsForTargetNode() local
39544 if (SimplifyDemandedBits(Src, DemandedSrcBits, DemandedElts, KnownSrc, TLO, in SimplifyDemandedBitsForTargetNode()
39555 Src, DemandedSrcBits, DemandedElts, TLO.DAG, Depth + 1)) in SimplifyDemandedBitsForTargetNode()