Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DAMDGPUEmitPrintf.cpp120 auto CmpNull = in getStrlenWithNull() local
122 BranchInst::Create(Join, While, CmpNull, Prev); in getStrlenWithNull()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp3318 bool CmpNull = isNullConstant(C.Op1); in adjustICmp128() local
3322 CmpNull = !CmpNull; in adjustICmp128()
3341 C.CCMask = CmpNull ? SystemZ::CCMASK_VCMP_NONE : SystemZ::CCMASK_VCMP_ALL; in adjustICmp128()
8675 bool CmpNull = isNullConstant(RHS); in combineSETCC() local
8684 if ((CC == ISD::SETNE || CC == ISD::SETEQ) && (CmpNull || CmpAllOnes)) { in combineSETCC()
8694 SDValue RHS = CmpNull ? DAG.getConstant(0, DL, MVT::i128) in combineSETCC()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp23179 bool CmpNull = isNullConstant(RHS); in MatchVectorAllEqualTest() local
23181 if (!CmpNull && !CmpAllOnes) in MatchVectorAllEqualTest()
23192 if (CmpNull) { in MatchVectorAllEqualTest()
23211 ISD::NodeType LogicOp = CmpNull ? ISD::OR : ISD::AND; in MatchVectorAllEqualTest()
23238 CmpNull ? DAG.getConstant(0, DL, VT) in MatchVectorAllEqualTest()
23251 CmpNull ? DAG.getConstant(0, DL, MatchVT) in MatchVectorAllEqualTest()
23270 if (SrcCC == (CmpNull ? ISD::SETNE : ISD::SETEQ) && in MatchVectorAllEqualTest()
23286 APInt Cmp = CmpNull ? APInt::getZero(BW) : SrcMask; in MatchVectorAllEqualTest()