Searched refs:CMask (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUInstCombineIntrinsic.cpp | 603 const ConstantInt *CMask = dyn_cast<ConstantInt>(Src1); in instCombineIntrinsic() local 604 if (CMask) { in instCombineIntrinsic() 610 CMask->getZExtValue() & fcAllFlags)); in instCombineIntrinsic()
|
H A D | AMDGPUISelLowering.cpp | 5710 ConstantSDNode *CMask = dyn_cast<ConstantSDNode>(Op.getOperand(2)); in computeKnownBitsForTargetNode() local 5711 if (!CMask) in computeKnownBitsForTargetNode() 5716 unsigned Sel = CMask->getZExtValue(); in computeKnownBitsForTargetNode()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstructionCombining.cpp | 907 unsigned ShOpc, Constant *CMask, in foldBinOpShiftWithShift() 927 ConstantFoldBinaryOpOperands(GetInvShift(ShOpc), CMask, CShift, DL); in foldBinOpShiftWithShift() 929 CMask; in foldBinOpShiftWithShift() 933 Constant *CMask, *CShift; in foldBinOpShiftWithShift() local 992 if (!match(Mask, m_ImmConstant(CMask))) in foldBinOpShiftWithShift() 996 if (!CanDistributeBinops(I.getOpcode(), BinOpc, ShOpc, CMask, CShift)) in foldBinOpShiftWithShift() 1000 ConstantFoldBinaryOpOperands(GetInvShift(ShOpc), CMask, CShift, DL); in foldBinOpShiftWithShift()
|
H A D | InstCombineCalls.cpp | 909 const ConstantInt *CMask = cast<ConstantInt>(Src1); in foldIntrinsicIsFPClass() local 910 FPClassTest Mask = static_cast<FPClassTest>(CMask->getZExtValue()); in foldIntrinsicIsFPClass()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
H A D | NVPTXISelLowering.cpp | 1619 SDValue CMask = DAG.getConstant(255, dl, MergedType); in LowerUnalignedLoadRetParam() local 1625 TmpLdVal = DAG.getNode(ISD::AND, dl, MergedType, TmpLdVal, CMask); in LowerUnalignedLoadRetParam()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 20919 ConstantSDNode *CMask = dyn_cast<ConstantSDNode>(AndN.getOperand(1)); in tryCombineCRC32() local 20920 if (!CMask || CMask->getZExtValue() != Mask) in tryCombineCRC32()
|