Home
last modified time | relevance | path

Searched refs:DstMask (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600ISelLowering.cpp1083 SDValue DstMask = DAG.getNode(ISD::SHL, DL, MVT::i32, Mask, ShiftAmt); in lowerPrivateTruncStore() local
1087 DstMask = DAG.getNOT(DL, DstMask, MVT::i32); in lowerPrivateTruncStore()
1090 Dst = DAG.getNode(ISD::AND, DL, MVT::i32, Dst, DstMask); in lowerPrivateTruncStore()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp1603 LaneBitmask DstMask = TRI->getSubRegIndexLaneMask(NewIdx); in reMaterializeTrivialDef() local
1609 if ((SR.LaneMask & DstMask).none()) { in reMaterializeTrivialDef()
1795 LaneBitmask DstMask = TRI->getSubRegIndexLaneMask(DstSubIdx); in eliminateUndefCopy() local
1797 if ((SR.LaneMask & DstMask).none()) in eliminateUndefCopy()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp3723 unsigned DstMask) { in findDppPoisonedOutput()
3731 Value *DstMaskV = createDppMask(Width, DstMask); in findDppPoisonedOutput()
3761 const unsigned DstMask = Mask & 0xf; in handleDppIntrinsic() local
3764 Value *SI1 = findDppPoisonedOutput(IRB, S, SrcMask, DstMask); in handleDppIntrinsic()
3769 SI1, findDppPoisonedOutput(IRB, S, SrcMask << 4, DstMask << 4)); in handleDppIntrinsic()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp2870 static bool isBitfieldDstMask(uint64_t DstMask, const APInt &BitsToBeInserted, in isBitfieldDstMask() argument
2878 APInt(BitWidth, DstMask, /*isSigned=*/false, /*implicitTrunc=*/true); in isBitfieldDstMask()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp3959 SmallVectorImpl<int> &DstMask, in growShuffleMask() argument
3961 assert(DstMask.empty() && "Expected an empty shuffle mas"); in growShuffleMask()
3965 DstMask.assign(SrcMask.begin(), SrcMask.end()); in growShuffleMask()
3966 for (int &M : DstMask) { in growShuffleMask()
3971 DstMask.append((Scale - 1) * NumSrcElts, SM_SentinelUndef); in growShuffleMask()