Home
last modified time | relevance | path

Searched refs:TruncMask (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DMVELaneInterleavingPass.cpp345 SmallVector<int, 16> TruncMask; in tryInterleave() local
356 TruncMask.push_back(Base + i); in tryInterleave()
357 TruncMask.push_back(Base + i + BaseElts / 2); in tryInterleave()
386 Value *Shuf = Builder.CreateShuffleVector(I, TruncMask); in tryInterleave()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUCodeGenPrepare.cpp1311 ConstantInt *TruncMask in expandDivRem24Impl() local
1313 Res = Builder.CreateAnd(Res, TruncMask); in expandDivRem24Impl()
H A DAMDGPUISelLowering.cpp1971 SDValue TruncMask = DAG.getConstant((UINT64_C(1) << DivBits) - 1, DL, VT); in LowerDIVREM24() local
1972 Div = DAG.getNode(ISD::AND, DL, VT, Div, TruncMask); in LowerDIVREM24()
1973 Rem = DAG.getNode(ISD::AND, DL, VT, Rem, TruncMask); in LowerDIVREM24()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp2538 APInt TruncMask = DemandedBits.zext(OperandBitWidth); in SimplifyDemandedBits() local
2539 if (SimplifyDemandedBits(Src, TruncMask, DemandedElts, Known, TLO, in SimplifyDemandedBits()
2546 Src, TruncMask, DemandedElts, TLO.DAG, Depth + 1)) in SimplifyDemandedBits()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp16376 uint64_t TruncMask = ShiftLHS.getConstantOperandVal(1); in isDesirableToCommuteWithShift() local
16377 if (isMask_64(TruncMask)) { in isDesirableToCommuteWithShift()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp41726 APInt TruncMask = OriginalDemandedBits.zext(SrcVT.getScalarSizeInBits()); in SimplifyDemandedBitsForTargetNode() local
41728 if (SimplifyDemandedBits(Src, TruncMask, DemandedElts, KnownOp, TLO, Depth + 1)) in SimplifyDemandedBitsForTargetNode()