Home
last modified time | relevance | path

Searched refs:N0C (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp1540 ConstantSDNode *N0C = dyn_cast<ConstantSDNode>(N0); in PerformDAGCombine() local
1545 if (N0C && !N1C) in PerformDAGCombine()
1549 if (N0C && N0C->isZero() && N1C && N1C->isZero()) { in PerformDAGCombine()
1576 ConstantSDNode *N0C = dyn_cast<ConstantSDNode>(N0); in PerformDAGCombine() local
1581 if (N0C && N0C->isZero() && N1C && N1C->isZero()) { in PerformDAGCombine()
1614 ConstantSDNode *N0C = dyn_cast<ConstantSDNode>(N0); in PerformDAGCombine() local
1619 if ((N0C && !N1C) || in PerformDAGCombine()
1620 (N0C && N1C && N0C->getZExtValue() < N1C->getZExtValue())) in PerformDAGCombine()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp3236 ConstantSDNode *N0C = dyn_cast<ConstantSDNode>(N0); in visitADDC() local
3238 if (N0C && !N1C) in visitADDC()
3378 ConstantSDNode *N0C = dyn_cast<ConstantSDNode>(N0); in visitADDE() local
3380 if (N0C && !N1C) in visitADDE()
3398 ConstantSDNode *N0C = dyn_cast<ConstantSDNode>(N0); in visitUADDO_CARRY() local
3400 if (N0C && !N1C) in visitUADDO_CARRY()
3687 ConstantSDNode *N0C = dyn_cast<ConstantSDNode>(N0); in visitSADDO_CARRY() local
3689 if (N0C && !N1C) in visitSADDO_CARRY()
4684 ConstantSDNode *N0C = isConstOrConstSplat(N0); in simplifyDivRem() local
4685 if (N0C && N0C->isZero()) in simplifyDivRem()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp13168 auto *N0C = dyn_cast<ConstantSDNode>(N0->getOperand(1)); in transformAddShlImm()
13170 if (!N0C || !N1C) in transformAddShlImm()
13172 int64_t C0 = N0C->getSExtValue(); in transformAddShlImm()
13310 auto *N0C = dyn_cast<ConstantSDNode>(N0->getOperand(1)); in transformAddImmMulImm()
13312 if (!N0C || !N1C) in transformAddImmMulImm()
13314 // If N0C has multiple uses it's possible one of the cases in in transformAddImmMulImm()
13317 if (!N0C->hasOneUse()) in transformAddImmMulImm()
13319 int64_t C0 = N0C->getSExtValue(); in transformAddImmMulImm()
13456 auto *N0C = dyn_cast<ConstantSDNode>(N0); in combineSubOfBoolean()
13457 if (!N0C) in combineSubOfBoolean()
13165 auto *N0C = dyn_cast<ConstantSDNode>(N0->getOperand(1)); transformAddShlImm() local
13307 auto *N0C = dyn_cast<ConstantSDNode>(N0->getOperand(1)); transformAddImmMulImm() local
13453 auto *N0C = dyn_cast<ConstantSDNode>(N0); combineSubOfBoolean() local
[all...]