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.cpp806 const ConstantInt *CMask = dyn_cast<ConstantInt>(Src1); in instCombineIntrinsic() local
807 if (CMask) { in instCombineIntrinsic()
813 CMask->getZExtValue() & fcAllFlags)); in instCombineIntrinsic()
H A DAMDGPUISelLowering.cpp5933 ConstantSDNode *CMask = dyn_cast<ConstantSDNode>(Op.getOperand(2)); in computeKnownBitsForTargetNode() local
5934 if (!CMask) in computeKnownBitsForTargetNode()
5939 unsigned Sel = CMask->getZExtValue(); in computeKnownBitsForTargetNode()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp936 unsigned ShOpc, Constant *CMask, in foldBinOpShiftWithShift()
956 ConstantFoldBinaryOpOperands(GetInvShift(ShOpc), CMask, CShift, DL); in foldBinOpShiftWithShift()
958 CMask; in foldBinOpShiftWithShift()
962 Constant *CMask, *CShift; in foldBinOpShiftWithShift() local
1020 if (!match(Mask, m_ImmConstant(CMask))) in foldBinOpShiftWithShift()
1024 if (!CanDistributeBinops(I.getOpcode(), BinOpc, ShOpc, CMask, CShift)) in foldBinOpShiftWithShift()
1028 ConstantFoldBinaryOpOperands(GetInvShift(ShOpc), CMask, CShift, DL); in foldBinOpShiftWithShift()
H A DInstCombineCalls.cpp964 const ConstantInt *CMask = cast<ConstantInt>(Src1); in foldIntrinsicIsFPClass() local
965 FPClassTest Mask = static_cast<FPClassTest>(CMask->getZExtValue()); in foldIntrinsicIsFPClass()
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp1395 SDValue CMask = DAG.getConstant(255, dl, MergedType); in LowerUnalignedLoadRetParam() local
1401 TmpLdVal = DAG.getNode(ISD::AND, dl, MergedType, TmpLdVal, CMask); in LowerUnalignedLoadRetParam()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp21660 ConstantSDNode *CMask = dyn_cast<ConstantSDNode>(AndN.getOperand(1)); in tryCombineCRC32() local
21661 if (!CMask || CMask->getZExtValue() != Mask) in tryCombineCRC32()