Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstCombineIntrinsic.cpp280 const ConstantInt *CMask = dyn_cast<ConstantInt>(Src1); in instCombineIntrinsic() local
281 if (!CMask) { in instCombineIntrinsic()
293 uint32_t Mask = CMask->getZExtValue(); in instCombineIntrinsic()
H A DAMDGPUISelLowering.cpp4478 ConstantSDNode *CMask = dyn_cast<ConstantSDNode>(Op.getOperand(2)); in computeKnownBitsForTargetNode() local
4479 if (!CMask) in computeKnownBitsForTargetNode()
4484 unsigned Sel = CMask->getZExtValue(); in computeKnownBitsForTargetNode()
H A DSIISelLowering.cpp9471 if (const ConstantSDNode *CMask = dyn_cast<ConstantSDNode>(Mask)) { in performClassCombine() local
9472 if (CMask->isNullValue()) in performClassCombine()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp13648 ConstantSDNode *CMask = dyn_cast<ConstantSDNode>(AndN.getOperand(1)); in tryCombineCRC32() local
13649 if (!CMask || CMask->getZExtValue() != Mask) in tryCombineCRC32()