Searched refs:SrcMask (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/utils/TableGen/ |
| H A D | CodeGenRegisters.cpp | 1544 LaneBitmask SrcMask = LaneBitmask::getLane(SrcBit); in computeSubRegLaneMasks() local 1547 assert(Idx2.LaneMask == SrcMask); in computeSubRegLaneMasks() 1564 I.Mask |= SrcMask; in computeSubRegLaneMasks() 1565 SrcMask = LaneBitmask::getNone(); in computeSubRegLaneMasks() 1568 if (SrcMask.any()) { in computeSubRegLaneMasks() 1569 MaskRolPair MaskRol = { SrcMask, RotateLeft }; in computeSubRegLaneMasks()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | RegisterCoalescer.cpp | 1631 LaneBitmask SrcMask = TRI->getSubRegIndexLaneMask(SrcSubIdx); in eliminateUndefCopy() local 1633 if ((SR.LaneMask & SrcMask).none()) in eliminateUndefCopy()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/ |
| H A D | LoopVectorize.cpp | 8051 VPValue *SrcMask = createBlockInMask(Src, Plan); in createEdgeMask() local 8058 return EdgeMaskCache[Edge] = SrcMask; in createEdgeMask() 8064 return EdgeMaskCache[Edge] = SrcMask; in createEdgeMask() 8072 if (SrcMask) { // Otherwise block in-mask is all-one, no need to AND. in createEdgeMask() 8080 Builder.createSelect(SrcMask, EdgeMask, False, BI->getDebugLoc()); in createEdgeMask()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 23841 SmallVectorImpl<APInt> *SrcMask = nullptr) { in matchScalarReduction() argument 23893 if (SrcMask) { in matchScalarReduction() 23896 SrcMask->push_back(SrcOpMap[SrcOp]); in matchScalarReduction() 51015 SmallVector<int, 16> SrcMask, ScaledMask; in isHorizontalBinOp() local 51017 if (getTargetShuffleInputs(BC, SrcOps, SrcMask, DAG) && in isHorizontalBinOp() 51018 !isAnyZero(SrcMask) && all_of(SrcOps, [BC](SDValue Op) { in isHorizontalBinOp() 51021 resolveTargetShuffleInputsAndMask(SrcOps, SrcMask); in isHorizontalBinOp() 51023 scaleShuffleElements(SrcMask, NumElts, ScaledMask)) { in isHorizontalBinOp() 51029 scaleShuffleElements(SrcMask, 2 * NumElts, ScaledMask)) { in isHorizontalBinOp()
|