Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AMDGPU/
DAMDGPUMachineFunction.cpp15 IsKernel(MF.getFunction()->getCallingConv() == llvm::CallingConv::AMDGPU_KERNEL || in AMDGPUMachineFunction()
22 return IsKernel; in isKernel()
DAMDGPUMachineFunction.h50 bool IsKernel; variable
DSILowerControlFlow.cpp832 if (NeedFlat && MFI->IsKernel) { in runOnMachineFunction()
/external/tensorflow/tensorflow/core/profiler/utils/
Dgpu_event_stats.h33 bool IsKernel() const { return !kernel_details.empty(); } in IsKernel() function
Dderived_timeline.cc256 if (!stats.IsKernel()) continue; in DeriveEventsFromAnnotations()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/
DSIMachineFunctionInfo.cpp72 const bool IsKernel = CC == CallingConv::AMDGPU_KERNEL || in SIMachineFunctionInfo() local
75 if (IsKernel) { in SIMachineFunctionInfo()
123 if (IsKernel || !F.hasFnAttribute("amdgpu-no-workgroup-id-x")) in SIMachineFunctionInfo()
132 if (IsKernel || !F.hasFnAttribute("amdgpu-no-workitem-id-x")) in SIMachineFunctionInfo()
152 if (!IsKernel && !F.hasFnAttribute("amdgpu-no-lds-kernel-id")) in SIMachineFunctionInfo()
DSIISelLowering.cpp2407 bool IsKernel = AMDGPU::isKernel(CallConv); in LowerFormalArguments() local
2456 } else if (IsKernel) { in LowerFormalArguments()
2470 if (IsKernel) { in LowerFormalArguments()
/external/tensorflow/tensorflow/core/profiler/convert/
Dxplane_to_kernel_stats_db.cc49 if (!stats.IsKernel()) return; in ConvertDeviceTraceXPlaneToKernelReports()
Dxplane_to_step_stats.cc150 if (stats.IsKernel()) { in ConvertGpuXSpaceToStepStats()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/IPO/
DOpenMPOpt.cpp2926 bool IsKernel = OMPInfoCache.Kernels.count(F); in updateImpl() local
2935 bool AlignedBarrierLastInBlock = IsEntryBB && IsKernel; in updateImpl()
3084 if (IsKernel) in updateImpl()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIISelLowering.cpp2052 bool IsKernel = AMDGPU::isKernel(CallConv); in LowerFormalArguments() local
2104 } else if (IsKernel) { in LowerFormalArguments()
2115 if (IsKernel) { in LowerFormalArguments()