Home
last modified time | relevance | path

Searched refs:isConstOrConstSplat (Results 1 – 9 of 9) sorted by relevance

/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp4075 ConstantSDNode *N1C = isConstOrConstSplat(N1); in simplifyDivRem()
4092 ConstantSDNode *N0C = isConstOrConstSplat(N0); in simplifyDivRem()
4127 ConstantSDNode *N1C = isConstOrConstSplat(N1); in visitSDIV()
4272 ConstantSDNode *N1C = isConstOrConstSplat(N1); in visitUDIV()
4368 ConstantSDNode *N1C = isConstOrConstSplat(N1); in visitREM()
4676 ConstantSDNode *N0C = isConstOrConstSplat(N0); in visitMULO()
4677 ConstantSDNode *N1C = isConstOrConstSplat(N1); in visitMULO()
5637 ConstantSDNode *N1C = isConstOrConstSplat(N1); in visitAND()
8137 auto *RotAmtC = isConstOrConstSplat(N1); in visitRotate()
8210 ConstantSDNode *N1C = isConstOrConstSplat(N1); in visitSHL()
[all …]
H A DTargetLowering.cpp1192 if (ConstantSDNode *RHSC = isConstOrConstSplat(Op1)) { in SimplifyDemandedBits()
1347 ConstantSDNode* C = isConstOrConstSplat(Op1, DemandedElts); in SimplifyDemandedBits()
2255 ConstantSDNode *C = isConstOrConstSplat(Op1); in SimplifyDemandedBits()
3302 assert(isConstOrConstSplat(N1C) && in optimizeSetCCByHoistingAndByConstFromLogicalShift()
3303 isConstOrConstSplat(N1C)->getAPIntValue().isNullValue() && in optimizeSetCCByHoistingAndByConstFromLogicalShift()
3499 if (isConstOrConstSplat(N0) && in SimplifySetCC()
3500 (!OpVT.isScalableVector() || !isConstOrConstSplat(N1)) && in SimplifySetCC()
3509 if (!isConstOrConstSplat(N0) && !isConstOrConstSplat(N1) && in SimplifySetCC()
3516 if (auto *N1C = isConstOrConstSplat(N1)) { in SimplifySetCC()
3887 if (auto *N1C = isConstOrConstSplat(N1)) { in SimplifySetCC()
[all …]
H A DSelectionDAG.cpp3498 if ((CstLow = isConstOrConstSplat(Op.getOperand(1), DemandedElts))) in computeKnownBits()
3631 auto *C = isConstOrConstSplat(Val.getOperand(0)); in isKnownToBeAPowerOfTwo()
3639 auto *C = isConstOrConstSplat(Val.getOperand(0)); in isKnownToBeAPowerOfTwo()
3867 if ((CstLow = isConstOrConstSplat(Op.getOperand(1), DemandedElts))) in ComputeNumSignBits()
3930 isConstOrConstSplat(Op.getOperand(1), DemandedElts)) { in ComputeNumSignBits()
3951 isConstOrConstSplat(Op.getOperand(1), DemandedElts)) in ComputeNumSignBits()
3976 isConstOrConstSplat(Op.getOperand(0), DemandedElts)) in ComputeNumSignBits()
9486 isConstOrConstSplat(V, AllowUndefs, /*AllowTruncation*/ true); in isBitwiseNot()
9586 ConstantSDNode *C = isConstOrConstSplat(N, AllowUndefs); in isNullOrNullSplat()
9593 ConstantSDNode *C = isConstOrConstSplat(N, AllowUndefs); in isOneOrOneSplat()
[all …]
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h1651 ConstantSDNode *isConstOrConstSplat(SDValue N, bool AllowUndefs = false,
1656 ConstantSDNode *isConstOrConstSplat(SDValue N, const APInt &DemandedElts,
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp12586 Clamp = isConstOrConstSplat(N->getOperand(1)); in PerformVQDMULHCombine()
12596 Clamp = isConstOrConstSplat(N->getOperand(2)); in PerformVQDMULHCombine()
12624 ConstantSDNode *N1 = isConstOrConstSplat(Shft.getOperand(1)); in PerformVQDMULHCombine()
12677 isConstOrConstSplat(XOR->getOperand(1), /*AllowUndefs*/ false, in PerformVSELECTCombine()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp3227 if (auto K = isConstOrConstSplat(Src.getOperand(1))) { in performTruncateCombine()
H A DSIISelLowering.cpp5139 if (ConstantSDNode *RHSC = isConstOrConstSplat(RHS)) { in lowerXMULO()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp16464 if (ConstantSDNode *Mask = isConstOrConstSplat(N1->getOperand(1))) in stripModuloOnShift()
16731 ConstantSDNode *ConstOpOrElement = isConstOrConstSplat(N->getOperand(1)); in combineMUL()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp23103 ConstantSDNode *C1 = isConstOrConstSplat(Op1); in LowerVSETCC()
41905 auto *C = isConstOrConstSplat(And.getOperand(1)); in combineSelect()
45073 isConstOrConstSplat(Shift.getOperand(1), /*AllowUndefs*/ true); in foldVectorXorShiftIntoCmp()