Lines Matching refs:CodeGenIP

1485   InsertPointTy CodeGenIP(PRegBodyBB, PRegBodyBB->begin());  in createParallel()  local
1486 BodyGenCB(InnerAllocaIP, CodeGenIP); in createParallel()
2105 auto LoopBodyGenCB = [&](InsertPointTy CodeGenIP, Value *IndVar) { in createSections() argument
2106 Builder.restoreIP(CodeGenIP); in createSections()
2553 InsertPointTy CodeGenIP = in emitInterWarpCopyFunction() local
2555 Builder.restoreIP(CodeGenIP); in emitInterWarpCopyFunction()
2578 CodeGenIP = Builder.saveIP(); in emitInterWarpCopyFunction()
2585 Builder.restoreIP(CodeGenIP); in emitInterWarpCopyFunction()
3388 InsertPointTy CodeGenIP, ArrayRef<ReductionInfo> ReductionInfos, in createReductionsGPU() argument
3394 Builder.restoreIP(CodeGenIP); in createReductionsGPU()
3417 CodeGenIP = Builder.saveIP(); in createReductionsGPU()
3421 Builder.restoreIP(CodeGenIP); in createReductionsGPU()
3445 CodeGenIP = Builder.saveIP(); in createReductionsGPU()
3451 Builder.restoreIP(CodeGenIP); in createReductionsGPU()
3463 CodeGenIP = Builder.saveIP(); in createReductionsGPU()
3467 Builder.restoreIP(CodeGenIP); in createReductionsGPU()
3491 CodeGenIP = Builder.saveIP(); in createReductionsGPU()
3504 Builder.restoreIP(CodeGenIP); in createReductionsGPU()
3960 auto BodyGen = [=](InsertPointTy CodeGenIP, Value *IV) { in createCanonicalLoop() argument
3961 Builder.restoreIP(CodeGenIP); in createCanonicalLoop()
6341 InsertPointTy CodeGenIP, Value *DeviceID, Value *IfCond, in createTargetData() argument
6344 function_ref<InsertPointTy(InsertPointTy CodeGenIP, BodyGenTy BodyGenType)> in createTargetData() argument
6358 Builder.restoreIP(CodeGenIP); in createTargetData()
6364 auto BeginThenGen = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP) { in createTargetData() argument
6418 auto BeginElseGen = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP) { in createTargetData() argument
6423 auto EndThenGen = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP) { in createTargetData() argument
6451 auto EndElseGen = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP) {}; in createTargetData() argument
7120 InsertPointTy CodeGenIP, TargetRegionEntryInfo &EntryInfo, int32_t NumTeams, in createTarget() argument
7130 Builder.restoreIP(CodeGenIP); in createTarget()
7335 InsertPointTy CodeGenIP, in emitNonContiguousDescriptor() argument
7367 Builder.restoreIP(CodeGenIP); in emitNonContiguousDescriptor()
7390 Builder.restoreIP(CodeGenIP); in emitNonContiguousDescriptor()
7403 InsertPointTy AllocaIP, InsertPointTy CodeGenIP, MapInfosTy &CombinedInfo, in emitOffloadingArrays() argument
7458 Builder.restoreIP(CodeGenIP); in emitOffloadingArrays()
7477 Builder.restoreIP(CodeGenIP); in emitOffloadingArrays()
7487 Builder.restoreIP(CodeGenIP); in emitOffloadingArrays()
7541 CodeGenIP = Builder.saveIP(); in emitOffloadingArrays()
7544 Builder.restoreIP(CodeGenIP); in emitOffloadingArrays()
7588 emitNonContiguousDescriptor(AllocaIP, CodeGenIP, CombinedInfo, Info); in emitOffloadingArrays()
8257 InsertPointTy CodeGenIP(BodyBB, BodyBB->begin()); in createTeams() local
8258 BodyGenCB(AllocaIP, CodeGenIP); in createTeams()