Home
last modified time | relevance | path

Searched defs:targetMachine (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/runtime_core/static_core/libllvmbackend/
Dmir_compiler.h47 …explicit MIRCompiler(const std::unique_ptr<llvm::TargetMachine> &targetMachine, PassInserterFuncti… in MIRCompiler()
Dllvm_aot_compiler.cpp448 auto targetMachine = cantFail(TargetMachineBuilder {} in CreateModule() local
814 auto &targetMachine = module.GetTargetMachine(); in CompileModule() local
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
Dwrapped_module.cpp22 std::unique_ptr<llvm::TargetMachine> targetMachine, in WrappedModule()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dcg.h306 void SetTargetMachine(TargetMachine &targetMachine) in SetTargetMachine()
451 TargetMachine *targetMachine = nullptr; variable
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/
Dllvm_optimizer.cpp141 const std::unique_ptr<llvm::TargetMachine> &targetMachine) in LLVMOptimizer()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dcg_phasemanager.cpp278 TargetMachine *targetMachine = t->createTargetMachine(); in CreateCGAndBeCommon() local