Searched defs:CompilerInstance (Results 1 – 7 of 7) sorted by relevance
| /arkcompiler/runtime_core/taihe/compiler/taihe/codegen/abi/ |
| D | __init__.py | 29 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__.py | 30 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__.py | 30 def construct(self, instance: "CompilerInstance") -> Backend: 36 def __init__(self, ci: "CompilerInstance"):
|
| /arkcompiler/runtime_core/taihe/compiler/taihe/semantics/ |
| D | __init__.py | 34 def construct(self, instance: "CompilerInstance") -> Backend: 39 def __init__(self, ci: "CompilerInstance", config: BackendConfig):
|
| /arkcompiler/runtime_core/taihe/compiler/taihe/driver/ |
| D | backend.py | 26 def __init__(self, instance: "CompilerInstance"): 65 def construct(self, instance: "CompilerInstance") -> Backend:
|
| D | contexts.py | 85 class CompilerInstance: class
|
| /arkcompiler/runtime_core/taihe/compiler/taihe/utils/ |
| D | outputs.py | 256 def construct(self, ci: "CompilerInstance") -> "OutputManager": 357 def construct(self, ci: "CompilerInstance") -> "CMakeOutputManager":
|