Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMLegalizerInfo.cpp124 LegacyInfo.setAction({Op, s32}, LegacyLegalizeActions::Lower); in ARMLegalizerInfo()
126 LegacyInfo.setAction({Op, s32}, LegacyLegalizeActions::Custom); in ARMLegalizerInfo()
128 LegacyInfo.setAction({Op, s32}, LegacyLegalizeActions::Libcall); in ARMLegalizerInfo()
203 LegacyInfo.setAction({G_FNEG, Ty}, LegacyLegalizeActions::Lower); in ARMLegalizerInfo()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Driver/
H A DInputInfo.h81 void setAction(const Action *A) { Act = A; } in setAction() function
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegacyLegalizerInfo.h154 void setAction(const InstrAspect &Aspect, in setAction() function
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp1301 CodeGen.setAction(Action); in emitTaskOutlinedFunction()
2031 CriticalOpGen.setAction(Action); in emitCriticalRegion()
2053 MasterOpGen.setAction(Action); in emitMasterRegion()
2082 MaskedOpGen.setAction(Action); in emitMaskedRegion()
2123 TaskgroupOpGen.setAction(Action); in emitTaskgroupRegion()
2237 SingleOpGen.setAction(Action); in emitSingleRegion()
2302 OrderedOpGen.setAction(Action); in emitOrderedRegion()
4602 RCG.setAction(Action); in emitTaskCall()
5087 RCG.setAction(Action); in emitReduction()
5208 AtomicRCG.setAction(Action); in emitReduction()
[all …]
H A DCGOpenMPRuntimeGPU.cpp758 CodeGen.setAction(Action); in emitNonSPMDKernel()
859 CodeGen.setAction(Action); in emitSPMDKernel()
1053 CodeGen.setAction(Action); in emitTeamsOutlinedFunction()
H A DCGOpenMPRuntime.h89 void setAction(PrePostActionTy &Action) const { PrePostAction = &Action; } in setAction() function
H A DCGStmtOpenMP.cpp7379 PrivRCG.setAction(Action); in EmitOMPTargetDataDirective()
7409 RCG.setAction(PrivAction); in EmitOMPTargetDataDirective()