Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp2039 class CommonActionTy final : public PrePostActionTy { class
2048 CommonActionTy(llvm::Value *EnterCallee, ArrayRef<llvm::Value *> EnterArgs, in CommonActionTy() function in __anondef231dd0811::CommonActionTy
2093 CommonActionTy Action( in emitCriticalRegion()
2112 CommonActionTy Action(createRuntimeFunction(OMPRTL__kmpc_master), Args, in emitMasterRegion()
2143 CommonActionTy Action(createRuntimeFunction(OMPRTL__kmpc_taskgroup), Args, in emitTaskgroupRegion()
2243 CommonActionTy Action(createRuntimeFunction(OMPRTL__kmpc_single), Args, in emitSingleRegion()
2304 CommonActionTy Action(createRuntimeFunction(OMPRTL__kmpc_ordered), Args, in emitOrderedRegion()
4041 CommonActionTy Action( in emitTaskCall()
4490 CommonActionTy Action( in emitReduction()
4609 CommonActionTy Action(nullptr, llvm::None, in emitReduction()
/external/llvm-project/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp2168 class CommonActionTy final : public PrePostActionTy { class
2177 CommonActionTy(llvm::FunctionCallee EnterCallee, in CommonActionTy() function in __anonbe229beb0d11::CommonActionTy
2223 CommonActionTy Action( in emitCriticalRegion()
2246 CommonActionTy Action(OMPBuilder.getOrCreateRuntimeFunction( in emitMasterRegion()
2288 CommonActionTy Action(OMPBuilder.getOrCreateRuntimeFunction( in emitTaskgroupRegion()
2398 CommonActionTy Action(OMPBuilder.getOrCreateRuntimeFunction( in emitSingleRegion()
2465 CommonActionTy Action(OMPBuilder.getOrCreateRuntimeFunction( in emitOrderedRegion()
5163 CommonActionTy Action(OMPBuilder.getOrCreateRuntimeFunction( in emitTaskCall()
5647 CommonActionTy Action( in emitReduction()
5773 CommonActionTy Action(nullptr, llvm::None, in emitReduction()