Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp3252 const ConstantInt *CMask = dyn_cast<ConstantInt>(Src1); in visitCallInst() local
3253 if (!CMask) { in visitCallInst()
3262 uint32_t Mask = CMask->getZExtValue(); in visitCallInst()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUISelLowering.cpp4243 ConstantSDNode *CMask = dyn_cast<ConstantSDNode>(Op.getOperand(2)); in computeKnownBitsForTargetNode() local
4244 if (!CMask) in computeKnownBitsForTargetNode()
4250 unsigned Sel = CMask->getZExtValue(); in computeKnownBitsForTargetNode()
DSIISelLowering.cpp6772 if (const ConstantSDNode *CMask = dyn_cast<ConstantSDNode>(Mask)) { in performClassCombine() local
6773 if (CMask->isNullValue()) in performClassCombine()
/external/llvm/lib/Target/AMDGPU/
DSIISelLowering.cpp2640 if (const ConstantSDNode *CMask = dyn_cast<ConstantSDNode>(Mask)) { in performClassCombine() local
2641 if (CMask->isNullValue()) in performClassCombine()
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp8513 ConstantSDNode *CMask = dyn_cast<ConstantSDNode>(AndN.getOperand(1)); in tryCombineCRC32() local
8514 if (!CMask || CMask->getZExtValue() != Mask) in tryCombineCRC32()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp9678 ConstantSDNode *CMask = dyn_cast<ConstantSDNode>(AndN.getOperand(1)); in tryCombineCRC32() local
9679 if (!CMask || CMask->getZExtValue() != Mask) in tryCombineCRC32()