Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DOpenMPOpt.h
H A DAttributor.h1299 bool isKernel(const Function &F) {
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVSubtarget.h95 bool isKernel() const { return getEnv() == Kernel; } in isKernel() function
H A DSPIRVAsmPrinter.cpp552 if (ST->isKernel() && !M.getNamedMetadata("spirv.ExecutionMode") && in outputExecutionMode()
H A DSPIRVCallLowering.cpp270 if (STI.isKernel()) in getExecutionModel()
H A DSPIRVModuleAnalysis.cpp1987 if (ST.isKernel()) in isFastMathMathModeAvailable()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUMemoryUtils.cpp128 return AMDGPU::isKernel(F->getCallingConv()); in isKernelLDS()
H A DAMDGPUSubtarget.cpp337 assert(AMDGPU::isKernel(F.getCallingConv())); in getImplicitArgNumBytes()
H A DAMDGPUCallLowering.cpp370 (IsShader && MFI->returnsVoid()) || AMDGPU::isKernel(CC); in lowerReturn()
H A DAMDGPUAsmPrinter.cpp1066 } else if (isKernel(F.getCallingConv()) && in getSIProgramInfo()
H A DSIISelLowering.cpp2926 bool IsKernel = AMDGPU::isKernel(CallConv); in LowerFormalArguments()
3286 if (AMDGPU::isKernel(CallConv)) { in LowerReturn()
9030 if (!AMDGPU::isKernel(MF.getFunction().getCallingConv())) { in LowerINTRINSIC_WO_CHAIN()
H A DAMDGPULegalizerInfo.cpp7440 if (!AMDGPU::isKernel(B.getMF().getFunction().getCallingConv())) { in legalizeIntrinsic()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.h1471 constexpr inline bool isKernel(CallingConv::ID CC) { in isKernel() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributor.cpp683 !GoBackwardsCB(*FromI.getFunction()) && A.getInfoCache().isKernel(ToFn) && in isPotentiallyReachable()
684 A.getInfoCache().isKernel(*FromI.getFunction())) { in isPotentiallyReachable()
H A DAttributorAttributes.cpp1176 bool InstInKernel = A.getInfoCache().isKernel(Scope); in forallInterferingAccesses()
1210 ObjHasKernelLifetime = A.getInfoCache().isKernel(*AIFn); in forallInterferingAccesses()
1223 return !A.getInfoCache().isKernel(Fn); in forallInterferingAccesses()
1238 A.getInfoCache().isKernel(*AccScope)) in forallInterferingAccesses()