Home
last modified time | relevance | path

Searched defs:DemandedSrc (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp2236 if (SDValue DemandedSrc = GetDemandedBits(Src, SrcDemandedBits)) in GetDemandedBits() local
2339 APInt DemandedSrc = DemandedElts.zextOrSelf(NumSrcElts).shl(Idx); in isSplatValue() local
2667 APInt DemandedSrc = APInt::getAllOnesValue(NumSrcElts); in computeKnownBits() local
3925 APInt DemandedSrc = APInt::getAllOnesValue(NumSrcElts); in ComputeNumSignBits() local
DTargetLowering.cpp1879 if (SDValue DemandedSrc = SimplifyMultipleUseDemandedBits( in SimplifyDemandedBits() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp35447 APInt DemandedSrc = DemandedElts.lshr(ShiftAmt); in SimplifyDemandedVectorEltsForTargetNode() local
35486 APInt DemandedSrc = DemandedElts.shl(ShiftAmt); in SimplifyDemandedVectorEltsForTargetNode() local
35563 APInt DemandedSrc = DemandedElts.zextOrTrunc(SrcVT.getVectorNumElements()); in SimplifyDemandedVectorEltsForTargetNode() local