Home
last modified time | relevance | path

Searched refs:IsOffloadEntry (Results 1 – 11 of 11) sorted by relevance

/external/llvm-project/clang/lib/CodeGen/
DCGOpenMPRuntimeGPU.h113 llvm::Constant *&OutlinedFnID, bool IsOffloadEntry,
129 llvm::Constant *&OutlinedFnID, bool IsOffloadEntry,
145 bool IsOffloadEntry,
DCGOpenMPRuntime.h335 bool IsOffloadEntry,
1547 bool IsOffloadEntry,
2378 bool IsOffloadEntry,
DCGOpenMPRuntimeGPU.cpp1066 bool IsOffloadEntry, in emitNonSPMDKernel() argument
1111 IsOffloadEntry, CodeGen); in emitNonSPMDKernel()
1200 bool IsOffloadEntry, in emitSPMDKernel() argument
1243 IsOffloadEntry, CodeGen); in emitSPMDKernel()
1473 bool IsOffloadEntry, const RegionCodeGenTy &CodeGen) { in emitTargetOutlinedFunction() argument
1474 if (!IsOffloadEntry) // Nothing to do. in emitTargetOutlinedFunction()
1481 emitSPMDKernel(D, ParentName, OutlinedFn, OutlinedFnID, IsOffloadEntry, in emitTargetOutlinedFunction()
1484 emitNonSPMDKernel(D, ParentName, OutlinedFn, OutlinedFnID, IsOffloadEntry, in emitTargetOutlinedFunction()
DCGStmtOpenMP.cpp5504 bool IsOffloadEntry = true; in emitCommonOMPTargetDirective() local
5508 IsOffloadEntry = false; in emitCommonOMPTargetDirective()
5511 IsOffloadEntry = false; in emitCommonOMPTargetDirective()
5527 IsOffloadEntry, CodeGen); in emitCommonOMPTargetDirective()
5530 [IsOffloadEntry](CodeGenFunction &CGF, in emitCommonOMPTargetDirective()
5532 if (IsOffloadEntry) { in emitCommonOMPTargetDirective()
DCGOpenMPRuntime.cpp6352 bool IsOffloadEntry, const RegionCodeGenTy &CodeGen) { in emitTargetOutlinedFunction() argument
6367 IsOffloadEntry, CodeGen); in emitTargetOutlinedFunction()
6424 bool IsOffloadEntry, const RegionCodeGenTy &CodeGen) { in emitTargetOutlinedFunctionHelper() argument
6456 if (!IsOffloadEntry) in emitTargetOutlinedFunctionHelper()
12641 bool IsOffloadEntry, const RegionCodeGenTy &CodeGen) { in emitTargetOutlinedFunction() argument
/external/clang/lib/CodeGen/
DCGOpenMPRuntimeNVPTX.cpp310 bool IsOffloadEntry, const RegionCodeGenTy &CodeGen) { in emitTargetOutlinedFunction() argument
311 if (!IsOffloadEntry) // Nothing to do. in emitTargetOutlinedFunction()
337 IsOffloadEntry, CodeGen); in emitTargetOutlinedFunction()
DCGOpenMPRuntimeNVPTX.h134 bool IsOffloadEntry,
DCGOpenMPRuntime.h130 bool IsOffloadEntry,
937 bool IsOffloadEntry,
DCGStmtOpenMP.cpp3246 bool IsOffloadEntry) { in EmitOMPTargetDirectiveOutlinedFunction() argument
3260 S, ParentName, OutlinedFn, OutlinedFnID, IsOffloadEntry, CodeGen); in EmitOMPTargetDirectiveOutlinedFunction()
3289 bool IsOffloadEntry = true; in EmitOMPTargetDirective() local
3293 IsOffloadEntry = false; in EmitOMPTargetDirective()
3296 IsOffloadEntry = false; in EmitOMPTargetDirective()
3311 CGM, S, ParentName, IsOffloadEntry); in EmitOMPTargetDirective()
DCGOpenMPRuntime.cpp4780 bool IsOffloadEntry, const RegionCodeGenTy &CodeGen) { in emitTargetOutlinedFunction() argument
4784 IsOffloadEntry, CodeGen); in emitTargetOutlinedFunction()
4790 bool IsOffloadEntry, const RegionCodeGenTy &CodeGen) { in emitTargetOutlinedFunctionHelper() argument
4822 if (!IsOffloadEntry) in emitTargetOutlinedFunctionHelper()
DCodeGenFunction.h2518 bool IsOffloadEntry);