Searched refs:ScaleBitMask (Results 1 – 7 of 7) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/include/llvm/ADT/ |
| H A D | APInt.h | 2298 APInt ScaleBitMask(const APInt &A, unsigned NewBitWidth,
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| H A D | BasicTTIImpl.h | 1260 APInt DemandedSrcElts = APIntOps::ScaleBitMask(DemandedDstElts, VF); in getReplicationShuffleCost()
|
| /openbsd-src/gnu/llvm/llvm/lib/Support/ |
| H A D | APInt.cpp | 2967 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 D | X86TargetTransformInfo.cpp | 4483 APIntOps::ScaleBitMask(WidenedDemandedElts, NumLanesTotal); in getScalarizationOverhead() 4484 APInt FullyAffectedLegalVectors = APIntOps::ScaleBitMask( in getScalarizationOverhead() 4668 APInt DemandedDstVectors = APIntOps::ScaleBitMask( in getReplicationShuffleCost()
|
| H A D | X86ISelLowering.cpp | 40154 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 D | SelectionDAG.cpp | 2750 APIntOps::ScaleBitMask(DemandedElts, NumSrcElts); in isSplatValue() 3169 APIntOps::ScaleBitMask(DemandedElts, NumElts / SubScale); in computeKnownBits() 4104 APIntOps::ScaleBitMask(DemandedElts, NumElts / Scale); in ComputeNumSignBits()
|
| H A D | TargetLowering.cpp | 2927 SrcDemandedElts = APIntOps::ScaleBitMask(DemandedElts, NumSrcElts); in SimplifyDemandedVectorElts() 2982 SrcDemandedElts = APIntOps::ScaleBitMask(DemandedElts, NumSrcElts); in SimplifyDemandedVectorElts()
|