Searched refs:GetTargetMachine (Results 1 – 8 of 8) sorted by relevance
55 const std::unique_ptr<llvm::TargetMachine> &GetTargetMachine() in GetTargetMachine() function
76 … mirCompiler_->GetTargetMachine()); in LLVMIrtocCompiler()
808 auto &targetMachine = module.GetTargetMachine(); in CompileModule()
63 const std::unique_ptr<llvm::TargetMachine> &GetTargetMachine();
83 const std::unique_ptr<llvm::TargetMachine> &WrappedModule::GetTargetMachine() in GetTargetMachine() function in ark::llvmbackend::WrappedModule
180 … 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 …]
211 if (Globals::GetInstance()->GetTarget()->GetTargetMachine()->isAArch64()) { in DumpInsnInfoByScheduledOrder()
413 TargetMachine *GetTargetMachine() const in GetTargetMachine() function