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/ |
D | TargetLowering.cpp | 645 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/ |
D | X86ISelLowering.cpp | 35526 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()
|