HomeSort by relevance Sort by last modified time
    Searched refs:createRuntimeFunction (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/CodeGen/
CGOpenMPRuntime.cpp 425 CGF.EmitRuntimeCall(createRuntimeFunction(OMPRTL__kmpc_global_thread_num),
447 CGOpenMPRuntime::createRuntimeFunction(OpenMPRTLFunction Function) {
457 RTLFn = CGM.CreateRuntimeFunction(FnTy, "__kmpc_fork_call");
465 RTLFn = CGM.CreateRuntimeFunction(FnTy, "__kmpc_global_thread_num");
476 RTLFn = CGM.CreateRuntimeFunction(FnTy, "__kmpc_threadprivate_cached");
487 RTLFn = CGM.CreateRuntimeFunction(FnTy, "__kmpc_critical");
510 RTLFn = CGM.CreateRuntimeFunction(FnTy, "__kmpc_threadprivate_register");
521 RTLFn = CGM.CreateRuntimeFunction(FnTy, "__kmpc_end_critical");
530 RTLFn = CGM.CreateRuntimeFunction(FnTy, /*Name*/ "__kmpc_cancel_barrier");
538 RTLFn = CGM.CreateRuntimeFunction(FnTy, "__kmpc_for_static_fini")
    [all...]
CGOpenMPRuntime.h 241 llvm::Constant *createRuntimeFunction(OpenMPRTLFunction Function);

Completed in 73 milliseconds