Home
last modified time | relevance | path

Searched refs:EntryRTLFn (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp1809 Function *EntryRTLFn = getOrCreateRuntimeFunctionPtr(OMPRTL___kmpc_master); in createMaster() local
1810 Instruction *EntryCall = Builder.CreateCall(EntryRTLFn, Args); in createMaster()
1834 Function *EntryRTLFn = getOrCreateRuntimeFunctionPtr(OMPRTL___kmpc_masked); in createMasked() local
1835 Instruction *EntryCall = Builder.CreateCall(EntryRTLFn, Args); in createMasked()
3231 Function *EntryRTLFn = getOrCreateRuntimeFunctionPtr(OMPRTL___kmpc_single); in createSingle() local
3232 Instruction *EntryCall = Builder.CreateCall(EntryRTLFn, Args); in createSingle()
3351 Function *EntryRTLFn = getOrCreateRuntimeFunctionPtr(OMPRTL___kmpc_ordered); in createOrderedThreadsSimd() local
3352 EntryCall = Builder.CreateCall(EntryRTLFn, Args); in createOrderedThreadsSimd()