Lines Matching defs:Name
92 /// \brief Get the name of the capture helper.
124 /// \brief Get the name of the capture helper.
181 /// \brief Get the name of the capture helper.
185 llvm_unreachable("No helper name for inlined OpenMP construct");
530 RTLFn = CGM.CreateRuntimeFunction(FnTy, /*Name*/ "__kmpc_cancel_barrier");
582 RTLFn = CGM.CreateRuntimeFunction(FnTy, /*Name=*/"__kmpc_master");
590 RTLFn = CGM.CreateRuntimeFunction(FnTy, /*Name=*/"__kmpc_end_master");
599 RTLFn = CGM.CreateRuntimeFunction(FnTy, /*Name=*/"__kmpc_omp_taskyield");
607 RTLFn = CGM.CreateRuntimeFunction(FnTy, /*Name=*/"__kmpc_single");
615 RTLFn = CGM.CreateRuntimeFunction(FnTy, /*Name=*/"__kmpc_end_single");
629 RTLFn = CGM.CreateRuntimeFunction(FnTy, /*Name=*/"__kmpc_omp_task_alloc");
639 RTLFn = CGM.CreateRuntimeFunction(FnTy, /*Name=*/"__kmpc_omp_task");
654 RTLFn = CGM.CreateRuntimeFunction(FnTy, /*Name=*/"__kmpc_copyprivate");
670 RTLFn = CGM.CreateRuntimeFunction(FnTy, /*Name=*/"__kmpc_reduce");
687 RTLFn = CGM.CreateRuntimeFunction(FnTy, /*Name=*/"__kmpc_reduce_nowait");
698 RTLFn = CGM.CreateRuntimeFunction(FnTy, /*Name=*/"__kmpc_end_reduce");
710 CGM.CreateRuntimeFunction(FnTy, /*Name=*/"__kmpc_end_reduce_nowait");
721 auto Name = IVSize == 32 ? (IVSigned ? "__kmpc_for_static_init_4"
740 return CGM.CreateRuntimeFunction(FnTy, Name);
747 auto Name =
762 return CGM.CreateRuntimeFunction(FnTy, Name);
769 auto Name =
785 return CGM.CreateRuntimeFunction(FnTy, Name);
965 auto ZeroAddr = CGF.CreateMemTemp(Int32Ty, /*Name*/ ".zero.addr");
992 auto ThreadIDTemp = CGF.CreateMemTemp(Int32Ty, /*Name*/ ".threadid_temp.");
1001 const llvm::Twine &Name) {
1004 Out << Name;
1020 llvm::Twine Name(".gomp_critical_user_", CriticalName);
1021 return getOrCreateInternalVariable(KmpCriticalNameTy, Name.concat(".var"));