Home
last modified time | relevance | path

Searched refs:isAllOnesConstant (Results 1 – 11 of 11) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86ISelDAGToDAG.cpp373 (isOneConstant(SDValue(N, 0)) || isAllOnesConstant(SDValue(N, 0)))) in shouldAvoidImmediateInstFormsForSize()
3088 bool IsNegOne = isAllOnesConstant(StoredVal.getOperand(1)); in foldLoadStoreIntoMemOperand()
3295 if (!isAllOnesConstant(Mask->getOperand(1))) in matchBitExtract()
3364 if (!isAllOnesConstant(Mask.getOperand(0))) in matchBitExtract()
HDX86ISelLowering.cpp17817 bool IsAllOnesElt = VT.isInteger() && llvm::isAllOnesConstant(N1); in LowerINSERT_VECTOR_ELT()
21778 } else if (isAllOnesConstant(Op1)) { in EmitAVX512Test()
21862 if (isAllOnesConstant(Op1) && Op0.getOpcode() == ISD::ADD && in emitFlagsForSetcc()
22180 if ((isAllOnesConstant(Op1) || isAllOnesConstant(Op2)) && in LowerSELECT()
22182 SDValue Y = isAllOnesConstant(Op2) ? Op1 : Op2; in LowerSELECT()
22189 (isAllOnesConstant(Op1) == (CondCode == X86::COND_NE))) { in LowerSELECT()
22206 if (isAllOnesConstant(Op1) != (CondCode == X86::COND_E)) in LowerSELECT()
22318 (isAllOnesConstant(Op1) || isAllOnesConstant(Op2)) && in LowerSELECT()
22323 if (isAllOnesConstant(Op1) != (CondCode == X86::COND_B)) in LowerSELECT()
23442 if (isAllOnesConstant(Mask)) in getMaskNode()
[all …]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDDAGCombiner.cpp3339 if (isAllOnesConstant(N0)) in visitSUBC()
4604 ((isNullConstant(LR) && isAllOnesConstant(RR)) || in foldLogicOfSetCCs()
4605 (isAllOnesConstant(LR) && isNullConstant(RR)))) { in foldLogicOfSetCCs()
5074 if (!isAllOnesConstant(M->getOperand(0))) in unfoldExtremeBitClearingToShifts()
5193 if (isAllOnesConstant(N1)) in visitAND()
5897 if (isAllOnesConstant(N1)) in visitOR()
7109 if (isAllOnesConstant(N1) && N0.hasOneUse() && in visitXOR()
7124 if (isAllOnesConstant(N1) && N0.getOpcode() == ISD::SUB && in visitXOR()
7131 if (isAllOnesConstant(N1) && N0.getOpcode() == ISD::ADD && in visitXOR()
7206 isAllOnesConstant(N1) && isOneConstant(N0.getOperand(0))) { in visitXOR()
[all …]
HDTargetLowering.cpp5132 turnVectorIntoSplatVector(KAmts, isAllOnesConstant, in prepareUREMEqFold()
5376 turnVectorIntoSplatVector(AAmts, isAllOnesConstant, in prepareSREMEqFold()
5380 turnVectorIntoSplatVector(KAmts, isAllOnesConstant, in prepareSREMEqFold()
HDSelectionDAG.cpp8821 bool llvm::isAllOnesConstant(SDValue V) { in isAllOnesConstant() function in llvm
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Lanai/
HDLanaiISelLowering.cpp1326 return AllOnes ? isAllOnesConstant(N) : isNullConstant(N); in isZeroOrAllOnes()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDSelectionDAGNodes.h1659 bool isAllOnesConstant(SDValue V);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDR600ISelLowering.cpp932 return isAllOnesConstant(Op); in isHWTrueValue()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
HDARMISelLowering.cpp4950 } else if (isAllOnesConstant(LowerSatConstant)) in LowerSELECT_CC()
10965 return AllOnes ? isAllOnesConstant(N) : isNullConstant(N); in isZeroOrAllOnes()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
HDAArch64ISelLowering.cpp5347 if (isAllOnesConstant(TVal.getOperand(1))) { in LowerSELECT_CC()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCISelLowering.cpp2201 LeadingOnes &= isAllOnesConstant(UniquedVals[i]); in get_VSPLTI_elt()