Searched refs:TruncMask (Results 1 – 6 of 6) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Target/ARM/ |
| H A D | MVELaneInterleavingPass.cpp | 319 SmallVector<int, 16> TruncMask; in tryInterleave() local 330 TruncMask.push_back(Base + i); in tryInterleave() 331 TruncMask.push_back(Base + i + BaseElts / 2); in tryInterleave() 360 Value *Shuf = Builder.CreateShuffleVector(I, TruncMask); in tryInterleave()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUCodeGenPrepare.cpp | 1007 ConstantInt *TruncMask in expandDivRem24Impl() local 1009 Res = Builder.CreateAnd(Res, TruncMask); in expandDivRem24Impl()
|
| H A D | AMDGPUISelLowering.cpp | 1792 SDValue TruncMask = DAG.getConstant((UINT64_C(1) << DivBits) - 1, DL, VT); in LowerDIVREM24() local 1793 Div = DAG.getNode(ISD::AND, DL, VT, Div, TruncMask); in LowerDIVREM24() 1794 Rem = DAG.getNode(ISD::AND, DL, VT, Rem, TruncMask); in LowerDIVREM24()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | TargetLowering.cpp | 2366 APInt TruncMask = DemandedBits.zext(OperandBitWidth); in SimplifyDemandedBits() local 2367 if (SimplifyDemandedBits(Src, TruncMask, DemandedElts, Known, TLO, in SimplifyDemandedBits() 2374 Src, TruncMask, DemandedElts, TLO.DAG, Depth + 1)) in SimplifyDemandedBits()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 14944 uint64_t TruncMask = ShiftLHS.getConstantOperandVal(1); in isDesirableToCommuteWithShift() local 14945 if (isMask_64(TruncMask)) { in isDesirableToCommuteWithShift()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 42735 APInt TruncMask = OriginalDemandedBits.zext(SrcVT.getScalarSizeInBits()); in SimplifyDemandedBitsForTargetNode() local 42737 if (SimplifyDemandedBits(Src, TruncMask, DemandedElts, KnownOp, TLO, Depth + 1)) in SimplifyDemandedBitsForTargetNode()
|