Home
last modified time | relevance | path

Searched refs:isKernel (Results 1 – 14 of 14) sorted by relevance

/llvm-project-15.0.7/mlir/test/lib/Dialect/SPIRV/
H A DTestEntryPointAbi.cpp56 if (!gpu::GPUDialect::isKernel(gpuFunc) || gpuFunc->getAttr(attrName)) in runOnOperation()
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPUPropagateAttributes.cpp212 if (AMDGPU::isKernel(F.getCallingConv())) in process()
382 if (!AMDGPU::isKernel(F.getCallingConv())) in runOnFunction()
H A DAMDGPULowerModuleLDSPass.cpp213 if (!AMDGPU::isKernel(F.getCallingConv())) in runOnModule()
H A DAMDGPUSubtarget.cpp511 assert(AMDGPU::isKernel(F.getCallingConv())); in getImplicitArgNumBytes()
H A DAMDGPUCallLowering.cpp361 (IsShader && MFI->returnsVoid()) || AMDGPU::isKernel(CC); in lowerReturn()
H A DSIISelLowering.cpp2366 bool IsKernel = AMDGPU::isKernel(CallConv); in LowerFormalArguments()
2607 if (AMDGPU::isKernel(CallConv)) { in LowerReturn()
6816 if (!AMDGPU::isKernel(MF.getFunction().getCallingConv())) { in LowerINTRINSIC_WO_CHAIN()
H A DAMDGPULegalizerInfo.cpp5639 if (!AMDGPU::isKernel(B.getMF().getFunction().getCallingConv())) { in legalizeIntrinsic()
/llvm-project-15.0.7/mlir/include/mlir/Dialect/GPU/IR/
H A DGPUBase.td40 static bool isKernel(Operation *op);
H A DGPUOps.td259 bool isKernel() {
/llvm-project-15.0.7/mlir/lib/Dialect/GPU/IR/
H A DGPUDialect.cpp100 bool GPUDialect::isKernel(Operation *op) { in isKernel() function in GPUDialect
959 if (isKernel()) in print()
976 if (isKernel() && getFunctionType().getNumResults() != 0) in verifyType()
/llvm-project-15.0.7/mlir/lib/Conversion/GPUToSPIRV/
H A DGPUToSPIRV.cpp265 if (!gpu::GPUDialect::isKernel(funcOp)) in matchAndRewrite()
/llvm-project-15.0.7/mlir/lib/Conversion/GPUCommon/
H A DGPUOpsLowering.cpp67 if (gpuFuncOp.isKernel()) in matchAndRewrite()
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.h811 inline bool isKernel(CallingConv::ID CC) { in isKernel() function
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp1886 if (isKernel(F)) { in deduplicateRuntimeCalls()
2007 bool isKernel(Function &F) { return OMPInfoCache.Kernels.count(&F); } in isKernel() function
2163 if (isKernel(F)) { in getUniqueKernelFor()