Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPUOpenCLEnqueuedBlockLowering.cpp114 auto RuntimeHandle = (F.getName() + ".runtime_handle").str(); in runOnModule() local
119 /*Initializer=*/Constant::getNullValue(T), RuntimeHandle, in runOnModule()
133 F.addFnAttr("runtime-handle", RuntimeHandle); in runOnModule()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/
DAMDGPUMetadata.h129 constexpr char RuntimeHandle[] = "RuntimeHandle"; variable
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
DAMDGPUMetadata.cpp100 YIO.mapOptional(Kernel::Attrs::Key::RuntimeHandle, MD.mRuntimeHandle, in mapping()