Home
last modified time | relevance | path

Searched defs:CodeGenIP (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/llvm/unittests/Frontend/
DOpenMPIRBuilderTest.cpp362 auto PrivCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP, in TEST_F()
387 auto FiniCB = [&](InsertPointTy CodeGenIP) { ++NumFinalizationPoints; }; in TEST_F()
449 auto PrivCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP, in TEST_F()
462 auto FiniCB = [&](InsertPointTy CodeGenIP) { ++NumFinalizationPoints; }; in TEST_F()
465 BasicBlock &ContinuationIP) { in TEST_F()
542 auto PrivCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP, in TEST_F()
555 auto FiniCB = [&](InsertPointTy CodeGenIP) { ++NumFinalizationPoints; }; in TEST_F()
558 BasicBlock &ContinuationIP) { in TEST_F()
667 auto PrivCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP, in TEST_F()
692 auto FiniCB = [&](InsertPointTy CodeGenIP) { in TEST_F()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Frontend/OpenMP/
DOMPIRBuilder.cpp422 InsertPointTy CodeGenIP(PRegBodyBB, PRegBodyBB->begin()); in CreateParallel() local
/external/llvm-project/llvm/lib/Transforms/IPO/
DOpenMPOpt.cpp634 auto PrivCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP, Value &, in mergeParallelRegions()
640 auto FiniCB = [&](InsertPointTy CodeGenIP) {}; in mergeParallelRegions()
/external/llvm-project/llvm/lib/Frontend/OpenMP/
DOMPIRBuilder.cpp551 InsertPointTy CodeGenIP(PRegBodyBB, PRegBodyBB->begin()); in createParallel() local
993 auto BodyGen = [=](InsertPointTy CodeGenIP, Value *IV) { in createCanonicalLoop()
/external/llvm-project/clang/lib/CodeGen/
DCGStmtOpenMP.cpp1708 this](InsertPointTy AllocaIP, InsertPointTy CodeGenIP, in EmitOMPParallelDirective()
1709 llvm::BasicBlock &ContinuationBB) { in EmitOMPParallelDirective()
3636 llvm::BasicBlock &FiniBB) { in EmitOMPMasterDirective()
3677 llvm::BasicBlock &FiniBB) { in EmitOMPCriticalDirective()