Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp2229 Function *EntryRTLFn = getOrCreateRuntimeFunctionPtr(OMPRTL___kmpc_master); in createMaster() local
2230 Instruction *EntryCall = Builder.CreateCall(EntryRTLFn, Args); in createMaster()
2254 Function *EntryRTLFn = getOrCreateRuntimeFunctionPtr(OMPRTL___kmpc_masked); in createMasked() local
2255 Instruction *EntryCall = Builder.CreateCall(EntryRTLFn, Args); in createMasked()
4013 Function *EntryRTLFn = getOrCreateRuntimeFunctionPtr(OMPRTL___kmpc_single); in createSingle() local
4014 Instruction *EntryCall = Builder.CreateCall(EntryRTLFn, Args); in createSingle()
4134 Function *EntryRTLFn = getOrCreateRuntimeFunctionPtr(OMPRTL___kmpc_ordered); in createOrderedThreadsSimd() local
4135 EntryCall = Builder.CreateCall(EntryRTLFn, Args); in createOrderedThreadsSimd()