/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 | file_generators.h | 155 …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()
|
D | pass_manager.h | 34 …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()
|
D | aot_compiler.cpp | 146 std::string triple = runtimeOptions.GetTargetTriple(); in Main() local
|
D | stub_compiler.cpp | 179 std::string triple = runtimeOptions.GetTargetTriple(); in main() local
|
D | circuit_builder.h | 154 : tripleStr_(triple), triple_(GetTripleFromString(triple)) in tripleStr_() argument 216 inline Triple GetTripleFromString(const std::string &triple) in GetTripleFromString()
|
D | compilation_driver.cpp | 28 const std::string &triple, in CompilationDriver()
|
D | file_generators.cpp | 313 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()
|
D | llvm_codegen.cpp | 401 std::string triple(LLVMGetTarget(module_)); in Initialize() local 525 const std::string& triple, uint8_t *buf, size_t size) in GetCalleeReg2Offset()
|
D | llvm_ir_builder.cpp | 2387 …le(NativeAreaAllocator* allocator, const std::string &name, bool logDbg, const std::string &triple) in LLVMModule()
|
/arkcompiler/ets_runtime/ecmascript/stackmap/ |
D | ark_stackmap_builder.cpp | 59 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()
|
D | llvm_stackmap_type.cpp | 19 DwarfRegType reg, OffsetType offset, Triple triple) in EncodeRegAndOffset()
|
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/ |
D | assembler.h | 47 static int GetFpRegByTriple(Triple triple) in GetFpRegByTriple() 67 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() 101 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() 96 void DisassembleChunk(const char *triple, Assembler *assemlber, std::ostream &os) in DisassembleChunk()
|
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/ |
D | an_file_info.cpp | 28 void AnFileInfo::Save(const std::string &filename, Triple triple) in Save()
|
D | stub_file_info.cpp | 28 void StubFileInfo::Save(const std::string &filename, Triple triple) in Save()
|
D | elf_builder.cpp | 179 void ElfBuilder::PackELFHeader(llvm::ELF::Elf64_Ehdr &header, uint32_t version, Triple triple) in PackELFHeader()
|