Home
last modified time | relevance | path

Searched defs:Kernel (Results 1 – 10 of 10) 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/include/llvm/Transforms/Instrumentation/
H A DMemorySanitizer.h30 bool Kernel; member
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUSubtarget.cpp489 static unsigned getReqdWorkGroupSize(const Function &Kernel, unsigned Dim) { in getReqdWorkGroupSize()
500 unsigned AMDGPUSubtarget::getMaxWorkitemID(const Function &Kernel, in getMaxWorkitemID()
518 Function *Kernel = I->getParent()->getParent(); in makeLIDRangeMetadata() local
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DGlobalDecl.h40 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.cpp50 llvm::Function *Kernel; // stub function to help launch kernel member
396 llvm::Value *Kernel = in emitDeviceStubBodyNew() local
H A DCGBuiltin.cpp5747 llvm::Value *Kernel = in EmitBuiltinExpr() local
5802 llvm::Value *Kernel = in EmitBuiltinExpr() local
5860 llvm::Value *Kernel = in EmitBuiltinExpr() local
5911 Value *Kernel = in EmitBuiltinExpr() local
5926 Value *Kernel = in EmitBuiltinExpr() local
5944 Value *Kernel = in EmitBuiltinExpr() local
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp151 static const omp::GV &getGridValue(const Triple &T, Function *Kernel) { in getGridValue()
6016 Function *Kernel = Builder.GetInsertBlock()->getParent(); in createTargetInit() local
6145 Function *Kernel = Builder.GetInsertBlock()->getParent(); in createTargetDeinit() local
6164 static MDNode *getNVPTXMDNode(Function &Kernel, StringRef Name) { in getNVPTXMDNode()
6181 static void updateNVPTXMetadata(Function &Kernel, StringRef Name, int32_t Value, in updateNVPTXMetadata()
6206 OpenMPIRBuilder::readThreadBoundsForKernel(const Triple &T, Function &Kernel) { in readThreadBoundsForKernel()
6233 Function &Kernel, int32_t LB, in writeThreadBoundsForKernel()
6247 OpenMPIRBuilder::readTeamBoundsForKernel(const Triple &, Function &Kernel) { in readTeamBoundsForKernel()
6252 void OpenMPIRBuilder::writeTeamsForKernel(const Triple &T, Function &Kernel, in writeTeamsForKernel()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp4174 Function *Kernel = getAssociatedFunction(); in forceSingleThreadPerWorkgroupHelper() local
4256 Function *Kernel = getAnchorScope(); in changeToSPMDMode() local
4420 Function *Kernel = getAssociatedFunction(); in buildCustomStateMachine() local
4728 for (auto *Kernel : ReachingKernelEntries) { in updateImpl() local
5495 auto CreateKernelInfoCB = [&](Use &, Function &Kernel) { in registerAAs()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DCOFF.h806 Kernel = 0x40000000, enumerator