Searched refs:EntryRTLFn (Results 1 – 1 of 1) sorted by relevance
1809 Function *EntryRTLFn = getOrCreateRuntimeFunctionPtr(OMPRTL___kmpc_master); in createMaster() local1810 Instruction *EntryCall = Builder.CreateCall(EntryRTLFn, Args); in createMaster()1834 Function *EntryRTLFn = getOrCreateRuntimeFunctionPtr(OMPRTL___kmpc_masked); in createMasked() local1835 Instruction *EntryCall = Builder.CreateCall(EntryRTLFn, Args); in createMasked()3231 Function *EntryRTLFn = getOrCreateRuntimeFunctionPtr(OMPRTL___kmpc_single); in createSingle() local3232 Instruction *EntryCall = Builder.CreateCall(EntryRTLFn, Args); in createSingle()3351 Function *EntryRTLFn = getOrCreateRuntimeFunctionPtr(OMPRTL___kmpc_ordered); in createOrderedThreadsSimd() local3352 EntryCall = Builder.CreateCall(EntryRTLFn, Args); in createOrderedThreadsSimd()