You can first register a target using TVM_REGISTER_TARGET_KIND macro in https://github.com/apache/incubator-tvm/blob/master/src/target/target_kind.cc. Then register OpenCL codegen as your backend.
This doc can help you get familiar with the compilation flow, and you can add corresponding compoents for your accelerator: