Searched defs:EntryCall (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Frontend/OpenMP/ |
H A D | OMPIRBuilder.cpp | 1899 Instruction *EntryCall = Builder.CreateCall(EntryRTLFn, Args); in createMaster() local 1924 Instruction *EntryCall = Builder.CreateCall(EntryRTLFn, Args); in createMasked() local 3439 Instruction *EntryCall = Builder.CreateCall(EntryRTLFn, Args); in createSingle() local 3485 Instruction *EntryCall = Builder.CreateCall(RTFn, EnterArgs); in createCritical() local 3549 Instruction *EntryCall = nullptr; in createOrderedThreadsSimd() local 3572 Directive OMPD, Instruction *EntryCall, Instruction *ExitCall, in EmitOMPInlinedRegion() 3621 Directive OMPD, Value *EntryCall, BasicBlock *ExitBB, bool Conditional) { in emitCommonDirectiveEntry()
|