Lines Matching refs:CreateMemTemp
1951 Address LocalAddr = CGF.CreateMemTemp(VarTy, Rec.second.FD->getName()); in emitGenericVarsProlog()
2388 Address Counter = CGF.CreateMemTemp(Int32Ty, "critical_counter"); in emitCriticalRegion()
2450 Address CastItem = CGF.CreateMemTemp(CastTy); in castValueToType()
2644 CGF.CreateMemTemp(Private->getType(), ".omp.reduction.element");
2703 CGF.CreateMemTemp(Private->getType(), ".omp.reduction.element");
2905 CntAddr = CGF.CreateMemTemp(C.IntTy, ".cnt.addr"); in emitInterWarpCopyFunction()
3171 CGF.CreateMemTemp(ReductionArrayTy, ".omp.reduction.remote_reduce_list"); in emitShuffleAndReduceFunction()
3422 CGF.CreateMemTemp(ReductionArrayTy, ".omp.reduction.red_list"); in emitListToGlobalReduceFunction()
3626 CGF.CreateMemTemp(ReductionArrayTy, ".omp.reduction.red_list"); in emitGlobalToListReduceFunction()
3957 CGF.CreateMemTemp(ReductionArrayTy, ".omp.reduction.red_list"); in emitReduction()
4158 Address NativeParamAddr = CGF.CreateMemTemp(NativeParamType); in getParameterAddress()