Home
last modified time | relevance | path

Searched refs:DefX2 (Results 1 – 25 of 33) sorted by relevance

12

/dports/devel/llvm80/llvm-8.0.1.src/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp1188 Instruction *DefX2, *CountInst; in detectPopcountIdiom() local
1192 DefX2 = CountInst = nullptr; in detectPopcountIdiom()
1201 DefX2 = dyn_cast<Instruction>(T); in detectPopcountIdiom()
1208 if (!DefX2 || DefX2->getOpcode() != Instruction::And) in detectPopcountIdiom()
1213 if ((SubOneOp = dyn_cast<BinaryOperator>(DefX2->getOperand(0)))) in detectPopcountIdiom()
1214 VarX1 = DefX2->getOperand(1); in detectPopcountIdiom()
1216 VarX1 = DefX2->getOperand(0); in detectPopcountIdiom()
1217 SubOneOp = dyn_cast<BinaryOperator>(DefX2->getOperand(1)); in detectPopcountIdiom()
1232 PhiX = getRecurrenceVar(VarX1, DefX2, LoopEntry); in detectPopcountIdiom()
/dports/devel/llvm70/llvm-7.0.1.src/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp1172 Instruction *DefX2, *CountInst; in detectPopcountIdiom() local
1176 DefX2 = CountInst = nullptr; in detectPopcountIdiom()
1185 DefX2 = dyn_cast<Instruction>(T); in detectPopcountIdiom()
1192 if (!DefX2 || DefX2->getOpcode() != Instruction::And) in detectPopcountIdiom()
1197 if ((SubOneOp = dyn_cast<BinaryOperator>(DefX2->getOperand(0)))) in detectPopcountIdiom()
1198 VarX1 = DefX2->getOperand(1); in detectPopcountIdiom()
1200 VarX1 = DefX2->getOperand(0); in detectPopcountIdiom()
1201 SubOneOp = dyn_cast<BinaryOperator>(DefX2->getOperand(1)); in detectPopcountIdiom()
1216 PhiX = getRecurrenceVar(VarX1, DefX2, LoopEntry); in detectPopcountIdiom()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp1307 Instruction *DefX2, *CountInst; in detectPopcountIdiom() local
1311 DefX2 = CountInst = nullptr; in detectPopcountIdiom()
1320 DefX2 = dyn_cast<Instruction>(T); in detectPopcountIdiom()
1327 if (!DefX2 || DefX2->getOpcode() != Instruction::And) in detectPopcountIdiom()
1332 if ((SubOneOp = dyn_cast<BinaryOperator>(DefX2->getOperand(0)))) in detectPopcountIdiom()
1333 VarX1 = DefX2->getOperand(1); in detectPopcountIdiom()
1335 VarX1 = DefX2->getOperand(0); in detectPopcountIdiom()
1336 SubOneOp = dyn_cast<BinaryOperator>(DefX2->getOperand(1)); in detectPopcountIdiom()
1351 PhiX = getRecurrenceVar(VarX1, DefX2, LoopEntry); in detectPopcountIdiom()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp1231 Instruction *DefX2, *CountInst; in detectPopcountIdiom() local
1235 DefX2 = CountInst = nullptr; in detectPopcountIdiom()
1244 DefX2 = dyn_cast<Instruction>(T); in detectPopcountIdiom()
1251 if (!DefX2 || DefX2->getOpcode() != Instruction::And) in detectPopcountIdiom()
1256 if ((SubOneOp = dyn_cast<BinaryOperator>(DefX2->getOperand(0)))) in detectPopcountIdiom()
1257 VarX1 = DefX2->getOperand(1); in detectPopcountIdiom()
1259 VarX1 = DefX2->getOperand(0); in detectPopcountIdiom()
1260 SubOneOp = dyn_cast<BinaryOperator>(DefX2->getOperand(1)); in detectPopcountIdiom()
1275 PhiX = getRecurrenceVar(VarX1, DefX2, LoopEntry); in detectPopcountIdiom()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp1282 Instruction *DefX2, *CountInst; in detectPopcountIdiom() local
1286 DefX2 = CountInst = nullptr; in detectPopcountIdiom()
1295 DefX2 = dyn_cast<Instruction>(T); in detectPopcountIdiom()
1302 if (!DefX2 || DefX2->getOpcode() != Instruction::And) in detectPopcountIdiom()
1307 if ((SubOneOp = dyn_cast<BinaryOperator>(DefX2->getOperand(0)))) in detectPopcountIdiom()
1308 VarX1 = DefX2->getOperand(1); in detectPopcountIdiom()
1310 VarX1 = DefX2->getOperand(0); in detectPopcountIdiom()
1311 SubOneOp = dyn_cast<BinaryOperator>(DefX2->getOperand(1)); in detectPopcountIdiom()
1326 PhiX = getRecurrenceVar(VarX1, DefX2, LoopEntry); in detectPopcountIdiom()
/dports/devel/llvm10/llvm-10.0.1.src/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp1231 Instruction *DefX2, *CountInst; in detectPopcountIdiom() local
1235 DefX2 = CountInst = nullptr; in detectPopcountIdiom()
1244 DefX2 = dyn_cast<Instruction>(T); in detectPopcountIdiom()
1251 if (!DefX2 || DefX2->getOpcode() != Instruction::And) in detectPopcountIdiom()
1256 if ((SubOneOp = dyn_cast<BinaryOperator>(DefX2->getOperand(0)))) in detectPopcountIdiom()
1257 VarX1 = DefX2->getOperand(1); in detectPopcountIdiom()
1259 VarX1 = DefX2->getOperand(0); in detectPopcountIdiom()
1260 SubOneOp = dyn_cast<BinaryOperator>(DefX2->getOperand(1)); in detectPopcountIdiom()
1275 PhiX = getRecurrenceVar(VarX1, DefX2, LoopEntry); in detectPopcountIdiom()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp1282 Instruction *DefX2, *CountInst; in detectPopcountIdiom() local
1286 DefX2 = CountInst = nullptr; in detectPopcountIdiom()
1295 DefX2 = dyn_cast<Instruction>(T); in detectPopcountIdiom()
1302 if (!DefX2 || DefX2->getOpcode() != Instruction::And) in detectPopcountIdiom()
1307 if ((SubOneOp = dyn_cast<BinaryOperator>(DefX2->getOperand(0)))) in detectPopcountIdiom()
1308 VarX1 = DefX2->getOperand(1); in detectPopcountIdiom()
1310 VarX1 = DefX2->getOperand(0); in detectPopcountIdiom()
1311 SubOneOp = dyn_cast<BinaryOperator>(DefX2->getOperand(1)); in detectPopcountIdiom()
1326 PhiX = getRecurrenceVar(VarX1, DefX2, LoopEntry); in detectPopcountIdiom()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp1231 Instruction *DefX2, *CountInst; in detectPopcountIdiom() local
1235 DefX2 = CountInst = nullptr; in detectPopcountIdiom()
1244 DefX2 = dyn_cast<Instruction>(T); in detectPopcountIdiom()
1251 if (!DefX2 || DefX2->getOpcode() != Instruction::And) in detectPopcountIdiom()
1256 if ((SubOneOp = dyn_cast<BinaryOperator>(DefX2->getOperand(0)))) in detectPopcountIdiom()
1257 VarX1 = DefX2->getOperand(1); in detectPopcountIdiom()
1259 VarX1 = DefX2->getOperand(0); in detectPopcountIdiom()
1260 SubOneOp = dyn_cast<BinaryOperator>(DefX2->getOperand(1)); in detectPopcountIdiom()
1275 PhiX = getRecurrenceVar(VarX1, DefX2, LoopEntry); in detectPopcountIdiom()
/dports/devel/llvm90/llvm-9.0.1.src/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp1228 Instruction *DefX2, *CountInst; in detectPopcountIdiom() local
1232 DefX2 = CountInst = nullptr; in detectPopcountIdiom()
1241 DefX2 = dyn_cast<Instruction>(T); in detectPopcountIdiom()
1248 if (!DefX2 || DefX2->getOpcode() != Instruction::And) in detectPopcountIdiom()
1253 if ((SubOneOp = dyn_cast<BinaryOperator>(DefX2->getOperand(0)))) in detectPopcountIdiom()
1254 VarX1 = DefX2->getOperand(1); in detectPopcountIdiom()
1256 VarX1 = DefX2->getOperand(0); in detectPopcountIdiom()
1257 SubOneOp = dyn_cast<BinaryOperator>(DefX2->getOperand(1)); in detectPopcountIdiom()
1272 PhiX = getRecurrenceVar(VarX1, DefX2, LoopEntry); in detectPopcountIdiom()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp1315 Instruction *DefX2, *CountInst; in detectPopcountIdiom() local
1319 DefX2 = CountInst = nullptr; in detectPopcountIdiom()
1328 DefX2 = dyn_cast<Instruction>(T); in detectPopcountIdiom()
1335 if (!DefX2 || DefX2->getOpcode() != Instruction::And) in detectPopcountIdiom()
1340 if ((SubOneOp = dyn_cast<BinaryOperator>(DefX2->getOperand(0)))) in detectPopcountIdiom()
1341 VarX1 = DefX2->getOperand(1); in detectPopcountIdiom()
1343 VarX1 = DefX2->getOperand(0); in detectPopcountIdiom()
1344 SubOneOp = dyn_cast<BinaryOperator>(DefX2->getOperand(1)); in detectPopcountIdiom()
1359 PhiX = getRecurrenceVar(VarX1, DefX2, LoopEntry); in detectPopcountIdiom()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp1315 Instruction *DefX2, *CountInst; in detectPopcountIdiom() local
1319 DefX2 = CountInst = nullptr; in detectPopcountIdiom()
1328 DefX2 = dyn_cast<Instruction>(T); in detectPopcountIdiom()
1335 if (!DefX2 || DefX2->getOpcode() != Instruction::And) in detectPopcountIdiom()
1340 if ((SubOneOp = dyn_cast<BinaryOperator>(DefX2->getOperand(0)))) in detectPopcountIdiom()
1341 VarX1 = DefX2->getOperand(1); in detectPopcountIdiom()
1343 VarX1 = DefX2->getOperand(0); in detectPopcountIdiom()
1344 SubOneOp = dyn_cast<BinaryOperator>(DefX2->getOperand(1)); in detectPopcountIdiom()
1359 PhiX = getRecurrenceVar(VarX1, DefX2, LoopEntry); in detectPopcountIdiom()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp1501 Instruction *DefX2, *CountInst; in detectPopcountIdiom() local
1505 DefX2 = CountInst = nullptr; in detectPopcountIdiom()
1514 DefX2 = dyn_cast<Instruction>(T); in detectPopcountIdiom()
1521 if (!DefX2 || DefX2->getOpcode() != Instruction::And) in detectPopcountIdiom()
1526 if ((SubOneOp = dyn_cast<BinaryOperator>(DefX2->getOperand(0)))) in detectPopcountIdiom()
1527 VarX1 = DefX2->getOperand(1); in detectPopcountIdiom()
1529 VarX1 = DefX2->getOperand(0); in detectPopcountIdiom()
1530 SubOneOp = dyn_cast<BinaryOperator>(DefX2->getOperand(1)); in detectPopcountIdiom()
1545 PhiX = getRecurrenceVar(VarX1, DefX2, LoopEntry); in detectPopcountIdiom()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp1501 Instruction *DefX2, *CountInst; in detectPopcountIdiom() local
1505 DefX2 = CountInst = nullptr; in detectPopcountIdiom()
1514 DefX2 = dyn_cast<Instruction>(T); in detectPopcountIdiom()
1521 if (!DefX2 || DefX2->getOpcode() != Instruction::And) in detectPopcountIdiom()
1526 if ((SubOneOp = dyn_cast<BinaryOperator>(DefX2->getOperand(0)))) in detectPopcountIdiom()
1527 VarX1 = DefX2->getOperand(1); in detectPopcountIdiom()
1529 VarX1 = DefX2->getOperand(0); in detectPopcountIdiom()
1530 SubOneOp = dyn_cast<BinaryOperator>(DefX2->getOperand(1)); in detectPopcountIdiom()
1545 PhiX = getRecurrenceVar(VarX1, DefX2, LoopEntry); in detectPopcountIdiom()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp1501 Instruction *DefX2, *CountInst; in detectPopcountIdiom() local
1505 DefX2 = CountInst = nullptr; in detectPopcountIdiom()
1514 DefX2 = dyn_cast<Instruction>(T); in detectPopcountIdiom()
1521 if (!DefX2 || DefX2->getOpcode() != Instruction::And) in detectPopcountIdiom()
1526 if ((SubOneOp = dyn_cast<BinaryOperator>(DefX2->getOperand(0)))) in detectPopcountIdiom()
1527 VarX1 = DefX2->getOperand(1); in detectPopcountIdiom()
1529 VarX1 = DefX2->getOperand(0); in detectPopcountIdiom()
1530 SubOneOp = dyn_cast<BinaryOperator>(DefX2->getOperand(1)); in detectPopcountIdiom()
1545 PhiX = getRecurrenceVar(VarX1, DefX2, LoopEntry); in detectPopcountIdiom()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp1627 Instruction *DefX2, *CountInst; in detectPopcountIdiom() local
1631 DefX2 = CountInst = nullptr; in detectPopcountIdiom()
1640 DefX2 = dyn_cast<Instruction>(T); in detectPopcountIdiom()
1647 if (!DefX2 || DefX2->getOpcode() != Instruction::And) in detectPopcountIdiom()
1652 if ((SubOneOp = dyn_cast<BinaryOperator>(DefX2->getOperand(0)))) in detectPopcountIdiom()
1653 VarX1 = DefX2->getOperand(1); in detectPopcountIdiom()
1655 VarX1 = DefX2->getOperand(0); in detectPopcountIdiom()
1656 SubOneOp = dyn_cast<BinaryOperator>(DefX2->getOperand(1)); in detectPopcountIdiom()
1671 PhiX = getRecurrenceVar(VarX1, DefX2, LoopEntry); in detectPopcountIdiom()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp1501 Instruction *DefX2, *CountInst; in detectPopcountIdiom() local
1505 DefX2 = CountInst = nullptr; in detectPopcountIdiom()
1514 DefX2 = dyn_cast<Instruction>(T); in detectPopcountIdiom()
1521 if (!DefX2 || DefX2->getOpcode() != Instruction::And) in detectPopcountIdiom()
1526 if ((SubOneOp = dyn_cast<BinaryOperator>(DefX2->getOperand(0)))) in detectPopcountIdiom()
1527 VarX1 = DefX2->getOperand(1); in detectPopcountIdiom()
1529 VarX1 = DefX2->getOperand(0); in detectPopcountIdiom()
1530 SubOneOp = dyn_cast<BinaryOperator>(DefX2->getOperand(1)); in detectPopcountIdiom()
1545 PhiX = getRecurrenceVar(VarX1, DefX2, LoopEntry); in detectPopcountIdiom()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp1501 Instruction *DefX2, *CountInst; in detectPopcountIdiom() local
1505 DefX2 = CountInst = nullptr; in detectPopcountIdiom()
1514 DefX2 = dyn_cast<Instruction>(T); in detectPopcountIdiom()
1521 if (!DefX2 || DefX2->getOpcode() != Instruction::And) in detectPopcountIdiom()
1526 if ((SubOneOp = dyn_cast<BinaryOperator>(DefX2->getOperand(0)))) in detectPopcountIdiom()
1527 VarX1 = DefX2->getOperand(1); in detectPopcountIdiom()
1529 VarX1 = DefX2->getOperand(0); in detectPopcountIdiom()
1530 SubOneOp = dyn_cast<BinaryOperator>(DefX2->getOperand(1)); in detectPopcountIdiom()
1545 PhiX = getRecurrenceVar(VarX1, DefX2, LoopEntry); in detectPopcountIdiom()
/dports/devel/llvm70/llvm-7.0.1.src/unittests/Analysis/
H A DMemorySSA.cpp988 auto *DefX2 = cast<MemoryDef>(MSSA.getMemoryAccess(StoreX2)); in TEST_F() local
990 EXPECT_EQ(DefX2->getDefiningAccess(), DefY); in TEST_F()
991 MemoryAccess *X2Clobber = MSSA.getWalker()->getClobberingMemoryAccess(DefX2); in TEST_F()
997 EXPECT_EQ(DefX2->getDefiningAccess(), DefY); in TEST_F()
998 EXPECT_EQ(MSSA.getWalker()->getClobberingMemoryAccess(DefX2), in TEST_F()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/unittests/Analysis/
H A DMemorySSATest.cpp987 auto *DefX2 = cast<MemoryDef>(MSSA.getMemoryAccess(StoreX2)); in TEST_F() local
989 EXPECT_EQ(DefX2->getDefiningAccess(), DefY); in TEST_F()
990 MemoryAccess *X2Clobber = MSSA.getWalker()->getClobberingMemoryAccess(DefX2); in TEST_F()
996 EXPECT_EQ(DefX2->getDefiningAccess(), DefY); in TEST_F()
997 EXPECT_EQ(MSSA.getWalker()->getClobberingMemoryAccess(DefX2), in TEST_F()
/dports/devel/llvm11/llvm-11.0.1.src/unittests/Analysis/
H A DMemorySSATest.cpp987 auto *DefX2 = cast<MemoryDef>(MSSA.getMemoryAccess(StoreX2)); in TEST_F() local
989 EXPECT_EQ(DefX2->getDefiningAccess(), DefY); in TEST_F()
990 MemoryAccess *X2Clobber = MSSA.getWalker()->getClobberingMemoryAccess(DefX2); in TEST_F()
996 EXPECT_EQ(DefX2->getDefiningAccess(), DefY); in TEST_F()
997 EXPECT_EQ(MSSA.getWalker()->getClobberingMemoryAccess(DefX2), in TEST_F()
/dports/devel/llvm90/llvm-9.0.1.src/unittests/Analysis/
H A DMemorySSATest.cpp987 auto *DefX2 = cast<MemoryDef>(MSSA.getMemoryAccess(StoreX2)); in TEST_F() local
989 EXPECT_EQ(DefX2->getDefiningAccess(), DefY); in TEST_F()
990 MemoryAccess *X2Clobber = MSSA.getWalker()->getClobberingMemoryAccess(DefX2); in TEST_F()
996 EXPECT_EQ(DefX2->getDefiningAccess(), DefY); in TEST_F()
997 EXPECT_EQ(MSSA.getWalker()->getClobberingMemoryAccess(DefX2), in TEST_F()
/dports/devel/llvm10/llvm-10.0.1.src/unittests/Analysis/
H A DMemorySSATest.cpp987 auto *DefX2 = cast<MemoryDef>(MSSA.getMemoryAccess(StoreX2)); in TEST_F() local
989 EXPECT_EQ(DefX2->getDefiningAccess(), DefY); in TEST_F()
990 MemoryAccess *X2Clobber = MSSA.getWalker()->getClobberingMemoryAccess(DefX2); in TEST_F()
996 EXPECT_EQ(DefX2->getDefiningAccess(), DefY); in TEST_F()
997 EXPECT_EQ(MSSA.getWalker()->getClobberingMemoryAccess(DefX2), in TEST_F()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/unittests/Analysis/
H A DMemorySSATest.cpp987 auto *DefX2 = cast<MemoryDef>(MSSA.getMemoryAccess(StoreX2)); in TEST_F() local
989 EXPECT_EQ(DefX2->getDefiningAccess(), DefY); in TEST_F()
990 MemoryAccess *X2Clobber = MSSA.getWalker()->getClobberingMemoryAccess(DefX2); in TEST_F()
996 EXPECT_EQ(DefX2->getDefiningAccess(), DefY); in TEST_F()
997 EXPECT_EQ(MSSA.getWalker()->getClobberingMemoryAccess(DefX2), in TEST_F()
/dports/devel/llvm80/llvm-8.0.1.src/unittests/Analysis/
H A DMemorySSATest.cpp988 auto *DefX2 = cast<MemoryDef>(MSSA.getMemoryAccess(StoreX2)); in TEST_F() local
990 EXPECT_EQ(DefX2->getDefiningAccess(), DefY); in TEST_F()
991 MemoryAccess *X2Clobber = MSSA.getWalker()->getClobberingMemoryAccess(DefX2); in TEST_F()
997 EXPECT_EQ(DefX2->getDefiningAccess(), DefY); in TEST_F()
998 EXPECT_EQ(MSSA.getWalker()->getClobberingMemoryAccess(DefX2), in TEST_F()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/unittests/Analysis/
H A DMemorySSATest.cpp991 auto *DefX2 = cast<MemoryDef>(MSSA.getMemoryAccess(StoreX2)); in TEST_F() local
993 EXPECT_EQ(DefX2->getDefiningAccess(), DefY); in TEST_F()
994 MemoryAccess *X2Clobber = MSSA.getWalker()->getClobberingMemoryAccess(DefX2); in TEST_F()
1000 EXPECT_EQ(DefX2->getDefiningAccess(), DefY); in TEST_F()
1001 EXPECT_EQ(MSSA.getWalker()->getClobberingMemoryAccess(DefX2), in TEST_F()

12