Home
last modified time | relevance | path

Searched defs:CompilerInstance (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/runtime_core/taihe/compiler/taihe/codegen/abi/
D__init__.py29 def construct(self, instance: "CompilerInstance") -> Backend:
33 def __init__(self, ci: "CompilerInstance"):
51 def construct(self, instance: "CompilerInstance") -> Backend:
55 def __init__(self, ci: "CompilerInstance"):
73 def construct(self, instance: "CompilerInstance") -> Backend:
81 def __init__(self, ci: "CompilerInstance"):
/arkcompiler/runtime_core/taihe/compiler/taihe/codegen/cpp/
D__init__.py30 def construct(self, instance: "CompilerInstance") -> Backend:
34 def __init__(self, ci: "CompilerInstance"):
52 def construct(self, instance: "CompilerInstance") -> Backend:
60 def __init__(self, ci: "CompilerInstance"):
79 def construct(self, instance: "CompilerInstance") -> Backend:
83 def __init__(self, ci: "CompilerInstance"):
/arkcompiler/runtime_core/taihe/compiler/taihe/codegen/ani/
D__init__.py30 def construct(self, instance: "CompilerInstance") -> Backend:
36 def __init__(self, ci: "CompilerInstance"):
/arkcompiler/runtime_core/taihe/compiler/taihe/semantics/
D__init__.py34 def construct(self, instance: "CompilerInstance") -> Backend:
39 def __init__(self, ci: "CompilerInstance", config: BackendConfig):
/arkcompiler/runtime_core/taihe/compiler/taihe/driver/
Dbackend.py26 def __init__(self, instance: "CompilerInstance"):
65 def construct(self, instance: "CompilerInstance") -> Backend:
Dcontexts.py85 class CompilerInstance: class
/arkcompiler/runtime_core/taihe/compiler/taihe/utils/
Doutputs.py256 def construct(self, ci: "CompilerInstance") -> "OutputManager":
357 def construct(self, ci: "CompilerInstance") -> "CMakeOutputManager":