Home
last modified time | relevance | path

Searched defs:Kernel (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DOpenMPOpt.h21 using Kernel = Function *; variable
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUSubtarget.cpp240 static unsigned getReqdWorkGroupSize(const Function &Kernel, unsigned Dim) { in getReqdWorkGroupSize()
251 unsigned AMDGPUSubtarget::getMaxWorkitemID(const Function &Kernel, in getMaxWorkitemID()
269 Function *Kernel = I->getParent()->getParent(); in makeLIDRangeMetadata() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/
H A DMemorySanitizer.h31 bool Kernel; member
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVSubtarget.h41 enum SPIRVEnvType { Kernel, Shader, Unknown }; enumerator
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DGlobalDecl.h41 Kernel = 0, enumerator
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DCodeGen.h31 enum Model { Tiny, Small, Kernel, Medium, Large }; enumerator
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCUDANV.cpp55 llvm::Function *Kernel; // stub function to help launch kernel member
458 llvm::Value *Kernel = in emitDeviceStubBodyNew() local
H A DCGBuiltin.cpp5955 llvm::Value *Kernel = in EmitBuiltinExpr() local
6010 llvm::Value *Kernel = in EmitBuiltinExpr() local
6067 llvm::Value *Kernel = in EmitBuiltinExpr() local
6114 Value *Kernel = in EmitBuiltinExpr() local
6129 Value *Kernel = in EmitBuiltinExpr() local
6147 Value *Kernel = in EmitBuiltinExpr() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp4182 Function *Kernel = getAssociatedFunction(); in forceSingleThreadPerWorkgroupHelper() local
4258 Function *Kernel = getAnchorScope(); in changeToSPMDMode() local
4422 Function *Kernel = getAssociatedFunction(); in buildCustomStateMachine() local
4730 for (auto *Kernel : ReachingKernelEntries) { in updateImpl() local
5496 auto CreateKernelInfoCB = [&](Use &, Function &Kernel) { in registerAAs()
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp154 static const omp::GV &getGridValue(const Triple &T, Function *Kernel) { in getGridValue()
6345 Function *Kernel = DebugKernelWrapper; in createTargetInit() local
6487 Function *Kernel = Builder.GetInsertBlock()->getParent(); in createTargetDeinit() local
6506 static void updateNVPTXAttr(Function &Kernel, StringRef Name, int32_t Value, in updateNVPTXAttr()
6516 OpenMPIRBuilder::readThreadBoundsForKernel(const Triple &T, Function &Kernel) { in readThreadBoundsForKernel()
6542 Function &Kernel, int32_t LB, in writeThreadBoundsForKernel()
6556 OpenMPIRBuilder::readTeamBoundsForKernel(const Triple &, Function &Kernel) { in readTeamBoundsForKernel()
6561 void OpenMPIRBuilder::writeTeamsForKernel(const Triple &T, Function &Kernel, in writeTeamsForKernel()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DCOFF.h840 Kernel = 0x40000000, enumerator