Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp645 APInt DemandedSrcBits = APInt::getNullValue(NumSrcEltBits); in SimplifyMultipleUseDemandedBits() local
651 DemandedSrcBits |= Sub; in SimplifyMultipleUseDemandedBits()
659 Src, DemandedSrcBits, DemandedSrcElts, DAG, Depth + 1)) in SimplifyMultipleUseDemandedBits()
668 APInt DemandedSrcBits = APInt::getNullValue(NumSrcEltBits); in SimplifyMultipleUseDemandedBits() local
673 DemandedSrcBits.insertBits(DemandedBits, Offset); in SimplifyMultipleUseDemandedBits()
678 Src, DemandedSrcBits, DemandedSrcElts, DAG, Depth + 1)) in SimplifyMultipleUseDemandedBits()
1580 APInt DemandedSrcBits = DemandedBits.reverseBits(); in SimplifyDemandedBits() local
1581 if (SimplifyDemandedBits(Src, DemandedSrcBits, DemandedElts, Known2, TLO, in SimplifyDemandedBits()
1590 APInt DemandedSrcBits = DemandedBits.byteSwap(); in SimplifyDemandedBits() local
1591 if (SimplifyDemandedBits(Src, DemandedSrcBits, DemandedElts, Known2, TLO, in SimplifyDemandedBits()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp35526 APInt DemandedSrcBits = in SimplifyDemandedVectorEltsForTargetNode() local
35529 N0, DemandedSrcBits, DemandedLHS, TLO.DAG, Depth + 1); in SimplifyDemandedVectorEltsForTargetNode()
35531 N1, DemandedSrcBits, DemandedRHS, TLO.DAG, Depth + 1); in SimplifyDemandedVectorEltsForTargetNode()