Home
last modified time | relevance | path

Searched refs:ScaleBitMask (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A DAPInt.h2298 APInt ScaleBitMask(const APInt &A, unsigned NewBitWidth,
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h1260 APInt DemandedSrcElts = APIntOps::ScaleBitMask(DemandedDstElts, VF); in getReplicationShuffleCost()
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DAPInt.cpp2967 APInt llvm::APIntOps::ScaleBitMask(const APInt &A, unsigned NewBitWidth, in ScaleBitMask() function in llvm::APIntOps
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp4483 APIntOps::ScaleBitMask(WidenedDemandedElts, NumLanesTotal); in getScalarizationOverhead()
4484 APInt FullyAffectedLegalVectors = APIntOps::ScaleBitMask( in getScalarizationOverhead()
4668 APInt DemandedDstVectors = APIntOps::ScaleBitMask( in getReplicationShuffleCost()
H A DX86ISelLowering.cpp40154 APIntOps::ScaleBitMask(OpDemandedElts, VT.getVectorNumElements()); in combineX86ShufflesRecursively()
40440 APInt OpScaledDemandedElts = APIntOps::ScaleBitMask(OpDemandedElts, NumOpElts); in combineX86ShufflesRecursively()
42036 APInt DemandedSrcElts = APIntOps::ScaleBitMask(DemandedElts, 2 * NumElts); in SimplifyDemandedVectorEltsForTargetNode()
42069 APInt DemandedSrcElts = APIntOps::ScaleBitMask(DemandedElts, NumSrcElts); in SimplifyDemandedVectorEltsForTargetNode()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp2750 APIntOps::ScaleBitMask(DemandedElts, NumSrcElts); in isSplatValue()
3169 APIntOps::ScaleBitMask(DemandedElts, NumElts / SubScale); in computeKnownBits()
4104 APIntOps::ScaleBitMask(DemandedElts, NumElts / Scale); in ComputeNumSignBits()
H A DTargetLowering.cpp2927 SrcDemandedElts = APIntOps::ScaleBitMask(DemandedElts, NumSrcElts); in SimplifyDemandedVectorElts()
2982 SrcDemandedElts = APIntOps::ScaleBitMask(DemandedElts, NumSrcElts); in SimplifyDemandedVectorElts()