Home
last modified time | relevance | path

Searched defs:isKernel (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/llvm/lib/Target/AMDGPU/
H A DAMDGPUMachineFunction.cpp20 bool AMDGPUMachineFunction::isKernel() const in isKernel() function in AMDGPUMachineFunction
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.h541 inline bool isKernel(CallingConv::ID CC) { in isKernel() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.h1089 inline bool isKernel(CallingConv::ID CC) { in isKernel() function
/aosp_15_r20/cts/hostsidetests/security/src/android/security/cts/
H A DSELinuxHostTest.java1574 public boolean isKernel() { in isKernel() method in SELinuxHostTest.ProcessDetails
/aosp_15_r20/external/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp2081 bool isKernel = llvm::isKernelFunction(*F); in LowerFormalArguments() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp1837 bool isKernel(Function &F) { return OMPInfoCache.Kernels.count(&F); } in isKernel() function