Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/GlobalISel/
H A DRegBankSelect.h149 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 DLoopVectorizationPlanner.h92 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 DOpenMPIRBuilderTest.cpp370 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 DBuilders.h278 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 DOMPIRBuilder.cpp70 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 DCodeGenFunction.h1781 assert(IP.getBlock()->end() != IP.getPoint() &&
1854 CGF.AllocaInsertPt = &*AllocaIP.getPoint();
1886 CGF.AllocaInsertPt = &*AllocaIP.getPoint();
H A DCGOpenMPRuntime.cpp1210 assert(IP.getBlock()->end() == IP.getPoint() && in PushAndPopStackRAII()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DIRBuilder.h250 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 DOpenMPOpt.cpp943 SplitBlock(CGStartBB, &*CodeGenIP.getPoint(), DT, LI); in mergeParallelRegions()
982 SplitBlock(CGStartBB, &*CodeGenIP.getPoint(), DT, LI); in mergeParallelRegions()