Searched refs:CN0 (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/ |
H A D | LoongArchISelLowering.cpp | 3236 ConstantSDNode *CN0, *CN1; in performORCombine() local 3256 (CN0 = dyn_cast<ConstantSDNode>(N0.getOperand(1))) && in performORCombine() 3257 isShiftedMask_64(~CN0->getSExtValue(), MaskIdx0, MaskLen0) && in performORCombine() 3278 (CN0 = dyn_cast<ConstantSDNode>(N0.getOperand(1))) && in performORCombine() 3279 isShiftedMask_64(~CN0->getSExtValue(), MaskIdx0, MaskLen0) && in performORCombine() 3301 (CN0 = dyn_cast<ConstantSDNode>(N0.getOperand(1))) && in performORCombine() 3302 isShiftedMask_64(~CN0->getSExtValue(), MaskIdx0, MaskLen0) && in performORCombine() 3305 (CN1->getSExtValue() & CN0->getSExtValue()) == 0) { in performORCombine() 3324 (CN0 = dyn_cast<ConstantSDNode>(N0.getOperand(1))) && in performORCombine() 3325 isShiftedMask_64(CN0->getZExtValue(), MaskIdx0, MaskLen0) && in performORCombine() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 26561 SDValue CN0 = N0.getOperand(0); in visitINSERT_SUBVECTOR() local 26563 EVT CN0VT = CN0.getValueType(); in visitINSERT_SUBVECTOR() 26569 CN0.getValueType(), CN0, CN1, N2); in visitINSERT_SUBVECTOR()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 18734 ConstantSDNode *CN0 = dyn_cast<ConstantSDNode>(BVN0->getOperand(k)); in tryCombineToBSL() local 18736 if (!CN0 || !CN1 || in tryCombineToBSL() 18737 CN0->getZExtValue() != (BitMask & ~CN1->getZExtValue())) { in tryCombineToBSL()
|