Searched refs:IsOffloadEntry (Results 1 – 6 of 6) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGOpenMPRuntimeNVPTX.cpp | 310 bool IsOffloadEntry, const RegionCodeGenTy &CodeGen) { in emitTargetOutlinedFunction() argument 311 if (!IsOffloadEntry) // Nothing to do. in emitTargetOutlinedFunction() 337 IsOffloadEntry, CodeGen); in emitTargetOutlinedFunction()
|
D | CGOpenMPRuntimeNVPTX.h | 134 bool IsOffloadEntry,
|
D | CGOpenMPRuntime.h | 130 bool IsOffloadEntry, 937 bool IsOffloadEntry,
|
D | CGStmtOpenMP.cpp | 3246 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()
|
D | CGOpenMPRuntime.cpp | 4780 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()
|
D | CodeGenFunction.h | 2518 bool IsOffloadEntry);
|