Lines Matching refs:CreateMemTemp
1950 Address LocalAddr = CGF.CreateMemTemp(VarTy, Rec.second.FD->getName()); in emitGenericVarsProlog()
2215 Address Counter = CGF.CreateMemTemp(Int32Ty, "critical_counter"); in emitCriticalRegion()
2277 Address CastItem = CGF.CreateMemTemp(CastTy); in castValueToType()
2471 CGF.CreateMemTemp(Private->getType(), ".omp.reduction.element");
2530 CGF.CreateMemTemp(Private->getType(), ".omp.reduction.element");
2732 CntAddr = CGF.CreateMemTemp(C.IntTy, ".cnt.addr"); in emitInterWarpCopyFunction()
2994 CGF.CreateMemTemp(ReductionArrayTy, ".omp.reduction.remote_reduce_list"); in emitShuffleAndReduceFunction()
3246 CGF.CreateMemTemp(ReductionArrayTy, ".omp.reduction.red_list"); in emitListToGlobalReduceFunction()
3452 CGF.CreateMemTemp(ReductionArrayTy, ".omp.reduction.red_list"); in emitGlobalToListReduceFunction()
3784 CGF.CreateMemTemp(ReductionArrayTy, ".omp.reduction.red_list"); in emitReduction()
3985 Address NativeParamAddr = CGF.CreateMemTemp(NativeParamType); in getParameterAddress()