Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
HDLoopVectorizationPlanner.h83 VPBasicBlock::iterator getPoint() const { return Point; } in getPoint() function
89 setInsertPoint(IP.getBlock(), IP.getPoint()); in restoreIP()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
HDRegBankSelect.h148 MachineBasicBlock::iterator getPoint() { in getPoint() function
180 return getInsertMBB().insert(getPoint(), &MI); in insert()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
HDOMPIRBuilder.cpp376 if (IP.getBlock()->end() == IP.getPoint()) { in CreateParallel()
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGStmtOpenMP.cpp1361 assert(IP.getBlock()->end() != IP.getPoint() && in EmitOMPParallelDirective()
1364 llvm::BasicBlock *DestBB = IPBB->splitBasicBlock(IP.getPoint()); in EmitOMPParallelDirective()
1391 AllocaInsertPt = &*AllocaIP.getPoint(); in EmitOMPParallelDirective()
1397 CodeGenIPBB->splitBasicBlock(CodeGenIP.getPoint()); in EmitOMPParallelDirective()
HDCGOpenMPRuntime.cpp1464 assert(IP.getBlock()->end() == IP.getPoint() && in PushAndPopStackRAII()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDIRBuilder.h189 BasicBlock::iterator getPoint() const { return Point; } in getPoint() function
207 SetInsertPoint(IP.getBlock(), IP.getPoint()); in restoreIP()