Searched refs:RuntimeHandle (Results 1 – 3 of 3) sorted by relevance
15 // RuntimeHandle metadata in code object. Runtime allocates a global buffer16 // for each kernel with RuntimeHandle metadata and saves the kernel address92 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()
135 constexpr char RuntimeHandle[] = "RuntimeHandle"; variable
101 YIO.mapOptional(Kernel::Attrs::Key::RuntimeHandle, MD.mRuntimeHandle, in mapping()