Searched refs:LLVMCompilerOptions (Results 1 – 25 of 50) sorted by relevance
12
| /arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/ |
| D | ark_inlining.h | 24 struct LLVMCompilerOptions; 37 static bool ShouldInsert(const ark::llvmbackend::LLVMCompilerOptions *options); 52 static bool ShouldInsert(const ark::llvmbackend::LLVMCompilerOptions *options); 53 …epare Create(LLVMArkInterface *arkInterface, const ark::llvmbackend::LLVMCompilerOptions *options);
|
| D | devirt.h | 27 struct LLVMCompilerOptions; 41 static bool ShouldInsert(const ark::llvmbackend::LLVMCompilerOptions *options); 43 …evirt Create(LLVMArkInterface *arkInterface, const ark::llvmbackend::LLVMCompilerOptions *options);
|
| D | aarch64_fixup_sdiv.h | 22 struct LLVMCompilerOptions; 35 const ark::llvmbackend::LLVMCompilerOptions *options); 37 static bool ShouldInsert([[maybe_unused]] const ark::llvmbackend::LLVMCompilerOptions *options) in ShouldInsert()
|
| D | mem_barriers.h | 24 struct LLVMCompilerOptions; 33 static bool ShouldInsert([[maybe_unused]] const ark::llvmbackend::LLVMCompilerOptions *options) in ShouldInsert() 38 …riers Create(LLVMArkInterface *arkInterface, const ark::llvmbackend::LLVMCompilerOptions *options);
|
| D | panda_runtime_lowering.h | 24 struct LLVMCompilerOptions; 38 static bool ShouldInsert([[maybe_unused]] const ark::llvmbackend::LLVMCompilerOptions *options) in ShouldInsert() 44 const ark::llvmbackend::LLVMCompilerOptions *options);
|
| D | intrinsics_lowering.h | 27 struct LLVMCompilerOptions; 41 static bool ShouldInsert([[maybe_unused]] const ark::llvmbackend::LLVMCompilerOptions *options) in ShouldInsert() 47 const ark::llvmbackend::LLVMCompilerOptions *options);
|
| D | ark_speculation.h | 23 struct LLVMCompilerOptions; 35 static bool ShouldInsert([[maybe_unused]] const ark::llvmbackend::LLVMCompilerOptions *options) in ShouldInsert()
|
| D | propagate_lenarray.h | 23 struct LLVMCompilerOptions; 34 static bool ShouldInsert([[maybe_unused]] const ark::llvmbackend::LLVMCompilerOptions *options);
|
| D | insert_safepoints.h | 22 struct LLVMCompilerOptions; 35 static bool ShouldInsert(const ark::llvmbackend::LLVMCompilerOptions *options);
|
| D | expand_atomics.h | 22 struct LLVMCompilerOptions; 33 static bool ShouldInsert([[maybe_unused]] const ark::llvmbackend::LLVMCompilerOptions *options) in ShouldInsert()
|
| D | fixup_poisons.h | 23 struct LLVMCompilerOptions; 34 static bool ShouldInsert([[maybe_unused]] const ark::llvmbackend::LLVMCompilerOptions *options) in ShouldInsert()
|
| D | check_external.h | 22 struct LLVMCompilerOptions; 36 static bool ShouldInsert(const ark::llvmbackend::LLVMCompilerOptions *options);
|
| D | loop_peeling.h | 24 struct LLVMCompilerOptions; 42 static bool ShouldInsert(const ark::llvmbackend::LLVMCompilerOptions *options);
|
| D | infer_flags.h | 24 struct LLVMCompilerOptions; 38 static bool ShouldInsert(const ark::llvmbackend::LLVMCompilerOptions *options);
|
| D | ark_gvn.h | 22 struct LLVMCompilerOptions; 39 static bool ShouldInsert([[maybe_unused]] const ark::llvmbackend::LLVMCompilerOptions *options) in ShouldInsert() 43 …rkGVN Create(LLVMArkInterface *arkInterface, const ark::llvmbackend::LLVMCompilerOptions *options);
|
| D | prune_deopt.h | 22 struct LLVMCompilerOptions; 33 static bool ShouldInsert([[maybe_unused]] const ark::llvmbackend::LLVMCompilerOptions *options) in ShouldInsert()
|
| D | gc_intrusion_check.h | 22 struct LLVMCompilerOptions; 36 static bool ShouldInsert(const ark::llvmbackend::LLVMCompilerOptions *options);
|
| D | ark_inlining.cpp | 31 bool InlinePrepare::ShouldInsert(const ark::llvmbackend::LLVMCompilerOptions *options) in ShouldInsert() 37 const ark::llvmbackend::LLVMCompilerOptions *options) in Create() 56 bool IrtocInlineChecker::ShouldInsert(const ark::llvmbackend::LLVMCompilerOptions *options) in ShouldInsert()
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/templates/ |
| D | llvm_passes.inl.erb | 30 using LLVMCompilerOptions = ark::llvmbackend::LLVMCompilerOptions; 40 …odulePasses(StringRef name, llvm::ModulePassManager &modulePm, const LLVMCompilerOptions &options); 41 …nPasses(StringRef name, llvm::FunctionPassManager &functionPm, const LLVMCompilerOptions &options); 42 …bool ParseSCCPasses(StringRef name, llvm::CGSCCPassManager &sccPm, const LLVMCompilerOptions &opti… 43 …bool ParseLoopPasses(StringRef name, llvm::LoopPassManager &sccPm, const LLVMCompilerOptions &opti… 45 …erParserCallbacks(llvm::PassBuilder &builder, const ark::llvmbackend::LLVMCompilerOptions &options) 68 …ModulePasses(StringRef name, llvm::ModulePassManager &modulePm, const LLVMCompilerOptions &options) 92 …onPasses(StringRef name, llvm::FunctionPassManager &functionPm, const LLVMCompilerOptions &options) 116 …::ParseSCCPasses(StringRef name, llvm::CGSCCPassManager &sccPm, const LLVMCompilerOptions &options) 137 …:ParseLoopPasses(StringRef name, llvm::LoopPassManager &loopPm, const LLVMCompilerOptions &options)
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/inline_ir/ |
| D | mark_always_inline.h | 22 struct LLVMCompilerOptions; 34 static bool ShouldInsert(const ark::llvmbackend::LLVMCompilerOptions *options);
|
| D | mark_inline_module.h | 22 struct LLVMCompilerOptions; 33 static bool ShouldInsert(const ark::llvmbackend::LLVMCompilerOptions *options);
|
| D | discard_inline_module.h | 22 struct LLVMCompilerOptions; 33 static bool ShouldInsert(const ark::llvmbackend::LLVMCompilerOptions *options);
|
| D | remove_unused_functions.h | 23 struct LLVMCompilerOptions; 42 static bool ShouldInsert(const ark::llvmbackend::LLVMCompilerOptions *options);
|
| D | cleanup_inline_module.h | 22 struct LLVMCompilerOptions; 41 static bool ShouldInsert(const ark::llvmbackend::LLVMCompilerOptions *options);
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/transforms/ |
| D | llvm_optimizer.h | 40 …explicit LLVMOptimizer(ark::llvmbackend::LLVMCompilerOptions options, LLVMArkInterface *arkInterfa… 44 ark::llvmbackend::LLVMCompilerOptions options_;
|
12