Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_compiler.h27 StubCompiler(std::string &triple, std::string &filePath, size_t optLevel, size_t relocMode, in StubCompiler()
Dfile_generators.h155 …erator(const CompilerLog *log, const MethodLogList *logList, EcmaVM* vm, const std::string &triple) in AOTFileGenerator()
214 … StubFileGenerator(const CompilerLog *log, const MethodLogList *logList, const std::string &triple) in StubFileGenerator()
Dpass_manager.h34 …PassContext(const std::string &triple, CompilerLog *log, BytecodeInfoCollector* collector, LLVMMod… in PassContext()
174 …PassManager(EcmaVM* vm, std::string &entry, std::string &triple, size_t optLevel, size_t relocMode, in PassManager()
Daot_compiler.cpp146 std::string triple = runtimeOptions.GetTargetTriple(); in Main() local
Dstub_compiler.cpp179 std::string triple = runtimeOptions.GetTargetTriple(); in main() local
Dcircuit_builder.h154 : tripleStr_(triple), triple_(GetTripleFromString(triple)) in tripleStr_() argument
216 inline Triple GetTripleFromString(const std::string &triple) in GetTripleFromString()
Dcompilation_driver.cpp28 const std::string &triple, in CompilationDriver()
Dfile_generators.cpp313 Module* AOTFileGenerator::AddModule(const std::string &name, const std::string &triple, LOptions op… in AddModule()
331 …ator::AddModule(NativeAreaAllocator *allocator, const std::string &name, const std::string &triple, in AddModule()
Dllvm_codegen.cpp401 std::string triple(LLVMGetTarget(module_)); in Initialize() local
525 const std::string& triple, uint8_t *buf, size_t size) in GetCalleeReg2Offset()
Dllvm_ir_builder.cpp2387 …le(NativeAreaAllocator* allocator, const std::string &name, bool logDbg, const std::string &triple) in LLVMModule()
/arkcompiler/ets_runtime/ecmascript/stackmap/
Dark_stackmap_builder.cpp59 uintptr_t hostCodeSectionAddr, Triple triple) in Run()
93 Triple triple) in GenerateArkStackMap()
109 …der::SaveArkStackMap(const ARKCallsiteAOTFileInfo& info, BinaryBufferWriter& writer, Triple triple) in SaveArkStackMap()
136 …uilder::SaveArkDeopt(const ARKCallsiteAOTFileInfo& info, BinaryBufferWriter& writer, Triple triple) in SaveArkDeopt()
182 const ARKCallsiteAOTFileInfo& info, Triple triple) in SaveArkCallsiteAOTFileInfo()
240 std::vector<ARKDeopt>> &sizeAndArkDeopt, Triple triple) in GenARKDeopt()
293 …td::vector<LLVMStackMapType::Pc2Deopt>& pc2DeoptVec, ARKCallsiteAOTFileInfo &result, Triple triple) in GenArkCallsiteAOTFileInfo()
Dllvm_stackmap_type.cpp19 DwarfRegType reg, OffsetType offset, Triple triple) in EncodeRegAndOffset()
/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()
101 void DisassembleChunk(const char *triple, Assembler *assemlber, std::ostream &os) in DisassembleChunk()
Dassembler_aarch64_test.cpp66 void InitializeLLVM(std::string triple) in InitializeLLVM()
96 void DisassembleChunk(const char *triple, Assembler *assemlber, std::ostream &os) in DisassembleChunk()
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Dan_file_info.cpp28 void AnFileInfo::Save(const std::string &filename, Triple triple) in Save()
Dstub_file_info.cpp28 void StubFileInfo::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()