Home
last modified time | relevance | path

Searched refs:GetTargetMachine (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/runtime_core/static_core/libllvmbackend/
Dmir_compiler.h55 const std::unique_ptr<llvm::TargetMachine> &GetTargetMachine() in GetTargetMachine() function
Dllvm_irtoc_compiler.cpp76 … mirCompiler_->GetTargetMachine()); in LLVMIrtocCompiler()
Dllvm_aot_compiler.cpp808 auto &targetMachine = module.GetTargetMachine(); in CompileModule()
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
Dwrapped_module.h63 const std::unique_ptr<llvm::TargetMachine> &GetTargetMachine();
Dwrapped_module.cpp83 const std::unique_ptr<llvm::TargetMachine> &WrappedModule::GetTargetMachine() in GetTargetMachine() function in ark::llvmbackend::WrappedModule
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Demit.cpp180 … if (GetCG()->GetTargetMachine()->isAArch64() || GetCG()->GetTargetMachine()->isRiscV()) { in GetTypeAsmInfoName()
418 if (GetCG()->GetTargetMachine()->isAArch64() || in EmitAsmLabel()
419 GetCG()->GetTargetMachine()->isRiscV() || GetCG()->GetTargetMachine()->isArm32() || in EmitAsmLabel()
420 GetCG()->GetTargetMachine()->isArk()) { in EmitAsmLabel()
457 if (GetCG()->GetTargetMachine()->isX8664()) { in EmitAsmLabel()
464 … if (GetCG()->GetTargetMachine()->isAArch64() || GetCG()->GetTargetMachine()->isRiscV() || in EmitAsmLabel()
465 … GetCG()->GetTargetMachine()->isArm32() || GetCG()->GetTargetMachine()->isArk()) { in EmitAsmLabel()
488 if (GetCG()->GetTargetMachine()->isX8664()) { in EmitAsmLabel()
2000 if (GetCG()->GetTargetMachine()->isX8664()) { in EmitBlockMarker()
2075 if (GetCG()->GetTargetMachine()->isX8664()) { in EmitFuncLayoutInfo()
[all …]
Dbase_schedule.cpp211 if (Globals::GetInstance()->GetTarget()->GetTargetMachine()->isAArch64()) { in DumpInsnInfoByScheduledOrder()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dcg.h413 TargetMachine *GetTargetMachine() const in GetTargetMachine() function