Searched refs:TruncMask (Results 1 – 4 of 4) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUCodeGenPrepare.cpp | 733 ConstantInt *TruncMask = Builder.getInt32((UINT64_C(1) << DivBits) - 1); in expandDivRem24() local 734 Res = Builder.CreateAnd(Res, TruncMask); in expandDivRem24()
|
D | AMDGPUISelLowering.cpp | 1627 SDValue TruncMask = DAG.getConstant((UINT64_C(1) << DivBits) - 1, DL, VT); in LowerDIVREM24() local 1628 Div = DAG.getNode(ISD::AND, DL, VT, Div, TruncMask); in LowerDIVREM24() 1629 Rem = DAG.getNode(ISD::AND, DL, VT, Rem, TruncMask); in LowerDIVREM24()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | TargetLowering.cpp | 1789 APInt TruncMask = DemandedBits.zext(OperandBitWidth); in SimplifyDemandedBits() local 1790 if (SimplifyDemandedBits(Src, TruncMask, Known, TLO, Depth + 1)) in SimplifyDemandedBits() 1796 Src, TruncMask, DemandedElts, TLO.DAG, Depth + 1)) in SimplifyDemandedBits()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.cpp | 9584 uint64_t TruncMask = N->getConstantOperandVal(1); in isDesirableToCommuteWithShift() local 9585 if (isMask_64(TruncMask) && in isDesirableToCommuteWithShift()
|