Searched refs:TruncMask (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUCodeGenPrepare.cpp | 602 ConstantInt *TruncMask = Builder.getInt32((UINT64_C(1) << DivBits) - 1); in expandDivRem24() local 603 Res = Builder.CreateAnd(Res, TruncMask); in expandDivRem24()
|
| H A D | AMDGPUISelLowering.cpp | 1564 SDValue TruncMask = DAG.getConstant((UINT64_C(1) << DivBits) - 1, DL, VT); in LowerDIVREM24() local 1565 Div = DAG.getNode(ISD::AND, DL, VT, Div, TruncMask); in LowerDIVREM24() 1566 Rem = DAG.getNode(ISD::AND, DL, VT, Rem, TruncMask); in LowerDIVREM24()
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | TargetLowering.cpp | 1183 APInt TruncMask = DemandedBits.zext(OperandBitWidth); in SimplifyDemandedBits() local 1184 if (SimplifyDemandedBits(Src, TruncMask, Known, TLO, Depth + 1)) in SimplifyDemandedBits()
|
| /freebsd-12.1/contrib/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 8749 uint64_t TruncMask = N->getConstantOperandVal(1); in isDesirableToCommuteWithShift() local 8750 if (isMask_64(TruncMask) && in isDesirableToCommuteWithShift()
|