Home
last modified time | relevance | path

Searched refs:RuntimeHandle (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUOpenCLEnqueuedBlockLowering.cpp15 // RuntimeHandle metadata in code object. Runtime allocates a global buffer
16 // for each kernel with RuntimeHandle metadata and saves the kernel address
92 auto RuntimeHandle = (F.getName() + ".runtime_handle").str(); in runOnModule() local
103 /*Initializer=*/Constant::getNullValue(HandleTy), RuntimeHandle, in runOnModule()
110 F.addFnAttr("runtime-handle", RuntimeHandle); in runOnModule()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DAMDGPUMetadata.h135 constexpr char RuntimeHandle[] = "RuntimeHandle"; variable
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAMDGPUMetadata.cpp101 YIO.mapOptional(Kernel::Attrs::Key::RuntimeHandle, MD.mRuntimeHandle, in mapping()