Home
last modified time | relevance | path

Searched defs:triple (Results 1 – 25 of 25) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dpass_manager.h38 …PassContext(const std::string &triple, CompilerLog *log, BytecodeInfoCollector* collector, IRModul… in PassContext()
143 explicit PassManager(EcmaVM* vm, std::string &triple, size_t optLevel, size_t relocMode, in PassManager()
173 JitPassManager(EcmaVM* vm, std::string &triple, size_t optLevel, size_t relocMode, in JitPassManager()
Dstub_compiler.h27 StubCompiler(std::string &triple, std::string &filePath, size_t optLevel, size_t relocMode, in StubCompiler()
Dir_module.h31 IRModule(NativeAreaAllocator *allocator, bool logDbg, const std::string &triple) in IRModule()
Dlitecg_ir_builder.h38 …le(NativeAreaAllocator *allocator, const std::string &name, bool logDbg, const std::string &triple, in LMIRModule()
Dcircuit_builder_helper.h28 : tripleStr_(triple), triple_(GetTripleFromString(triple)) in tripleStr_() argument
96 inline Triple GetTripleFromString(const std::string &triple) in GetTripleFromString()
Dfile_generators.h240 … StubFileGenerator(const CompilerLog *log, const MethodLogList *logList, const std::string &triple) in StubFileGenerator()
Dstub_compiler.cpp191 std::string triple = runtimeOptions.GetTargetTriple(); in main() local
Dcompilation_driver.cpp28 const std::string &triple, in CompilationDriver()
Dcompilation_driver.h378 const std::string &triple, in JitCompilationDriver()
Dllvm_codegen.cpp462 std::string triple(LLVMGetTarget(module_)); in Initialize() local
577 const std::string& triple, uint8_t *buf, size_t size) in GetCalleeReg2Offset()
Dfile_generators.cpp434 Module* AOTFileGenerator::AddModule(const std::string &name, const std::string &triple, in AddModule()
457 …ator::AddModule(NativeAreaAllocator *allocator, const std::string &name, const std::string &triple, in AddModule()
Dllvm_ir_builder.cpp2620 …le(NativeAreaAllocator* allocator, const std::string &name, bool logDbg, const std::string &triple) in LLVMModule()
/arkcompiler/ets_runtime/ecmascript/stackmap/
Dark_stackmap_builder.cpp60 uintptr_t hostCodeSectionAddr, Triple triple) in Run()
89 CGStackMapInfo &stackMapInfo, Triple triple) in GenerateArkStackMap()
106 …der::SaveArkStackMap(const ARKCallsiteAOTFileInfo& info, BinaryBufferWriter& writer, Triple triple) in SaveArkStackMap()
133 …uilder::SaveArkDeopt(const ARKCallsiteAOTFileInfo& info, BinaryBufferWriter& writer, Triple triple) in SaveArkDeopt()
179 const ARKCallsiteAOTFileInfo& info, Triple triple) in SaveArkCallsiteAOTFileInfo()
237 std::vector<ARKDeopt>> &sizeAndArkDeopt, Triple triple) in GenARKDeopt()
290 ARKCallsiteAOTFileInfo &result, Triple triple) in GenArkCallsiteAOTFileInfo()
Dllvm_stackmap_type.cpp19 DwarfRegType reg, OffsetType offset, Triple triple) in EncodeRegAndOffset()
/arkcompiler/runtime_core/static_core/libllvmbackend/
Dtarget_machine_builder.h39 TargetMachineBuilder &SetTriple(llvm::Triple triple) in SetTriple()
Dllvm_compiler.cpp141 llvm::Triple triple(llvm::Triple::normalize(tripleName)); in GetTripleForArch() local
Dllvm_ark_interface.cpp56 …da::llvmbackend::LLVMArkInterface::LLVMArkInterface(RuntimeInterface *runtime, llvm::Triple triple) in LLVMArkInterface()
/arkcompiler/ets_runtime/test/aottest/array_bounds_check_elimination/
Darray_bounds_check_elimination.ts42 function triple(a: number[], i: number) { function
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_driver/include/
Dtriple.h56 static Triple triple; in GetTriple() local
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/
Dassembler.h47 static int GetFpRegByTriple(Triple triple) in GetFpRegByTriple()
67 static int GetSpRegByTriple(Triple triple) in GetSpRegByTriple()
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/tests/
Dassembler_x64_test.cpp71 void InitializeLLVM(std::string triple) in InitializeLLVM()
94 void DisassembleChunk(const char *triple, Assembler *assemlber, std::ostream &os) in DisassembleChunk()
Dassembler_aarch64_test.cpp66 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/aot_file/
Dstub_file_info.cpp28 void StubFileInfo::Save(const std::string &filename, Triple triple) in Save()
Dan_file_info.cpp29 void AnFileInfo::Save(const std::string &filename, Triple triple) in Save()
Delf_builder.cpp179 void ElfBuilder::PackELFHeader(llvm::ELF::Elf64_Ehdr &header, uint32_t version, Triple triple) in PackELFHeader()