Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstCombineIntrinsic.cpp603 const ConstantInt *CMask = dyn_cast<ConstantInt>(Src1); in instCombineIntrinsic() local
604 if (CMask) { in instCombineIntrinsic()
610 CMask->getZExtValue() & fcAllFlags)); in instCombineIntrinsic()
H A DAMDGPUISelLowering.cpp5710 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 DInstructionCombining.cpp907 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 DInstCombineCalls.cpp909 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 DNVPTXISelLowering.cpp1619 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 DAArch64ISelLowering.cpp20919 ConstantSDNode *CMask = dyn_cast<ConstantSDNode>(AndN.getOperand(1)); in tryCombineCRC32() local
20920 if (!CMask || CMask->getZExtValue() != Mask) in tryCombineCRC32()