| /arkcompiler/ets_runtime/ecmascript/stackmap/ |
| D | ark_stackmap_builder.cpp | 58 uintptr_t hostCodeSectionAddr, Triple triple) in Run() 87 CGStackMapInfo &stackMapInfo, Triple triple) in GenerateArkStackMap() 104 …der::SaveArkStackMap(const ARKCallsiteAOTFileInfo& info, BinaryBufferWriter& writer, Triple triple) in SaveArkStackMap() 131 …uilder::SaveArkDeopt(const ARKCallsiteAOTFileInfo& info, BinaryBufferWriter& writer, Triple triple) in SaveArkDeopt() 177 const ARKCallsiteAOTFileInfo& info, Triple triple) in SaveArkCallsiteAOTFileInfo() 235 std::vector<ARKDeopt>> &sizeAndArkDeopt, Triple triple) in GenARKDeopt() 288 ARKCallsiteAOTFileInfo &result, Triple triple) in GenArkCallsiteAOTFileInfo()
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/ |
| D | target_machine_builder.h | 39 TargetMachineBuilder &SetTriple(llvm::Triple triple) in SetTriple()
|
| D | llvm_compiler.cpp | 210 llvm::Triple triple(llvm::Triple::normalize(tripleName)); in GetTripleForArch() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | stub_compiler.h | 27 StubCompiler(std::string &triple, std::string &filePath, size_t optLevel, size_t relocMode, in StubCompiler()
|
| D | pass_manager.h | 123 … explicit PassManager(CompilationEnv *env, std::string &triple, size_t optLevel, size_t relocMode, in PassManager() 164 JitPassManager(JitCompilationEnv *env, std::string &triple, size_t optLevel, size_t relocMode, in JitPassManager()
|
| D | ir_module.h | 31 IRModule(NativeAreaAllocator *allocator, bool logDbg, const std::string &triple) in IRModule()
|
| D | compilation_driver.cpp | 27 const std::string &triple, in CompilationDriver()
|
| D | compilation_driver.h | 140 const std::string &triple, in JitCompilationDriver()
|
| D | circuit_builder_helper.cpp | 21 CompilationConfig::CompilationConfig(const std::string &triple, const JSRuntimeOptions *options) in CompilationConfig()
|
| D | file_generators.h | 247 … StubFileGenerator(const CompilerLog* log, const MethodLogList* logList, const std::string& triple, in StubFileGenerator()
|
| D | stub_compiler.cpp | 202 std::string triple = runtimeOptions.GetTargetTriple(); in main() local
|
| D | pass_manager.cpp | 35 PassContext::PassContext(const std::string &triple, CompilerLog *log, BytecodeInfoCollector* collec… in PassContext()
|
| D | circuit_builder_helper.h | 88 inline Triple GetTripleFromString(const std::string &triple) in GetTripleFromString()
|
| D | file_generators.cpp | 474 Module* AOTFileGenerator::AddModule(const std::string &name, const std::string &triple, in AddModule() 498 …ator::AddModule(NativeAreaAllocator *allocator, const std::string &name, const std::string &triple, in AddModule()
|
| /arkcompiler/ets_runtime/test/aottest/array_bounds_check_elimination/ |
| D | array_bounds_check_elimination.ts | 42 function triple(a: number[], i: number) { function
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_driver/include/ |
| D | triple.h | 61 static Triple triple; in GetTriple() local
|
| /arkcompiler/ets_runtime/ecmascript/stackmap/llvm/ |
| D | llvm_stackmap_type.cpp | 19 DwarfRegType reg, OffsetType offset, Triple triple) in EncodeRegAndOffset()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/assembler/ |
| D | assembler.h | 54 static int GetFpRegByTriple(Triple triple) in GetFpRegByTriple() 74 static int GetSpRegByTriple(Triple triple) in GetSpRegByTriple()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/assembler/tests/ |
| D | assembler_x64_test.cpp | 71 void InitializeLLVM(std::string triple) in InitializeLLVM() 94 void DisassembleChunk(const char *triple, Assembler *assemlber, std::ostream &os) in DisassembleChunk()
|
| D | assembler_aarch64_test.cpp | 66 void InitializeLLVM(std::string triple) in InitializeLLVM() 89 void DisassembleChunk(const char *triple, Assembler *assemlber, std::ostream &os) in DisassembleChunk()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/ |
| D | litecg_ir_builder.h | 38 …le(NativeAreaAllocator *allocator, const std::string &name, bool logDbg, const std::string &triple, in LMIRModule()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/aot_file/ |
| D | stub_file_info.cpp | 26 void StubFileInfo::Save(const std::string &filename, Triple triple) in Save()
|
| D | an_file_info.cpp | 23 bool AnFileInfo::Save(const std::string &filename, Triple triple) in Save()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/ |
| D | llvm_ir_builder.h | 284 …static void RegisterTargetBuilder(const std::string& triple, const std::function<LLVMTargetBuilder… in RegisterTargetBuilder()
|
| D | llvm_codegen.cpp | 533 std::string triple(LLVMGetTarget(module_)); in Initialize() local 649 const std::string& triple, uint8_t *buf, size_t size) in GetCalleeReg2Offset()
|