Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp1886 if (isAllOnesConstant(N0)) in visitSUB()
1983 if (isAllOnesConstant(N0)) in visitSUBC()
2880 if (isAllOnesConstant(LR)) { in visitANDLike()
2900 Op0 == ISD::SETNE && ((isNullConstant(LR) && isAllOnesConstant(RR)) || in visitANDLike()
2901 (isAllOnesConstant(LR) && isNullConstant(RR)))) { in visitANDLike()
3089 if (isAllOnesConstant(N1)) in visitAND()
3639 if (isAllOnesConstant(LR) && (Op1 == ISD::SETNE || Op1 == ISD::SETGT)) { in visitORLike()
3819 if (isAllOnesConstant(N1)) in visitOR()
4214 if (isAllOnesConstant(N1) && in visitXOR()
4271 && isAllOnesConstant(N1) && isOneConstant(N0.getOperand(0))) { in visitXOR()
[all …]
DSelectionDAG.cpp6691 bool llvm::isAllOnesConstant(SDValue V) { in isAllOnesConstant() function in llvm
6702 return V.getOpcode() == ISD::XOR && isAllOnesConstant(V.getOperand(1)); in isBitwiseNot()
/external/llvm/include/llvm/CodeGen/
DSelectionDAGNodes.h1365 bool isAllOnesConstant(SDValue V);
/external/llvm/lib/Target/Lanai/
DLanaiISelLowering.cpp1280 return AllOnes ? isAllOnesConstant(N) : isNullConstant(N); in isZeroOrAllOnes()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp15838 if ((isAllOnesConstant(Op1) || isAllOnesConstant(Op2)) && in LowerSELECT()
15840 SDValue Y = isAllOnesConstant(Op2) ? Op1 : Op2; in LowerSELECT()
15847 (isAllOnesConstant(Op1) == (CondCode == X86::COND_NE))) { in LowerSELECT()
15867 if (isAllOnesConstant(Op1) != (CondCode == X86::COND_E)) in LowerSELECT()
15967 (isAllOnesConstant(Op1) || isAllOnesConstant(Op2)) && in LowerSELECT()
15972 if (isAllOnesConstant(Op1) != (CondCode == X86::COND_B)) in LowerSELECT()
17170 if (isAllOnesConstant(Mask)) in getMaskNode()
17226 if (isAllOnesConstant(Mask)) in getVectorMaskingNode()
17267 if (isAllOnesConstant(Mask)) in getScalarMaskingNode()
17839 if (isAllOnesConstant(Mask)) // return data as is in LowerINTRINSIC_WO_CHAIN()
[all …]
/external/llvm/lib/Target/AMDGPU/
DR600ISelLowering.cpp1098 return isAllOnesConstant(Op); in isHWTrueValue()
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp3970 if (isAllOnesConstant(TVal.getOperand(1))) { in LowerSELECT_CC()
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp1643 LeadingOnes &= isAllOnesConstant(UniquedVals[i]); in get_VSPLTI_elt()
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp8589 return AllOnes ? isAllOnesConstant(N) : isNullConstant(N); in isZeroOrAllOnes()