Searched refs:Res2 (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/llvm/unittests/CodeGen/GlobalISel/ |
| H A D | KnownBitsTest.cpp | 28 KnownBits Res2 = Info.getKnownBits(DstReg); in TEST_F() local 51 KnownBits Res2 = Info.getKnownBits(DstReg); in TEST_F() local 54 EXPECT_EQ((uint64_t)32, Res2.getBitWidth()); in TEST_F() 87 KnownBits Res2 = Info.getKnownBits(DstReg); in TEST_F() local 121 KnownBits Res2 = Info.getKnownBits(DstReg); in TEST_F() local 159 KnownBits Res2 = Info.getKnownBits(DstReg); in TEST_F() local 196 KnownBits Res2 = Info.getKnownBits(DstReg); in TEST_F() local 241 KnownBits Res2 = Info.getKnownBits(DstReg); in TEST_F() local 1776 KnownBits Res2 = Info.getKnownBits(ValSrcReg); in TEST_F() local 1777 EXPECT_EQ(7u, Res2.One.getZExtValue()); in TEST_F() [all …]
|
| H A D | KnownBitsVectorTest.cpp | 83 KnownBits Res2 = Info.getKnownBits(DstReg); in TEST_F() local 84 EXPECT_EQ(Res.One.getZExtValue(), Res2.One.getZExtValue()); in TEST_F() 85 EXPECT_EQ(Res.Zero.getZExtValue(), Res2.Zero.getZExtValue()); in TEST_F() 119 KnownBits Res2 = Info.getKnownBits(DstReg); in TEST_F() local 120 EXPECT_EQ(Res.One.getZExtValue(), Res2.One.getZExtValue()); in TEST_F() 155 KnownBits Res2 = Info.getKnownBits(DstReg); in TEST_F() local 156 EXPECT_EQ(Res.One.getZExtValue(), Res2.One.getZExtValue()); in TEST_F() 193 KnownBits Res2 = Info.getKnownBits(DstReg); in TEST_F() local 194 EXPECT_EQ(Res.One.getZExtValue(), Res2.One.getZExtValue()); in TEST_F() 225 KnownBits Res2 = Info.getKnownBits(DstReg); in TEST_F() local [all …]
|
| /llvm-project-15.0.7/llvm/lib/Transforms/IPO/ |
| H A D | MergeFunctions.cpp | 351 int Res2 = FunctionComparator(F2, F1, &GlobalNumbers).compare(); in doFunctionalCheck() local 354 if (Res1 != -Res2) { in doFunctionalCheck()
|
| /llvm-project-15.0.7/clang/lib/Analysis/ |
| H A D | CFG.cpp | 1115 TryResult Res1, Res2; in checkIncorrectLogicOperator() local 1117 Res2 = analyzeLogicOperatorCondition(BO2, Value, L2); in checkIncorrectLogicOperator() 1119 if (!Res1.isKnown() || !Res2.isKnown()) in checkIncorrectLogicOperator() 1123 AlwaysTrue &= (Res1.isTrue() && Res2.isTrue()); in checkIncorrectLogicOperator() 1124 AlwaysFalse &= !(Res1.isTrue() && Res2.isTrue()); in checkIncorrectLogicOperator() 1126 AlwaysTrue &= (Res1.isTrue() || Res2.isTrue()); in checkIncorrectLogicOperator() 1127 AlwaysFalse &= !(Res1.isTrue() || Res2.isTrue()); in checkIncorrectLogicOperator() 1132 RHSAlwaysTrue &= Res2.isTrue(); in checkIncorrectLogicOperator() 1133 RHSAlwaysFalse &= Res2.isFalse(); in checkIncorrectLogicOperator()
|
| /llvm-project-15.0.7/llvm/unittests/IR/ |
| H A D | ConstantRangeTest.cpp | 873 APInt Res2 = N1.sadd_ov(N2, IsOverflow2); in TEST_F() local 876 assert(Res1 == Res2 && "Addition results differ?"); in TEST_F() 948 APInt Res2 = N1.ssub_ov(N2, IsOverflow2); in TEST_F() local 951 assert(Res1 == Res2 && "Subtraction results differ?"); in TEST_F()
|
| /llvm-project-15.0.7/llvm/lib/MC/ |
| H A D | MCDwarf.cpp | 127 const MCExpr *Res2 = MCConstantExpr::create(IntVal, Ctx); in makeEndMinusStartExpr() local 128 const MCExpr *Res3 = MCBinaryExpr::create(MCBinaryExpr::Sub, Res1, Res2, Ctx); in makeEndMinusStartExpr()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineCompares.cpp | 4902 Constant *Res2 = ConstantExpr::getCast(CastOp0->getOpcode(), Res1, DestTy); in foldICmpWithZextOrSext() local 4905 if (Res2 == C) { in foldICmpWithZextOrSext()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/ |
| H A D | SLPVectorizer.cpp | 7000 std::pair<T *, bool> Res2 = ResizeAction(VMIt->first, VMIt->second); in performExtractsShuffleAction() local 7009 Mask[I] = (Res2.second ? I : SecMask[I]) + VF; in performExtractsShuffleAction() 7012 Prev = Action(Mask, {Res1.first, Res2.first}); in performExtractsShuffleAction()
|