Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp1426 InsertPointTy CodeGenIP(PRegBodyBB, PRegBodyBB->begin()); createParallel() local
1963 __anonb937da3d0c02(InsertPointTy CodeGenIP, Value *IndVar) createSections() argument
2421 __anonb937da3d0f02(InsertPointTy CodeGenIP, Value *IV) createCanonicalLoop() argument
4784 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
4787 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
4804 __anonb937da3d2802(InsertPointTy AllocaIP, InsertPointTy CodeGenIP) createTargetData() argument
4858 __anonb937da3d2902(InsertPointTy AllocaIP, InsertPointTy CodeGenIP) createTargetData() argument
4863 __anonb937da3d2a02(InsertPointTy AllocaIP, InsertPointTy CodeGenIP) createTargetData() argument
4891 __anonb937da3d2b02(InsertPointTy AllocaIP, InsertPointTy CodeGenIP) createTargetData() argument
5165 createTarget(const LocationDescription & Loc,InsertPointTy AllocaIP,InsertPointTy CodeGenIP,TargetRegionEntryInfo & EntryInfo,int32_t NumTeams,int32_t NumThreads,SmallVectorImpl<Value * > & Args,GenMapInfoCallbackTy GenMapInfoCB,OpenMPIRBuilder::TargetBodyGenCallbackTy CBFunc,OpenMPIRBuilder::TargetGenArgAccessorsCallbackTy ArgAccessorFuncCB) createTarget() argument
5372 emitNonContiguousDescriptor(InsertPointTy AllocaIP,InsertPointTy CodeGenIP,MapInfosTy & CombinedInfo,TargetDataInfo & Info) emitNonContiguousDescriptor() argument
5440 emitOffloadingArrays(InsertPointTy AllocaIP,InsertPointTy CodeGenIP,MapInfosTy & CombinedInfo,TargetDataInfo & Info,bool IsNonContiguous,function_ref<void (unsigned int,Value *)> DeviceAddrCB,function_ref<Value * (unsigned int)> CustomMapperCB) emitOffloadingArrays() argument
6292 InsertPointTy CodeGenIP(BodyBB, BodyBB->begin()); createTeams() local
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp1694 EmitOMPInlinedRegionBody(CodeGenFunction & CGF,const Stmt * RegionBodyStmt,InsertPointTy AllocaIP,InsertPointTy CodeGenIP,Twine RegionName) EmitOMPInlinedRegionBody() argument
1711 EmitOMPOutlinedRegionBody(CodeGenFunction & CGF,const Stmt * RegionBodyStmt,InsertPointTy AllocaIP,InsertPointTy CodeGenIP,Twine RegionName) EmitOMPOutlinedRegionBody() argument
1769 __anonb66eefd10b02(InsertPointTy AllocaIP, InsertPointTy CodeGenIP) EmitOMPParallelDirective() argument
2055 __anonb66eefd10f02(llvm::OpenMPIRBuilder::InsertPointTy CodeGenIP, llvm::Value *IndVar) EmitOMPCanonicalLoop() argument
4139 __anonb66eefd13e02(InsertPointTy AllocaIP, InsertPointTy CodeGenIP) EmitOMPSectionsDirective() argument
4147 __anonb66eefd13f02(InsertPointTy AllocaIP, InsertPointTy CodeGenIP) EmitOMPSectionsDirective() argument
4159 __anonb66eefd14002(InsertPointTy AllocaIP, InsertPointTy CodeGenIP, llvm::Value &, llvm::Value &Val, llvm::Value *&ReplVal) EmitOMPSectionsDirective() argument
4202 __anonb66eefd14202(InsertPointTy AllocaIP, InsertPointTy CodeGenIP) EmitOMPSectionDirective() argument
4283 __anonb66eefd14602(InsertPointTy AllocaIP, InsertPointTy CodeGenIP) EmitOMPMasterDirective() argument
4329 __anonb66eefd14902(InsertPointTy AllocaIP, InsertPointTy CodeGenIP) EmitOMPMaskedDirective() argument
4369 __anonb66eefd14b02(InsertPointTy AllocaIP, InsertPointTy CodeGenIP) EmitOMPCriticalDirective() argument
5320 __anonb66eefd16002(InsertPointTy AllocaIP, InsertPointTy CodeGenIP) EmitOMPTaskgroupDirective() argument
5898 __anonb66eefd16b02(InsertPointTy AllocaIP, InsertPointTy CodeGenIP) EmitOMPOrderedDirective() argument
[all...]
H A DCGOpenMPRuntime.cpp8832 InsertPointTy CodeGenIP(CGF.Builder.GetInsertBlock(), emitOffloadingArrays() local
10242 __anon5bd794cd4302(InsertPointTy CodeGenIP) emitTargetDataCalls() argument
10261 __anon5bd794cd4502(InsertPointTy CodeGenIP, BodyGenTy BodyGenType) emitTargetDataCalls() argument
10306 InsertPointTy CodeGenIP(CGF.Builder.GetInsertBlock(), emitTargetDataCalls() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp1076 auto BodyGenCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP) { in mergeParallelRegions() argument
1092 auto FiniCB = [&](InsertPointTy CodeGenIP) {}; in mergeParallelRegions() argument
1115 auto BodyGenCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP) { in mergeParallelRegions() argument
1124 auto FiniCB = [&](InsertPointTy CodeGenIP) {}; in mergeParallelRegions() argument
[all...]