/llvm-project/llvm/unittests/Frontend/ |
H A D | OpenMPIRBuilderTest.cpp | 617 auto BodyGenCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP) { TEST_F() local 725 auto BodyGenCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP) { TEST_F() local 1033 auto BodyGenCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP) { TEST_F() local 1137 auto BodyGenCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP) { TEST_F() local 1266 auto BodyGenCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP) { TEST_F() local 2724 auto BodyGenCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP) { TEST_F() local 2801 auto BodyGenCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP) { TEST_F() local 2877 auto BodyGenCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP) { TEST_F() local 3126 auto BodyGenCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP) { TEST_F() local 3197 auto BodyGenCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP) { TEST_F() local 3301 auto BodyGenCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP) { TEST_F() local 3391 auto BodyGenCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP) { TEST_F() local 3509 auto BodyGenCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP) { TEST_F() local 4347 auto BodyGenCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP) { TEST_F() local 4424 auto BodyGenCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP) { TEST_F() local 4475 auto BodyGenCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP) { TEST_F() local 4532 auto BodyGenCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP) { TEST_F() local 4594 auto BodyGenCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP) { TEST_F() local 4645 auto BodyGenCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP) { TEST_F() local 4708 auto BodyGenCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP) { TEST_F() local 4922 auto BodyGenCB = [&](InsertPointTy InnerAllocaIP, InsertPointTy CodeGenIP) { TEST_F() local 5934 auto BodyGenCB = [&](InsertPointTy AllocaIP, TEST_F() local 6075 auto BodyGenCB = [&](OpenMPIRBuilder::InsertPointTy AllocaIP, TEST_F() local 6222 auto BodyGenCB = [&](OpenMPIRBuilder::InsertPointTy AllocaIP, TEST_F() local 6334 auto BodyGenCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP) { TEST_F() local 6458 auto BodyGenCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP) {}; TEST_F() local 6488 auto BodyGenCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP) {}; TEST_F() local 6518 auto BodyGenCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP) {}; TEST_F() local 6592 auto BodyGenCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP) {}; TEST_F() local 6646 auto BodyGenCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP) {}; TEST_F() local 6721 auto BodyGenCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP) { TEST_F() local 6808 auto BodyGenCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP) { TEST_F() local [all...] |
/llvm-project/llvm/lib/Frontend/OpenMP/ |
H A D | OMPIRBuilder.cpp | 1347 createParallel(const LocationDescription & Loc,InsertPointTy OuterAllocaIP,BodyGenCallbackTy BodyGenCB,PrivatizeCallbackTy PrivCB,FinalizeCallbackTy FiniCB,Value * IfCondition,Value * NumThreads,omp::ProcBindKind ProcBind,bool IsCancellable) createParallel() argument 1712 createTask(const LocationDescription & Loc,InsertPointTy AllocaIP,BodyGenCallbackTy BodyGenCB,bool Tied,Value * Final,Value * IfCondition,SmallVector<DependData> Dependencies) createTask() argument 1966 createTaskgroup(const LocationDescription & Loc,InsertPointTy AllocaIP,BodyGenCallbackTy BodyGenCB) createTaskgroup() argument 2088 createSection(const LocationDescription & Loc,BodyGenCallbackTy BodyGenCB,FinalizeCallbackTy FiniCB) createSection() argument 3689 createMaster(const LocationDescription & Loc,BodyGenCallbackTy BodyGenCB,FinalizeCallbackTy FiniCB) createMaster() argument 3714 createMasked(const LocationDescription & Loc,BodyGenCallbackTy BodyGenCB,FinalizeCallbackTy FiniCB,Value * Filter) createMasked() argument 3805 createCanonicalLoop(const LocationDescription & Loc,LoopBodyGenCallbackTy BodyGenCB,Value * TripCount,const Twine & Name) createCanonicalLoop() argument 3834 createCanonicalLoop(const LocationDescription & Loc,LoopBodyGenCallbackTy BodyGenCB,Value * Start,Value * Stop,Value * Step,bool IsSigned,bool InclusiveStop,InsertPointTy ComputeIP,const Twine & Name) createCanonicalLoop() argument 5461 createSingle(const LocationDescription & Loc,BodyGenCallbackTy BodyGenCB,FinalizeCallbackTy FiniCB,bool IsNowait,ArrayRef<llvm::Value * > CPVars,ArrayRef<llvm::Function * > CPFuncs) createSingle() argument 5526 createCritical(const LocationDescription & Loc,BodyGenCallbackTy BodyGenCB,FinalizeCallbackTy FiniCB,StringRef CriticalName,Value * HintInst) createCritical() argument 5607 createOrderedThreadsSimd(const LocationDescription & Loc,BodyGenCallbackTy BodyGenCB,FinalizeCallbackTy FiniCB,bool IsThreads) createOrderedThreadsSimd() argument 5637 EmitOMPInlinedRegion(Directive OMPD,Instruction * EntryCall,Instruction * ExitCall,BodyGenCallbackTy BodyGenCB,FinalizeCallbackTy FiniCB,bool Conditional,bool HasFinalize,bool IsCancellable) EmitOMPInlinedRegion() argument 6278 createTargetData(const LocationDescription & Loc,InsertPointTy AllocaIP,InsertPointTy CodeGenIP,Value * DeviceID,Value * IfCond,TargetDataInfo & Info,GenMapInfoCallbackTy GenMapInfoCB,omp::RuntimeFunction * MapperFunc,function_ref<InsertPointTy (InsertPointTy CodeGenIP,BodyGenTy BodyGenType)> BodyGenCB,function_ref<void (unsigned int,Value *)> DeviceAddrCB,function_ref<Value * (unsigned int)> CustomMapperCB,Value * SrcLocInfo) createTargetData() argument 7741 createTeams(const LocationDescription & Loc,BodyGenCallbackTy BodyGenCB,Value * NumTeamsLower,Value * NumTeamsUpper,Value * ThreadLimit,Value * IfExpr) createTeams() argument [all...] |
/llvm-project/clang/lib/CodeGen/ |
H A D | CGStmtOpenMP.cpp | 1791 auto BodyGenCB = [&, this](InsertPointTy AllocaIP, EmitOMPParallelDirective() local 4228 auto BodyGenCB = [SectionRegionBodyStmt, this](InsertPointTy AllocaIP, EmitOMPSectionDirective() local 4309 auto BodyGenCB = [MasterRegionBodyStmt, this](InsertPointTy AllocaIP, EmitOMPMasterDirective() local 4355 auto BodyGenCB = [MaskedRegionBodyStmt, this](InsertPointTy AllocaIP, EmitOMPMaskedDirective() local 4395 auto BodyGenCB = [CriticalRegionBodyStmt, this](InsertPointTy AllocaIP, EmitOMPCriticalDirective() local 5358 auto BodyGenCB = [&, this](InsertPointTy AllocaIP, EmitOMPTaskgroupDirective() local 5933 auto BodyGenCB = [&S, C, this](InsertPointTy AllocaIP, EmitOMPOrderedDirective() local [all...] |
/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | OpenMPOpt.cpp | 1076 auto BodyGenCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP) { mergeParallelRegions() local 1115 auto BodyGenCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP) { mergeParallelRegions() local
|