Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstCombineIntrinsic.cpp425 const ConstantInt *CMask = dyn_cast<ConstantInt>(Src1); in instCombineIntrinsic() local
426 if (!CMask) { in instCombineIntrinsic()
438 uint32_t Mask = CMask->getZExtValue(); in instCombineIntrinsic()
H A DAMDGPUISelLowering.cpp4685 ConstantSDNode *CMask = dyn_cast<ConstantSDNode>(Op.getOperand(2)); in computeKnownBitsForTargetNode() local
4686 if (!CMask) in computeKnownBitsForTargetNode()
4691 unsigned Sel = CMask->getZExtValue(); in computeKnownBitsForTargetNode()
H A DSIISelLowering.cpp10046 if (const ConstantSDNode *CMask = dyn_cast<ConstantSDNode>(Mask)) { in performClassCombine() local
10047 if (CMask->isZero()) in performClassCombine()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp17750 ConstantSDNode *CMask = dyn_cast<ConstantSDNode>(AndN.getOperand(1)); in tryCombineCRC32() local
17751 if (!CMask || CMask->getZExtValue() != Mask) in tryCombineCRC32()