Searched refs:getPoint (Results 1 – 9 of 9) sorted by relevance
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/GlobalISel/ |
| H A D | RegBankSelect.h | 149 MachineBasicBlock::iterator getPoint() { in getPoint() function 181 return getInsertMBB().insert(getPoint(), &MI); in insert()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/ |
| H A D | LoopVectorizationPlanner.h | 92 VPBasicBlock::iterator getPoint() const { return Point; } in getPoint() function 98 setInsertPoint(IP.getBlock(), IP.getPoint()); in restoreIP()
|
| /llvm-project-15.0.7/llvm/unittests/Frontend/ |
| H A D | OpenMPIRBuilderTest.cpp | 370 ASSERT_EQ(IP.getBlock()->end(), IP.getPoint()); in TEST_F() 437 ASSERT_EQ(IP.getBlock()->end(), IP.getPoint()); in TEST_F() 2142 ASSERT_EQ(EndIP.getPoint(), AfterIP.getPoint()); in TEST_P() 2359 EXPECT_NE(IPBB->end(), IP.getPoint()); in TEST_F() 2436 EXPECT_NE(IPBB->end(), IP.getPoint()); in TEST_F() 2502 EXPECT_NE(IPBB->end(), IP.getPoint()); in TEST_F() 2741 EXPECT_NE(IPBB->end(), IP.getPoint()); in TEST_F() 2812 EXPECT_NE(IPBB->end(), IP.getPoint()); in TEST_F() 2928 EXPECT_NE(IPBB->end(), IP.getPoint()); in TEST_F() 3018 EXPECT_NE(IPBB->end(), IP.getPoint()); in TEST_F() [all …]
|
| /llvm-project-15.0.7/mlir/include/mlir/IR/ |
| H A D | Builders.h | 278 Block::iterator getPoint() const { return point; } in getPoint() function 330 setInsertionPoint(ip.getBlock(), ip.getPoint()); in restoreInsertionPoint()
|
| /llvm-project-15.0.7/llvm/lib/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.cpp | 70 return IP1.getBlock() == IP2.getBlock() && IP1.getPoint() == IP2.getPoint(); in isConflictIP() 262 New->getInstList().splice(New->begin(), Old->getInstList(), IP.getPoint(), in spliceBB() 947 if (IP.getBlock()->end() == IP.getPoint()) { in createParallel() 1500 if (IP.getBlock()->end() != IP.getPoint()) in createSections() 1592 if (IP.getBlock()->end() != IP.getPoint()) in createSection() 1651 InsertBlock->splitBasicBlock(Loc.IP.getPoint(), "reduce.finalize"); in createReductions()
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CodeGenFunction.h | 1781 assert(IP.getBlock()->end() != IP.getPoint() && 1854 CGF.AllocaInsertPt = &*AllocaIP.getPoint(); 1886 CGF.AllocaInsertPt = &*AllocaIP.getPoint();
|
| H A D | CGOpenMPRuntime.cpp | 1210 assert(IP.getBlock()->end() == IP.getPoint() && in PushAndPopStackRAII()
|
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | IRBuilder.h | 250 BasicBlock::iterator getPoint() const { return Point; } in getPoint() function 268 SetInsertPoint(IP.getBlock(), IP.getPoint()); in restoreIP()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/IPO/ |
| H A D | OpenMPOpt.cpp | 943 SplitBlock(CGStartBB, &*CodeGenIP.getPoint(), DT, LI); in mergeParallelRegions() 982 SplitBlock(CGStartBB, &*CodeGenIP.getPoint(), DT, LI); in mergeParallelRegions()
|