Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:FnTy

527     llvm::FunctionType *FnTy =
529 RTLFn = CGM.CreateRuntimeFunction(FnTy, "__kmpc_fork_call");
535 llvm::FunctionType *FnTy =
537 RTLFn = CGM.CreateRuntimeFunction(FnTy, "__kmpc_global_thread_num");
546 llvm::FunctionType *FnTy =
548 RTLFn = CGM.CreateRuntimeFunction(FnTy, "__kmpc_threadprivate_cached");
557 llvm::FunctionType *FnTy =
559 RTLFn = CGM.CreateRuntimeFunction(FnTy, "__kmpc_critical");
568 llvm::FunctionType *FnTy =
570 RTLFn = CGM.CreateRuntimeFunction(FnTy, "__kmpc_critical_with_hint");
591 auto FnTy = llvm::FunctionType::get(CGM.VoidTy, FnTyArgs,
593 RTLFn = CGM.CreateRuntimeFunction(FnTy, "__kmpc_threadprivate_register");
602 llvm::FunctionType *FnTy =
604 RTLFn = CGM.CreateRuntimeFunction(FnTy, "__kmpc_end_critical");
611 llvm::FunctionType *FnTy =
613 RTLFn = CGM.CreateRuntimeFunction(FnTy, /*Name*/ "__kmpc_cancel_barrier");
619 llvm::FunctionType *FnTy =
621 RTLFn = CGM.CreateRuntimeFunction(FnTy, /*Name*/ "__kmpc_barrier");
627 llvm::FunctionType *FnTy =
629 RTLFn = CGM.CreateRuntimeFunction(FnTy, "__kmpc_for_static_fini");
637 llvm::FunctionType *FnTy =
639 RTLFn = CGM.CreateRuntimeFunction(FnTy, "__kmpc_push_num_threads");
646 llvm::FunctionType *FnTy =
648 RTLFn = CGM.CreateRuntimeFunction(FnTy, "__kmpc_serialized_parallel");
655 llvm::FunctionType *FnTy =
657 RTLFn = CGM.CreateRuntimeFunction(FnTy, "__kmpc_end_serialized_parallel");
663 llvm::FunctionType *FnTy =
665 RTLFn = CGM.CreateRuntimeFunction(FnTy, "__kmpc_flush");
671 llvm::FunctionType *FnTy =
673 RTLFn = CGM.CreateRuntimeFunction(FnTy, /*Name=*/"__kmpc_master");
679 llvm::FunctionType *FnTy =
681 RTLFn = CGM.CreateRuntimeFunction(FnTy, /*Name=*/"__kmpc_end_master");
688 llvm::FunctionType *FnTy =
690 RTLFn = CGM.CreateRuntimeFunction(FnTy, /*Name=*/"__kmpc_omp_taskyield");
696 llvm::FunctionType *FnTy =
698 RTLFn = CGM.CreateRuntimeFunction(FnTy, /*Name=*/"__kmpc_single");
704 llvm::FunctionType *FnTy =
706 RTLFn = CGM.CreateRuntimeFunction(FnTy, /*Name=*/"__kmpc_end_single");
718 llvm::FunctionType *FnTy =
720 RTLFn = CGM.CreateRuntimeFunction(FnTy, /*Name=*/"__kmpc_omp_task_alloc");
728 llvm::FunctionType *FnTy =
730 RTLFn = CGM.CreateRuntimeFunction(FnTy, /*Name=*/"__kmpc_omp_task");
743 llvm::FunctionType *FnTy =
745 RTLFn = CGM.CreateRuntimeFunction(FnTy, /*Name=*/"__kmpc_copyprivate");
759 llvm::FunctionType *FnTy =
761 RTLFn = CGM.CreateRuntimeFunction(FnTy, /*Name=*/"__kmpc_reduce");
776 llvm::FunctionType *FnTy =
778 RTLFn = CGM.CreateRuntimeFunction(FnTy, /*Name=*/"__kmpc_reduce_nowait");
787 llvm::FunctionType *FnTy =
789 RTLFn = CGM.CreateRuntimeFunction(FnTy, /*Name=*/"__kmpc_end_reduce");
798 llvm::FunctionType *FnTy =
801 CGM.CreateRuntimeFunction(FnTy, /*Name=*/"__kmpc_end_reduce_nowait");
809 llvm::FunctionType *FnTy =
812 CGM.CreateRuntimeFunction(FnTy, /*Name=*/"__kmpc_omp_task_begin_if0");
820 llvm::FunctionType *FnTy =
822 RTLFn = CGM.CreateRuntimeFunction(FnTy,
829 llvm::FunctionType *FnTy =
831 RTLFn = CGM.CreateRuntimeFunction(FnTy, "__kmpc_ordered");
837 llvm::FunctionType *FnTy =
839 RTLFn = CGM.CreateRuntimeFunction(FnTy, "__kmpc_end_ordered");
845 llvm::FunctionType *FnTy =
847 RTLFn = CGM.CreateRuntimeFunction(FnTy, "__kmpc_omp_taskwait");
853 llvm::FunctionType *FnTy =
855 RTLFn = CGM.CreateRuntimeFunction(FnTy, "__kmpc_taskgroup");
861 llvm::FunctionType *FnTy =
863 RTLFn = CGM.CreateRuntimeFunction(FnTy, "__kmpc_end_taskgroup");
870 llvm::FunctionType *FnTy =
872 RTLFn = CGM.CreateRuntimeFunction(FnTy, "__kmpc_push_proc_bind");
882 llvm::FunctionType *FnTy =
885 CGM.CreateRuntimeFunction(FnTy, /*Name=*/"__kmpc_omp_task_with_deps");
895 llvm::FunctionType *FnTy =
897 RTLFn = CGM.CreateRuntimeFunction(FnTy, /*Name=*/"__kmpc_omp_wait_deps");
904 llvm::FunctionType *FnTy =
906 RTLFn = CGM.CreateRuntimeFunction(FnTy, "__kmpc_cancellationpoint");
913 llvm::FunctionType *FnTy =
915 RTLFn = CGM.CreateRuntimeFunction(FnTy, "__kmpc_cancel");
929 llvm::FunctionType *FnTy =
931 RTLFn = CGM.CreateRuntimeFunction(FnTy, "__tgt_target");
979 llvm::FunctionType *FnTy =
981 return CGM.CreateRuntimeFunction(FnTy, Name);
1001 llvm::FunctionType *FnTy =
1003 return CGM.CreateRuntimeFunction(FnTy, Name);
1018 llvm::FunctionType *FnTy =
1020 return CGM.CreateRuntimeFunction(FnTy, Name);
1041 llvm::FunctionType *FnTy =
1043 return CGM.CreateRuntimeFunction(FnTy, Name);