Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DInputInfo.h81 void setAction(const Action *A) { Act = A; } in setAction() function
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegacyLegalizerInfo.h154 void setAction(const InstrAspect &Aspect, in setAction() function
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp738 CodeGen.setAction(Action); in emitNonSPMDKernel()
839 CodeGen.setAction(Action); in emitSPMDKernel()
1033 CodeGen.setAction(Action); in emitTeamsOutlinedFunction()
H A DCGOpenMPRuntime.cpp1303 CodeGen.setAction(Action); in emitTaskOutlinedFunction()
2034 CriticalOpGen.setAction(Action); in emitCriticalRegion()
2056 MasterOpGen.setAction(Action); in emitMasterRegion()
2085 MaskedOpGen.setAction(Action); in emitMaskedRegion()
2126 TaskgroupOpGen.setAction(Action); in emitTaskgroupRegion()
2240 SingleOpGen.setAction(Action); in emitSingleRegion()
2305 OrderedOpGen.setAction(Action); in emitOrderedRegion()
4621 RCG.setAction(Action); in emitTaskCall()
5103 RCG.setAction(Action); in emitReduction()
5224 AtomicRCG.setAction(Action); in emitReduction()
[all …]
H A DCGOpenMPRuntime.h89 void setAction(PrePostActionTy &Action) const { PrePostAction = &Action; } in setAction() function
H A DCGStmtOpenMP.cpp7451 PrivRCG.setAction(Action); in EmitOMPTargetDataDirective()
7481 RCG.setAction(PrivAction); in EmitOMPTargetDataDirective()