Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DRegBankSelect.h149 MachineBasicBlock::iterator getPoint() { in getPoint() function
181 return getInsertMBB().insert(getPoint(), &MI); in insert()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationPlanner.h99 VPBasicBlock::iterator getPoint() const { return Point; } in getPoint() function
105 setInsertPoint(IP.getBlock(), IP.getPoint()); in restoreIP()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp86 return IP1.getBlock() == IP2.getBlock() && IP1.getPoint() == IP2.getPoint(); in isConflictIP()
291 New->splice(New->begin(), Old, IP.getPoint(), Old->end()); in spliceBB()
1378 if (IP.getBlock()->end() == IP.getPoint()) { in createParallel()
1926 if (IP.getBlock()->end() != IP.getPoint()) in createSections()
2018 if (IP.getBlock()->end() != IP.getPoint()) in createSection()
2077 InsertBlock->splitBasicBlock(Loc.IP.getPoint(), "reduce.finalize"); in createReductions()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.h1840 assert(IP.getBlock()->end() != IP.getPoint() &&
1913 CGF.AllocaInsertPt = &*AllocaIP.getPoint();
1945 CGF.AllocaInsertPt = &*AllocaIP.getPoint();
H A DCGOpenMPRuntime.cpp1188 assert(IP.getBlock()->end() == IP.getPoint() && in PushAndPopStackRAII()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DIRBuilder.h267 BasicBlock::iterator getPoint() const { return Point; } in getPoint() function
285 SetInsertPoint(IP.getBlock(), IP.getPoint()); in restoreIP()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp1079 SplitBlock(CGStartBB, &*CodeGenIP.getPoint(), DT, LI); in mergeParallelRegions()
1118 SplitBlock(CGStartBB, &*CodeGenIP.getPoint(), DT, LI); in mergeParallelRegions()