Searched refs:getPoint (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/llvm-project/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()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | LoopVectorizationPlanner.h | 113 VPBasicBlock::iterator getPoint() const { return Point; } in getPoint() function 119 setInsertPoint(IP.getBlock(), IP.getPoint()); in restoreIP()
|
| /freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.cpp | 92 return IP1.getBlock() == IP2.getBlock() && IP1.getPoint() == IP2.getPoint(); in isConflictIP() 299 New->splice(New->begin(), Old, IP.getPoint(), Old->end()); in spliceBB() 1554 if (IP.getBlock()->end() == IP.getPoint()) { in createParallel() 2212 if (IP.getBlock()->end() != IP.getPoint()) in createSections() 2316 if (IP.getBlock()->end() != IP.getPoint()) in createSection() 3560 InsertBlock->splitBasicBlock(Loc.IP.getPoint(), "reduce.finalize"); in createReductionsGPU() 3842 InsertBlock->splitBasicBlock(Loc.IP.getPoint(), "reduce.finalize"); in createReductions()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CodeGenFunction.h | 1940 assert(IP.getBlock()->end() != IP.getPoint() && 2013 CGF.AllocaInsertPt = &*AllocaIP.getPoint(); 2045 CGF.AllocaInsertPt = &*AllocaIP.getPoint();
|
| H A D | CGOpenMPRuntime.cpp | 1184 assert(IP.getBlock()->end() == IP.getPoint() && in PushAndPopStackRAII()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | IRBuilder.h | 307 BasicBlock::iterator getPoint() const { return Point; } in getPoint() function 325 SetInsertPoint(IP.getBlock(), IP.getPoint()); in restoreIP()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | OpenMPOpt.cpp | 1092 SplitBlock(CGStartBB, &*CodeGenIP.getPoint(), DT, LI); in mergeParallelRegions() 1132 SplitBlock(CGStartBB, &*CodeGenIP.getPoint(), DT, LI); in mergeParallelRegions()
|