Home
last modified time | relevance | path

Searched refs:CommonActionTy (Results 1 – 1 of 1) 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 __anon50ddb8e60811::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()