Home
last modified time | relevance | path

Searched defs:AllocaIP (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()
364 Value *&ReplacementValue) -> InsertPointTy { in TEST_F()
389 IRBuilder<>::InsertPoint AllocaIP(&F->getEntryBlock(), in TEST_F() local
449 auto PrivCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP, in TEST_F()
464 auto OuterBodyGenCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP, in TEST_F()
465 BasicBlock &ContinuationIP) { in TEST_F()
481 IRBuilder<>::InsertPoint AllocaIP(&F->getEntryBlock(), in TEST_F() local
542 auto PrivCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP, in TEST_F()
557 auto OuterBodyGenCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP, in TEST_F()
558 BasicBlock &ContinuationIP) { in TEST_F()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Frontend/OpenMP/
DOMPIRBuilder.cpp392 InsertPointTy AllocaIP(PRegEntryBB, in CreateParallel() local
/external/llvm-project/llvm/lib/Transforms/IPO/
DOpenMPOpt.cpp634 auto PrivCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP, Value &, in mergeParallelRegions()
635 Value &Inner, Value *&ReplacementValue) -> InsertPointTy { in mergeParallelRegions()
689 IRBuilder<>::InsertPoint AllocaIP( in mergeParallelRegions() local
/external/llvm-project/clang/lib/CodeGen/
DCGStmtOpenMP.cpp1708 this](InsertPointTy AllocaIP, InsertPointTy CodeGenIP, in EmitOMPParallelDirective()
1718 llvm::OpenMPIRBuilder::InsertPointTy AllocaIP( in EmitOMPParallelDirective()
3636 llvm::BasicBlock &FiniBB) { in EmitOMPMasterDirective()
3677 llvm::BasicBlock &FiniBB) { in EmitOMPCriticalDirective()
/external/llvm-project/llvm/lib/Frontend/OpenMP/
DOMPIRBuilder.cpp1030 InsertPointTy AllocaIP, bool NeedsBarrier, Value *Chunk) { in createStaticWorkshareLoop()