Searched defs:Kernel (Results 1 – 10 of 10) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/ |
| H A D | OpenMPOpt.h | 21 using Kernel = Function *; variable
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/ |
| H A D | MemorySanitizer.h | 30 bool Kernel; member
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUSubtarget.cpp | 470 static unsigned getReqdWorkGroupSize(const Function &Kernel, unsigned Dim) { in getReqdWorkGroupSize() 481 unsigned AMDGPUSubtarget::getMaxWorkitemID(const Function &Kernel, in getMaxWorkitemID() 499 Function *Kernel = I->getParent()->getParent(); in makeLIDRangeMetadata() local
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | GlobalDecl.h | 40 Kernel = 0, enumerator
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | CodeGen.h | 31 enum Model { Tiny, Small, Kernel, Medium, Large }; enumerator
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGCUDANV.cpp | 50 llvm::Function *Kernel; // stub function to help launch kernel member 401 llvm::Value *Kernel = in emitDeviceStubBodyNew() local
|
| H A D | CGBuiltin.cpp | 5486 llvm::Value *Kernel = in EmitBuiltinExpr() local 5541 llvm::Value *Kernel = in EmitBuiltinExpr() local 5598 llvm::Value *Kernel = in EmitBuiltinExpr() local 5649 Value *Kernel = in EmitBuiltinExpr() local 5664 Value *Kernel = in EmitBuiltinExpr() local 5682 Value *Kernel = in EmitBuiltinExpr() local
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.cpp | 148 static const omp::GV &getGridValue(const Triple &T, Function *Kernel) { in getGridValue() 4461 Function *Kernel = Builder.GetInsertBlock()->getParent(); in createTargetInit() local 4589 Function *Kernel = Builder.GetInsertBlock()->getParent(); in createTargetDeinit() local 4608 static MDNode *getNVPTXMDNode(Function &Kernel, StringRef Name) { in getNVPTXMDNode() 4625 static void updateNVPTXMetadata(Function &Kernel, StringRef Name, int32_t Value, in updateNVPTXMetadata() 4650 OpenMPIRBuilder::readThreadBoundsForKernel(const Triple &T, Function &Kernel) { in readThreadBoundsForKernel() 4677 Function &Kernel, int32_t LB, in writeThreadBoundsForKernel() 4691 OpenMPIRBuilder::readTeamBoundsForKernel(const Triple &, Function &Kernel) { in readTeamBoundsForKernel() 4696 void OpenMPIRBuilder::writeTeamsForKernel(const Triple &T, Function &Kernel, in writeTeamsForKernel()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | OpenMPOpt.cpp | 4173 Function *Kernel = getAssociatedFunction(); in forceSingleThreadPerWorkgroupHelper() local 4255 Function *Kernel = getAnchorScope(); in changeToSPMDMode() local 4419 Function *Kernel = getAssociatedFunction(); in buildCustomStateMachine() local 4727 for (auto *Kernel : ReachingKernelEntries) { in updateImpl() local 5494 auto CreateKernelInfoCB = [&](Use &, Function &Kernel) { in registerAAs()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
| H A D | COFF.h | 806 Kernel = 0x40000000, enumerator
|