Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DAMDGPUOpenCLEnqueuedBlockLowering.cpp119 auto RuntimeHandle = (F.getName() + ".runtime_handle").str(); in runOnModule() local
124 /*Initializer=*/Constant::getNullValue(T), RuntimeHandle, in runOnModule()
138 F.addFnAttr("runtime-handle", RuntimeHandle); in runOnModule()
/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DAMDGPUMetadata.h116 constexpr char RuntimeHandle[] = "RuntimeHandle"; variable
/freebsd-12.1/contrib/llvm/lib/Support/
H A DAMDGPUMetadata.cpp99 YIO.mapOptional(Kernel::Attrs::Key::RuntimeHandle, MD.mRuntimeHandle, in mapping()